From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 00:30:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 31 May 2023 22:30:08 +0000 Subject: [Koha-bugs] [Bug 33876] New: item-note-nonpublic and item-note-public are difficult to customize in the checkout table Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Bug ID: 33876 Summary: item-note-nonpublic and item-note-public are difficult to customize in the checkout table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The item-note-nonpublic item-note-public elements in the checkout table are both prepended with a '-' when they are displayed. However those dashes are outside of any HTML element, making them hard to style. We should either remove them or put them inside of HTML element. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 00:41:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 31 May 2023 22:41:16 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Lucas Gass 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. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 00:41:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 31 May 2023 22:41:18 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 --- Comment #1 from Lucas Gass --- Created attachment 151891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151891&action=edit Bug 33876: Add class for styling To test: 1. Checkout and item that has a public and nonpublic note. 2. In the checkout table ( Title column ) notice the notes display. If you use the browser dev tools to inspect you'll notice a "-" outside of any HTML element. 3. Apply patch. 4. See the '-' is now inside of a html element with class of seperator. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 00:41:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 31 May 2023 22:41:32 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 04:20:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 02:20:17 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Andrew Nugged changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged at gmail.com --- Comment #5 from Andrew Nugged --- PROBLEM! On my Ubuntu 20.04 LTS it doesnt comes up after REBOOT (!!!). So I need manually run "service koha-common start". AFTER REBOOT: #> service koha-common status ● koha-common.service - Start required services for each Koha instance Loaded: loaded (/etc/init.d/koha-common; enabled; vendor preset: enabled) Active: inactive (dead) I found that on my server koha-common.service lacks for [Install] WantedBy=multi-user.target without this, it dies: #> systemctl enable koha-common ``` Synchronizing state of koha-common.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable koha-common The unit files have no installation config (WantedBy=, RequiredBy=, Also=, Alias= settings in the [Install] section, and DefaultInstance= for template units). This means they are not meant to be enabled using systemctl. ``` and with "Install" block it now ok: #> systemctl enable koha-common ``` Synchronizing state of koha-common.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable koha-common Created symlink /etc/systemd/system/multi-user.target.wants/koha-common.service → /lib/systemd/system/koha-common.service. ``` And on reboot now I have it ALIVE! #> service koha-common status ● koha-common.service - Start required services for each Koha instance Loaded: loaded (/etc/init.d/koha-common; enabled; vendor preset: enabled) Active: active (running) since Thu 2023-06-01 05:15:09 EEST; 14s ago -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:27:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:27:10 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com CC| |jonathan.druart+koha at gmail. | |com Depends on| |27421 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421 [Bug 27421] Porting tools/stage-marc-import.pl to BackgroundJob -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:27:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:27:10 +0000 Subject: [Koha-bugs] [Bug 27421] Porting tools/stage-marc-import.pl to BackgroundJob In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33865 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 [Bug 33865] JS error when importing a staged MARC record file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:29:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:29:41 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 --- Comment #155 from Jonathan Druart --- A quick note, it seems that we are using #jobpanel for the progress bar, which is the old way. Now we should prefer job_progress.inc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:33:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:33:32 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:33:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:33:35 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 --- Comment #1 from Jonathan Druart --- Created attachment 151892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151892&action=edit Bug 33865: (bug 27421 follow-up) Remove leftover Bug 27421 replaced the progress bar with job_progress.inc. The code related to the old progress bar has not been removed however. Moreover there was a JS error in the console: "Uncaught ReferenceError: submitBackgroundJob is not defined" Test plan: Stage a MARC record for import Import it Revert the import All should work correctly, without JS error in the console and with the progress bar displayed nicely during the staging step. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:55:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:55:02 +0000 Subject: [Koha-bugs] [Bug 31789] REST API: CRUD endpoint for Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31789 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m Status|NEW |ASSIGNED --- Comment #1 from Fridolin Somers --- All dependencies pushed master. Resolved ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 08:55:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 06:55:08 +0000 Subject: [Koha-bugs] [Bug 31789] REST API: CRUD endpoint for Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31789 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:09:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:09:50 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 --- Comment #1 from Jonathan Druart --- Created attachment 151893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151893&action=edit Bug 33798: Add colons after the labels on the edit form -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:09:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:09:53 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 --- Comment #2 from Jonathan Druart --- Created attachment 151894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151894&action=edit Bug 33798: Improve consistency of the vendor display view It was not consistent: indentation, bold, etc. This patch is suggesting a new style using .page-section and .rows Is it what we want? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:10:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:10:47 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com CC| |jonathan.druart+koha at gmail. | |com, oleonard at myacpl.org Status|NEW |In Discussion --- Comment #3 from Jonathan Druart --- Owen, can I get your opinion on the second patch please? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:15:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:15:12 +0000 Subject: [Koha-bugs] [Bug 33780] Multi-line TT comment: [%% item.object.itemnotes.replace('\n', ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33780 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:17:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:17:42 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:17:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:17:45 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151701|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 151895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151895&action=edit Bug 33779: Terminology: biblio record This patch corrects a string in the staff interface's ILL requests template. "This item cannot be issued as it has no biblio record associated with it" is updated to read "This item cannot be checked out as it has no bibliographic record associated with it." I don't know how to trigger the error message in the interface, but the change is simple enough that it could be verified by examining the patch. Signed-off-by: Lucas Gass Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:24:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:24:20 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering from a staged file, if funds are populated per item order level fund should not be required In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 --- Comment #10 from Jonathan Druart --- Something wrong from this patch: > Add orders from MARC file > "show inactive funds" is not checked > expand the order div to see the details You see Fund: Select a fund (will use default if set) > Check "show inactive funds" You see Select a fund (will populate orders/items if set) > Uncheck "show inactive funds" You see Select a fund (will populate orders/items if set) I have no idea what it means but it's not consistent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:33:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:33:04 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:33:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:33:07 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151714|0 |1 is obsolete| | --- Comment #15 from Jonathan Druart --- Created attachment 151896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151896&action=edit Bug 33748: Fix UI issue when importing records from a staged MARC file This patch attempts to fix a UI issue on addorderiso2709.tt. It removes the which contains the actoin buttons MARC, Card, and Add Order and adds them to the title line. This is so there is more space for the fieldsets. 1. Apply patch 2. Set MarcItemFieldsToOrder like this: homebranch: 975$a holdingbranch: 975$b itype: 975$y nonpublic_note: 975$x public_note: 975$z loc: 975$c ccode: 975$8 notforloan: 975$7 quantity: 975$q price: 975$g replacementprice: 975$v uri: 975$u 3. Stage a MARC file where the bibs have items attached 4. From acquisitions create a new basket and add 'From a staged file'. 5. Add the staged files to a basket. 6. Make sure the display looks correct. 7. Expand the data by clicking on the checkbox on the left hand side, or by clicking 'Select all'. 8. Make sure the display looks correct. 9. Tab over to 'Item informtion' and make sure that display looks correct. 10. Shrink the screen size down to less that 992px, ensuring the display remains correct. Signed-off-by: Barbara Johnson Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:36:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:36:10 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:36:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:36:12 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151528|0 |1 is obsolete| | Attachment #151650|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 151897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151897&action=edit Bug 33789: Return issue info. when adding a credit To test: 1. Make sure MarkLostItemsAsReturned is set so a lost item will stay on a patrons account after being marked as lost. 2. Check an item out to a patron, make sure it has a replacementprice 3. Mark the item as lost. 4. Now check the item in. 5. Go to the patrons account -> transaction tab. You should see 2 accountlines related to the item. 6. For the account type 'Lost item' you will see issue infomation ( check out date, due date, checkouted out from, etc ) 7. For the account type 'Lost item fee refund' there is no issue information. 8. Apply patch 9. Try 2 - 6 again. This time the 'Lost item fee refund' should include issue information. Signed-off-by: Laura Escamilla Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:36:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:36:14 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 --- Comment #6 from Jonathan Druart --- Created attachment 151898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151898&action=edit Bug 33789: Add unit test JD amended patch: Remove biblionumber => 144 Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:47:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:47:56 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #9 from Jonathan Druart --- filter_by_current is not longer used apparently, shouldn't we remove it then? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:52:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:52:04 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 --- Comment #10 from Jonathan Druart --- Note that this is going to be reverted by bug 33568 in its current state. There is a FIXME in Koha/REST/V1/Biblios.pm Please help there ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:53:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:53:05 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 --- Comment #11 from Jonathan Druart --- And, don't forget to perltidy your new blocks of code! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 09:59:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 07:59:11 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #23 from Jonathan Druart --- (In reply to Julian Maurice from comment #21) > Also, since it's a developer-only tool, do we need to restrict ourselves to > an old version ? We could package the latest version on CPAN and have it in our repo. Mason, would that work for you? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:29:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:29:49 +0000 Subject: [Koha-bugs] [Bug 33877] New: Fix contributors.yaml Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Bug ID: 33877 Summary: Fix contributors.yaml Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org The about page dev section starts with: Mason James (16.05) Packaging manager (17.05) Mason James (16.11) Packaging manager (17.11) Mason James (17.05) Packaging manager (18.05, 18.11) Mason James (18.05) Packaging manager (19.05) => The script only expects to find a name here, not a version too. See also maintainer role and how versions are handled there. In this case I dont think it is really needed to still add that distinction when we had two packaging managers in the past. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:30:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:30:21 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Fix contributors.yaml |Fix teams.yaml -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:32:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:32:47 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:32:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:32:49 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 --- Comment #1 from Marcel de Rooy --- Created attachment 151899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151899&action=edit Bug 33877: Fix some entries in teams.yaml Trivial edit. Remove versions from the name of the packaging manager. As also commented on BZ: The script only expects to find a name here, not a version too. See also maintainer role and how versions are handled there. In this case I dont think it is really needed to still add that distinction when we had two packaging managers in the past. Test plan: Look again at about.pl, Koha team, Koha development team. Look at Mason James. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:33:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:33:14 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Severity|enhancement |trivial -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:33:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:33:36 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Needs Signoff |Signed Off --- Comment #2 from Marcel de Rooy --- Trivial: self SO -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:49:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:49:33 +0000 Subject: [Koha-bugs] [Bug 33737] Add bookings to patron details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33737 Marie changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marie.hedbom at musikverket.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:56:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:56:56 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #24 from Jonathan Druart --- Suggestion addition for the wiki at https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy """ The code must be tidy using perltidy and the .perltidyrc file presents at the root of the Koha directory. You must run perltidy on any new perl files added. When you add changes to existing files you should consider setting your code editor accordingly. For vim you can add the following line to you `.vimrc`: `vmap :!perltidy -q` Then switch to visual move (ctrl+v), select a block and press F8. """ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:57:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:57:39 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_23_11_candidate --- Comment #25 from Jonathan Druart --- Please consider this as a candidate for 23.11 early pushes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 10:59:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 08:59:14 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #7 from Pedro Amorim --- Katrin, I think that change snuck in because at the time was seen as an oversight, not something working as intended. But I think what you say makes sense, we should consider reverting this FK behaviour. I think we should wait to hear from Tomas and Martin about this (and whoever else who may want to chip in). However, this talk is to be had either on bug 22440 or bug 21983. This bug (33873) is a fix for the handling of data coming from the API endpoint that is feeding ILL requests data to the new ILL table. This fix (33873) should be pushed, imo, regardless of if we revert the FK relationship or not. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:39:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:39:59 +0000 Subject: [Koha-bugs] [Bug 33878] New: SIP does not warn for patron expiry (as NotifyBorrowerDeparture does) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33878 Bug ID: 33878 Summary: SIP does not warn for patron expiry (as NotifyBorrowerDeparture does) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org See bug 33522 and 28688 too. Pref NotifyBorrowerDeparture brings a warning on OPAC and staff. But SIP does not show it if I am not mistaken. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:40:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:40:13 +0000 Subject: [Koha-bugs] [Bug 33878] SIP does not warn for patron expiry (as NotifyBorrowerDeparture does) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33878 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:48:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:48:56 +0000 Subject: [Koha-bugs] [Bug 33878] SIP does not warn for patron expiry (as NotifyBorrowerDeparture does) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33878 --- Comment #1 from Marcel de Rooy --- On which moments should SIP warn about it? Return a book and issue one? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:53:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:53:36 +0000 Subject: [Koha-bugs] [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 --- Comment #3 from Marcel de Rooy --- Note: bug 28688 will be based on top of this one. And will handle the case where a patron might become inactive in the time between notification moment and expiry date. If he is active at notification and if you would skip him, but becomes inactive, than he would have no notice but would not be renewed. We need an additional flag to view those patrons as inactive already at notify time. The other way around could be a bit harder. He was not active but becomes active again just before expiry. If you would auto renew, no problem. If you sent a notice to inactive ones, no problem too. So only if you skipped inactive ones, he may silently expire without a notice. Note that we also have the NotifyBorrowerDeparture warn. Since he became active again, he might have seen that one. It seems that SIP does not warn you for expiry though. Opened bug 33878 for that. If you send two expiry notices (we send a second one 7 days before), the risk of this case is even smaller. For now, I would consider this a side-effect of deciding to not inform inactive users about expiry given the other possible warning. And document it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:54:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:54:10 +0000 Subject: [Koha-bugs] [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33878 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:54:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:54:10 +0000 Subject: [Koha-bugs] [Bug 33878] SIP does not warn for patron expiry (as NotifyBorrowerDeparture does) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33878 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33522 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:57:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:57:25 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33522 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33522 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:57:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:57:25 +0000 Subject: [Koha-bugs] [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28688 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28688 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 [Bug 28688] Automatically renew patron membership for active patrons -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 11:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 09:58:21 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Status|NEW |ASSIGNED --- Comment #7 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #6) > Note that bug 33522 provides another perspective: do not send expiry notices > to inactive patrons. Might feel a bit less friendly, but could be an option > too. Decided to put this one on top of 33522. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:04:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:04:33 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146529|0 |1 is obsolete| | --- Comment #167 from Julian Maurice --- Created attachment 151900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151900&action=edit Bug 17499: Add Koha-objects for messaging preferences This patch adds Koha-objects for messaging preferences. Adds simple validation for messaging preferences. The validation includes - throw exception if both borrowernumber or categorycode is given for a new pref - throw exception if patron for the given borrowernumber is not found - throw exception if category for the given categorycode is not found - throw exception if days in advance cannot be configured but is given - throw exception if days in advance configuration is invalid (value between 0-30) - throw exception if digest is not available but attempted to set on - throw exception if digest must be enabled but attempted to set off - throw exception on duplicate messaging preference Adds a method for getting available messaging options. Adds a method for setting default messaging preferenes. $patron->set_default_messaging_preferences (where $patron is a Koha::Patron) ...or... Koha::Patron::Message::Preference->new_from_default({ borrowernumber => 123, categorycode => "ABC", message_attribute_id => 1, }); Since messaging preference is a feature that has multiple related database tables, usage via Koha-objects is sometimes frustrating. This patch adds easy access to message transport types via $preference->message_transport_types (for getting) $preference->set({ message_transport_types => ['email', 'sms'] }) (for setting) (also supports other calling conventions, see documentation for more) Adds optional parameter message_name for Koha::Patron::Message::Preferences->find and ->search. Simplifies the Koha-object usage by allowing developer to skip joins and / or querying the message name via attribute_id from message_attributes table. Includes test coverage for basic usage. To test: 1. prove t/db_dependent/Koha/Patron/Message/* Following Bug 17499, check also Bug 18595 that replaces C4::Members::Messaging with these new Koha-objects. Signed-off-by: Dominic Pichette Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:04:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:04:38 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146530|0 |1 is obsolete| | --- Comment #168 from Julian Maurice --- Created attachment 151901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151901&action=edit Bug 17499: Define koha_object(s)_class where needed This patch adds koha_object(s)_class for needed modules to fix issues with tests. Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:04:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:04:42 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146531|0 |1 is obsolete| | --- Comment #169 from Julian Maurice --- Created attachment 151902 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151902&action=edit Bug 17499: Replace test subroutines with build_object This patch replaces subroutines used to build test objects with call to $builder->build_object. To test prove that tests are still running with: prove t/db_dependent/Koha/Patron/Message/* Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:04:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:04:47 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146532|0 |1 is obsolete| | --- Comment #170 from Julian Maurice --- Created attachment 151903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151903&action=edit Bug 17499: (QA follow-up) Fix Licence Statements Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:04:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:04:53 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146533|0 |1 is obsolete| | --- Comment #171 from Julian Maurice --- Created attachment 151904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151904&action=edit Bug 17499: (QA follow-up) Fix POD errors Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:04:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:04:57 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146534|0 |1 is obsolete| | --- Comment #172 from Julian Maurice --- Created attachment 151905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151905&action=edit Bug 17499: (follow-up) More explicit exceptions Adds and throws more detailed exceptions. This is useful for APIs and generating translatable errors in GUI. In short, replaces Koha::Exceptions::BadParameter with: Koha::Exceptions::Patron::NotFound Koha::Exceptions::Patron::Category Koha::Exceptions::Patron::Category::NotFound Koha::Exceptions::Patron::Message::Preference Koha::Exceptions::Patron::Message::Preference::AttributeNotFound Koha::Exceptions::Patron::Message::Preference::DaysInAdvanceOutOfRange Koha::Exceptions::Patron::Message::Preference::DaysInAdvanceNotAvailable Koha::Exceptions::Patron::Message::Preference::DigestNotAvailable Koha::Exceptions::Patron::Message::Preference::DigestRequired Koha::Exceptions::Patron::Message::Preference::EmailAddressRequired Koha::Exceptions::Patron::Message::Preference::NoTransportType Koha::Exceptions::Patron::Message::Preference::SMSNumberRequired To test: 1. prove t/db_dependent/Koha/Patron/Message/Preferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:02 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146535|0 |1 is obsolete| | --- Comment #173 from Julian Maurice --- Created attachment 151906 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151906&action=edit Bug 17499: (follow-up) Fix warning Fix warning DBIx::Class::Storage::DBI::select_single(): Query returned more than one row. SQL that returns multiple rows is DEPRECATED for ->find and ->single. Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:06 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146536|0 |1 is obsolete| | --- Comment #174 from Julian Maurice --- Created attachment 151907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151907&action=edit Bug 17499: (follow-up) Validate phone and itiva transport types Message transport types 'phone' and 'itiva' were not validated unlike 'email' and 'sms'. This patch adds equivalent checks to the missing mtts. To test: 1. prove t/db_dependent/Koha/Patron/Message/Preferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:11 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146537|0 |1 is obsolete| | --- Comment #175 from Julian Maurice --- Created attachment 151908 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151908&action=edit Bug 17499: (follow-up) Contact information vs. mtt validation This patch adds a subroutine that handles message transport type validation by first checking related patron contact information. As an example, if there is no email address, we shouldn't let email be selected as a messaging transport type. The reason to isolate logic into a separate subroutine is that C4/Reserves.pm _koha_notify_reserve() also uses the same logic and we should not duplicate it. C4::Reserves::_koha_notify_reserve() will be adjusted to use this new sub in Bug 18595. To test: 1. prove t/db_dependent/Koha/Patron/Message/Preferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:16 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146538|0 |1 is obsolete| | --- Comment #176 from Julian Maurice --- Created attachment 151909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151909&action=edit Bug 17499: (follow-up) Rename to Koha::Patron::MessagePreference Koha::Patron::Message refers to "messages" table that is used for circulation messages. MessagePreference now refers to a messaging preference that is used for enqueued notifications. To test: 1. prove t/db_dependent/Koha/Patron/MessagePreference/Attributes.t 2. prove t/db_dependent/Koha/Patron/MessagePreference/Transport/Preferences.t 3. prove t/db_dependent/Koha/Patron/MessagePreference/Transport/Types.t 4. prove t/db_dependent/Koha/Patron/MessagePreference/Transports.t 5. prove t/db_dependent/Koha/Patron/MessagePreferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:20 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146539|0 |1 is obsolete| | --- Comment #177 from Julian Maurice --- Created attachment 151910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151910&action=edit Bug 17499: (follow-up) Add $patron->messaging_preferences accessor To test: 1. prove t/db_dependent/Koha/Patron.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:24 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146540|0 |1 is obsolete| | --- Comment #178 from Julian Maurice --- Created attachment 151911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151911&action=edit Bug 17499: Replace Koha::MessageAttribute(s) with Koha::Patron::MessagePreference::Attribute(s) To test: 1. prove t/db_dependent/Illrequests.t 2. grep -rn 'Koha::MessageAttribute', observe no results in Koha code -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:05:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:05:58 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #179 from Julian Maurice --- Patches rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:35:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:35:07 +0000 Subject: [Koha-bugs] [Bug 17505] Add routes for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17505 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65326|0 |1 is obsolete| | --- Comment #23 from Julian Maurice --- Created attachment 151912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151912&action=edit Bug 17505: REST API route for messaging preferences Get patron's / category's messaging preferences: GET /messaging_preferences?borrowernumber=123 - allowed if getting own preferences - otherwise borrowers flag required GET /messaging_preferences?categorycode=K - borrowers flag required Modify patron's / category's messaging preferences: PUT /messaging_preferences?borrowernumber=123 - allowed if modifying own preferences - otherwise borrowers flag required PUT /messaging_preferences?categorycode=K - borrowers flag required Returns the following JSON object (same for PUT except for readOnly values): { "Advanced_Notice": { "days_in_advance": { "configurable": true, "value": 20 }, "digest": { "configurable": true, "value": true }, "transport_types": { "email": true, "sms": false } }, "Another_Message_Name": { "days_in_advance": { "configurable": false, "value": null }, "digest": { ... }, ... } To test: 1. prove t/db_dependent/api/v1/messagingpreferences.t 2. Send GET and PUT requests to /api/v1/messaging_preferences Signed-off-by: Jiri Kozlovsky -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 12:37:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 10:37:01 +0000 Subject: [Koha-bugs] [Bug 17505] Add routes for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17505 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #24 from Julian Maurice --- Patch rebased on master. What is needed to make this patch move forward ? A vote on the RFC ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 13:27:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 11:27:00 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 --- Comment #4 from Owen Leonard --- (In reply to Jonathan Druart from comment #3) > Owen, can I get your opinion on the second patch please? Looks like a good improvement to me! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 13:34:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 11:34:28 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #25 from Marcel de Rooy --- (In reply to Owen Leonard from comment #24) > The interface may be assumed to be "intranet" but should it log that > information anyway for consistency? > > +---------------------+--------+--------+------------+-----------+ > | datetime | branch | value | type | interface | > +---------------------+--------+--------+------------+-----------+ > | 2023-05-30 17:16:18 | CPL | 0.0000 | issue | intranet | > | 2023-05-30 17:16:27 | CPL | NULL | item_lost | NULL | > | 2023-05-30 17:18:45 | CPL | NULL | item_found | NULL | > | 2023-05-30 17:18:45 | CPL | NULL | return | intranet | > +---------------------+--------+--------+------------+-----------+ Good point. This was actually developed before the interface column was added. But I suppose that it should default to context->interface. Adding a follow-up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 13:36:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 11:36:03 +0000 Subject: [Koha-bugs] [Bug 30928] Add interface to statistics table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928 --- Comment #33 from Marcel de Rooy --- Will add a follow-up for this development on 33608. It would be good to default to C4::Context->interface instead of NULL, or always needing to pass it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 13:44:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 11:44:48 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #6 from Owen Leonard --- (In reply to Sam Lau from comment #5) > I ran into some problems testing the club tab in both the check out page and > the details page. I am not seeing this in my test system. Could you try again? Are there any JavaScript errors in the console? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:01:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:01:23 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #26 from Marcel de Rooy --- Catching a C4::Auth problem on the way: This line in cookie_auth may bite us (and possibly many other callers): C4::Context->interface($session->param('interface')); It overwrites the interface set by get_template_and_user. Here from additem. Here i am on intranet but i logged in via opac | 2023-06-01 11:44:01 | CPL | NULL | item_lost | | 1 | BKS | NULL | NULL | NULL | NULL | opac | Here again on intranet with intranet cookie: | 2023-06-01 11:58:11 | CPL | NULL | item_found | | 1 | BKS | NULL | NULL | NULL | NULL | intranet | Will open another report for this small Auth 'bug'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:10:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:10:27 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #27 from Marcel de Rooy --- Created attachment 151913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151913&action=edit Bug 33608: (follow-up) Default value for interface column We should default to C4::Context->interface. Test plan: Login via intranet (see Bugzilla report). Edit an item. Set to lost. Check entry in statistics table on interface value. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:11:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:11:29 +0000 Subject: [Koha-bugs] [Bug 33879] New: Cookie_auth overwrites interface set by get_template_and_user Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Bug ID: 33879 Summary: Cookie_auth overwrites interface set by get_template_and_user Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org >From bug 33608 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:12:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:12:59 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33879 --- Comment #28 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #26) > Will open another report for this small Auth 'bug'. Opened byg 33879 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:12:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:12:59 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33608 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:15:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:15:26 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 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. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:15:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:15:28 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151892|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 151914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151914&action=edit Bug 33865: (bug 27421 follow-up) Remove leftover Bug 27421 replaced the progress bar with job_progress.inc. The code related to the old progress bar has not been removed however. Moreover there was a JS error in the console: "Uncaught ReferenceError: submitBackgroundJob is not defined" Test plan: Stage a MARC record for import Import it Revert the import All should work correctly, without JS error in the console and with the progress bar displayed nicely during the staging step. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:23:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:23:36 +0000 Subject: [Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 --- Comment #18 from Nick Clemens --- * Filters are operating on codes not values, 'FPL' works in 'Home library' but 'Fairview' doesn't * Location appears in 'Home library' column, but cannot be filtered on code or value * Status column not filterable or sortable * Date columns filters only work on SQL formats '2023-06-01' works '06/01/2023' doesn't * Click 'show filters', 'hide filters' and repeat X 2 - status column disappears? If you do choose to show all items, a sort action requires reloading the whole table - is it possible to sort/filter on the loaded data? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:38 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:41 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151051|0 |1 is obsolete| | Attachment #151052|0 |1 is obsolete| | Attachment #151053|0 |1 is obsolete| | Attachment #151054|0 |1 is obsolete| | Attachment #151055|0 |1 is obsolete| | Attachment #151056|0 |1 is obsolete| | Attachment #151057|0 |1 is obsolete| | Attachment #151913|0 |1 is obsolete| | --- Comment #29 from Owen Leonard --- Created attachment 151915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151915&action=edit Bug 33608: Add two new circulation types in Statistics module These are: item_lost and item_found. Speak for themself. Test plan: Run t/db_dependent/Stats.t Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:43 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #30 from Owen Leonard --- Created attachment 151916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151916&action=edit Bug 33608: Add UpdateStats to item->store Test plan: Run t/db_dependent/Koha/Item.t Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:46 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #31 from Owen Leonard --- Created attachment 151917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151917&action=edit Bug 33608: Rearranging Stats.t, removing useless t version Subtest, modules, license. The t/Stats.t is as good as empty, can be removed. Test plan: Run t/db_dependent/Stats.t Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:48 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #32 from Owen Leonard --- Created attachment 151918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151918&action=edit Bug 33608: Correct indentation in Stats.t Test plan: Run t/db_dependent/Stats.t Run git diff -w HEAD~1.. t/db_dependent/Stats.t, proving that we only did whitespace changes. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:51 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #33 from Owen Leonard --- Created attachment 151919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151919&action=edit Bug 33608: Redirect UpdateStats to Koha namespace Moving code to Koha::Statistic->new and ->insert. Polishing code a bit further in next patch. Test plan: Run t/db_dependent/Stats.t Run t/db_dependent/Koha/Statistics.t Run t/db_dependent/Koha/Pseudonymization.t Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:53 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #34 from Owen Leonard --- Created attachment 151920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151920&action=edit Bug 33608: Polish Koha::Statistic further Adding exceptions, removing croaks. No exception in new for unknown hash keys, store will catch that. Prepare switching amount parameter to value (db column name). Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:56 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #35 from Owen Leonard --- Created attachment 151921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151921&action=edit Bug 33608: Move older Stats tests to Koha/Statistics.t Test plan: Run t/db_dependent/Koha/Statistics.t Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:24:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:24:59 +0000 Subject: [Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608 --- Comment #36 from Owen Leonard --- Created attachment 151922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151922&action=edit Bug 33608: (follow-up) Default value for interface column We should default to C4::Context->interface. Test plan: Login via intranet (see Bugzilla report). Edit an item. Set to lost. Check entry in statistics table on interface value. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:26:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:26:09 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 --- Comment #12 from Nick Clemens --- (In reply to Jonathan Druart from comment #10) > Note that this is going to be reverted by bug 33568 in its current state. > There is a FIXME in Koha/REST/V1/Biblios.pm > > Please help there ;) 33493 is in your commit history on the branch - you use a new function 'transfer' which simply calls 'get_transfer' so will use the new relationship there if you apply latest version The 'FIXME' just suggests adding the prefetch - so just yes, do that using this relationship -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:26:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:26:38 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #20 from Jonathan Druart --- >From https://tree.taiga.io/project/koha-ils/task/117 And IRC: Joubu> tcohen: see https://tree.taiga.io/project/koha-ils/task/117 Joubu> tcohen: installer/data/mysql/db_revs/221200026.pl Joubu> it must be *unless* fk exists! Joubu> there is also a typo in the description endopoint -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:27:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:27:37 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149469|0 |1 is obsolete| | --- Comment #13 from Nick Clemens --- Created attachment 151923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151923&action=edit Bug 33493: Add a filter relationship for branchtransfers Prefetching is useful, but we don't want to fetch all the inactive transfers for an item. This patch adds a filtered relationship and updates get_transfer(s) to use this To test: prove -v t/db_dependent/Koha/Item.t Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:27:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:27:39 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151865|0 |1 is obsolete| | --- Comment #14 from Nick Clemens --- Created attachment 151924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151924&action=edit Bug 33493: (follow-up) Rename relationship and add test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:46:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:46:11 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:49:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:49:55 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #14 from Nick Clemens --- (In reply to Marcel de Rooy from comment #13) > # Failed test 'NoIssuesChargeGuarantees tests' > # at t/db_dependent/SIP/Patron.t line 338. Did you restart_all to make sure SIP is adjusted? All tests pass for me -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:52:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:52:26 +0000 Subject: [Koha-bugs] [Bug 33809] Accessibility: OPAC results page needs more descriptive links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:52:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:52:28 +0000 Subject: [Koha-bugs] [Bug 33809] Accessibility: OPAC results page needs more descriptive links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809 --- Comment #6 from Owen Leonard --- Created attachment 151925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151925&action=edit Bug 33809: (follow-up) Grammar correction This is somewhat nitpicky but I think "Show fewer..." is more correct than "Show less..." for strings like "Show fewer authors." 'Generally, fewer is used when the number of things is counted ("fewer problems") whereas less is used when the number is measured ("less trouble" or "less time").' -- https://www.merriam-webster.com/words-at-play/fewer-vs-less It's not a strict rule but to my ear it sounds more correct. The brief "Show less" displayed on screen seems fine because the object feels indeterminate: "Show less information." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:52:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:52:34 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #1 from Marcel de Rooy --- Use case If you logged in via OPAC (sharing same domain with intranet), and then switch to staff side, get_template_and_user gets the correct interface from the staff script but later on checkauth is called and then check_cookie_auth. The last one may override the interface with the interface from the cookie (opac in our example). This is confusing. What would be the side-effects if we decide not to overwrite there but only fill if we have nothing? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:55:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:55:24 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:55:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:55:40 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 14:55:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 12:55:43 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 --- Comment #6 from Mason James --- Created attachment 151926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151926&action=edit Bug 33371: Add [Install] section to koha-common.service to test: 1/ install pkg, reboot, note service is not started 2/ add patch, build package 3/ install pkg, reboot, note service is started! :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:08:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:08:46 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151926|0 |1 is obsolete| | --- Comment #7 from Mason James --- Created attachment 151927 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151927&action=edit Bug 33371: Add [Install] section to koha-common.service to test: 1/ install pkg, reboot, note service is not 'active' 2/ add patch, build package 3/ install pkg, reboot, note service is 'active' :) root at deb11:/etc# systemctl status koha-common * koha-common.service - Start required services for each Koha instance Loaded: loaded (/etc/init.d/koha-common; enabled; vendor preset: enabled) <<<< Active: active (exited) since Thu 2023-06-01 12:45:08 UTC; 13min ago Tasks: 0 (limit: 2244) Memory: 0B CPU: 0 CGroup: /system.slice/koha-common.service Jun 01 12:45:08 deb11 systemd[1]: Starting Start required services for each Koha instance... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:14:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:14:10 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:14:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:14:12 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #2 from Marcel de Rooy --- Created attachment 151928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151928&action=edit Bug 33879: Do no longer overwrite interface in cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:14:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:14:39 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #3 from Marcel de Rooy --- Still looking at unit test. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:14:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:14:44 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:14:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:14:50 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:30:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:30:34 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Andrew Nugged changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:30:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:30:37 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Andrew Nugged changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151927|0 |1 is obsolete| | --- Comment #8 from Andrew Nugged --- Created attachment 151929 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151929&action=edit [PATCH] Bug 33371: Add [Install] section to koha-common.service to test: 1/ install pkg, reboot, note service is not 'active' 2/ add patch, build package 3/ install pkg, reboot, note service is 'active' :) root at deb11:/etc# systemctl status koha-common * koha-common.service - Start required services for each Koha instance Loaded: loaded (/etc/init.d/koha-common; enabled; vendor preset: enabled) <<<< Active: active (exited) since Thu 2023-06-01 12:45:08 UTC; 13min ago Tasks: 0 (limit: 2244) Memory: 0B CPU: 0 CGroup: /system.slice/koha-common.service Jun 01 12:45:08 deb11 systemd[1]: Starting Start required services for each Koha instance... Signed-off-by: Andrew Nugged -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:32:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:32:02 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Andrew Nugged changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151929|0 |1 is obsolete| | --- Comment #9 from Andrew Nugged --- Created attachment 151930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151930&action=edit Bug 33371: Add [Install] section to koha-common.service to test: 1/ install pkg, reboot, note service is not 'active' 2/ add patch, build package 3/ install pkg, reboot, note service is 'active' :) root at deb11:/etc# systemctl status koha-common * koha-common.service - Start required services for each Koha instance Loaded: loaded (/etc/init.d/koha-common; enabled; vendor preset: enabled) <<<< Active: active (exited) since Thu 2023-06-01 12:45:08 UTC; 13min ago Tasks: 0 (limit: 2244) Memory: 0B CPU: 0 CGroup: /system.slice/koha-common.service Jun 01 12:45:08 deb11 systemd[1]: Starting Start required services for each Koha instance... Signed-off-by: Andrew Nugged -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:51:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:51:58 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:52:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:52:00 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #4 from Marcel de Rooy --- Created attachment 151931 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151931&action=edit Bug 33879: Add unit test to show problem Test plan: Run t/db_dependent/Auth.t without second patch. Should fail: # got: 'opac' # expected: 'intranet' Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:52:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:52:03 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151928|0 |1 is obsolete| | --- Comment #5 from Marcel de Rooy --- Created attachment 151932 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151932&action=edit Bug 33879: Do no longer overwrite interface in cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t. Should pass again. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:52:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:52:29 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #6 from Marcel de Rooy --- Created attachment 151933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151933&action=edit Bug 33879: Do no longer overwrite interface in check_cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t. Should pass again. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:52:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:52:55 +0000 Subject: [Koha-bugs] [Bug 33879] Cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151932|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 15:56:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 13:56:23 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cookie_auth overwrites |Check_cookie_auth |interface set by |overwrites interface set by |get_template_and_user |get_template_and_user -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:12:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:12:21 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:12:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:12:24 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151914|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 151934 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151934&action=edit Bug 33865: (bug 27421 follow-up) Remove leftover Bug 27421 replaced the progress bar with job_progress.inc. The code related to the old progress bar has not been removed however. Moreover there was a JS error in the console: "Uncaught ReferenceError: submitBackgroundJob is not defined" Test plan: Stage a MARC record for import Import it Revert the import All should work correctly, without JS error in the console and with the progress bar displayed nicely during the staging step. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:12:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:12:33 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:16:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:16:12 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #15 from Marcel de Rooy --- # Subtest: NoIssuesChargeGuarantees tests 1..6 ok 1 - Only patron's fines are reported in total ok 2 - Guarantor blocked not ok 3 - Screen message includes related fines total # Failed test 'Screen message includes related fines total' # at t/db_dependent/SIP/Patron.t line 331. # 'Greetings from Koha. Og_K_qe88A -- Patron blocked by fines (11.11) on guaranteed accounts -- Patron owes 11.00' # doesn't match '(?^u:Patron blocked by fines \(22\.22\) on guaranteed accounts)' ok 4 - Guarantee only fines correctly counted ok 5 - Guarantee not blocked by guarantor fines ok 6 - Screen message does not include blocked message # Looks like you failed 1 test of 6. not ok 9 - NoIssuesChargeGuarantees tests There is a difference. Only one test failed now. So progress :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:30:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:30:55 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #16 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #15) > # Failed test 'Screen message includes related fines total' > # at t/db_dependent/SIP/Patron.t line 331. > # 'Greetings from Koha. Og_K_qe88A -- Patron blocked > by fines (11.11) on guaranteed accounts -- Patron owes 11.00' > # doesn't match '(?^u:Patron blocked by fines \(22\.22\) on > guaranteed accounts)' If I debug on $patron->account->lines, I only see that 11 euro. Do you miss a few assumptions in the mocking or so still? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:44:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:44:57 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass --- (In reply to Owen Leonard from comment #6) > (In reply to Sam Lau from comment #5) > > I ran into some problems testing the club tab in both the check out page and > > the details page. > > I am not seeing this in my test system. Could you try again? Are there any > JavaScript errors in the console? I also recreate this. Steps I used: 1. Apply patch 2. Go to patron checkout or detail tab 3. Click on Clubs tab > Enroll 4. Above the table click 'Finish enrollment' or 'Cancel' 5. Clubs panel now appears in unusual position. 6. Click on another tab (Checkouts, Holds ) and the Clubs panel now has a green background. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:45:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:45:38 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #8 from Lucas Gass --- Created attachment 151935 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151935&action=edit Screenshot of display -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:47:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:47:20 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 151936 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151936&action=edit Bug 33877: Add missing team members Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:52:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:52:43 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:53:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:53:29 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:53:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:53:31 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:54:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:54:31 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #9 from Sam Lau --- Here is a video of the bug as well: https://www.youtube.com/watch?v=bcNWwtvDuVc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:54:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:54:35 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:55:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:55:02 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.11.00,23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:55:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:55:04 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 --- Comment #10 from Tomás Cohen Arazi --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 16:59:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 14:59:46 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #21 from Tomás Cohen Arazi --- Fixed in 23.05 and 23.11. Please backport the fix for 22.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:01:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:01:49 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:10:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:10:02 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #22 from Katrin Fischer --- (In reply to Katrin Fischer from comment #19) > Hm, I am not so happy about the FK change hidden/sneaked in with this bug. > Especially since it's now without documentation/warning to users and can > create data loss. > > If you don't store all information also in ILL request attributes it will be > hard to determine what has been ordered for making acq decisions and > creating reports. > > Also: there already was as specific bug for this change, stuck in discussion > for these reasons: bug 21983 I'd have loved to at least get a comment/reaction. The fix mentioned seems to be to enforce the change I marked as critical. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:15:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:15:13 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #23 from Katrin Fischer --- (In reply to Katrin Fischer from comment #22) > (In reply to Katrin Fischer from comment #19) > > Hm, I am not so happy about the FK change hidden/sneaked in with this bug. > > Especially since it's now without documentation/warning to users and can > > create data loss. > > > > If you don't store all information also in ILL request attributes it will be > > hard to determine what has been ordered for making acq decisions and > > creating reports. > > > > Also: there already was as specific bug for this change, stuck in discussion > > for these reasons: bug 21983 > > I'd have loved to at least get a comment/reaction. The fix mentioned seems > to be to enforce the change I marked as critical. Also, if you really want to do this, because it needs to be done: what's with the old ill_requests? It caused bug 33873. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:15:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:15:40 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #24 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #23) > (In reply to Katrin Fischer from comment #22) > > (In reply to Katrin Fischer from comment #19) > > > Hm, I am not so happy about the FK change hidden/sneaked in with this bug. > > > Especially since it's now without documentation/warning to users and can > > > create data loss. > > > > > > If you don't store all information also in ILL request attributes it will be > > > hard to determine what has been ordered for making acq decisions and > > > creating reports. > > > > > > Also: there already was as specific bug for this change, stuck in discussion > > > for these reasons: bug 21983 > > > > I'd have loved to at least get a comment/reaction. The fix mentioned seems > > to be to enforce the change I marked as critical. > > Also, if you really want to do this, because it needs to be done: what's > with the old ill_requests? It caused bug 33873. Should we do the same we did for orderlines? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:16:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:16:40 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #8 from Katrin Fischer --- I vote for removing the FK again OR cleaning up the old ill_requests... either this data should not exist or it should. I vote for: it should exist and remove FK. And we could show the number not linked when there is no record in the table. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:19:13 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21983 --- Comment #9 from Katrin Fischer --- Please also see bug 21983. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:19:13 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33873 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:22:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:22:39 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #25 from Katrin Fischer --- (In reply to Tomás Cohen Arazi from comment #24) > (In reply to Katrin Fischer from comment #23) > > (In reply to Katrin Fischer from comment #22) > > > (In reply to Katrin Fischer from comment #19) > > > > Hm, I am not so happy about the FK change hidden/sneaked in with this bug. > > > > Especially since it's now without documentation/warning to users and can > > > > create data loss. > > > > > > > > If you don't store all information also in ILL request attributes it will be > > > > hard to determine what has been ordered for making acq decisions and > > > > creating reports. > > > > > > > > Also: there already was as specific bug for this change, stuck in discussion > > > > for these reasons: bug 21983 > > > > > > I'd have loved to at least get a comment/reaction. The fix mentioned seems > > > to be to enforce the change I marked as critical. > > > > Also, if you really want to do this, because it needs to be done: what's > > with the old ill_requests? It caused bug 33873. > > Should we do the same we did for orderlines? A database table has the option to use COALESCE, so that might be an option. We could also then shift the existing data. I am not sure what the technical requirement for the FK was, so can't tell if removing it again might be a valid option. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 17:35:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 15:35:33 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #10 from Pedro Amorim --- (In reply to Katrin Fischer from comment #8) > I vote for removing the FK again OR cleaning up the old ill_requests... > either this data should not exist or it should. > > I vote for: it should exist and remove FK. And we could show the number not > linked when there is no record in the table. I don't see any issue with that, but again would like Martin and Tomas to chip in. However, the fix provided here in this bug (33873) is required, regardless of whatever decision we go down with regarding the FK. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:03:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:03:41 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:03:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:03:45 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151900|0 |1 is obsolete| | --- Comment #180 from Sam Lau --- Created attachment 151937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151937&action=edit Bug 17499: Add Koha-objects for messaging preferences This patch adds Koha-objects for messaging preferences. Adds simple validation for messaging preferences. The validation includes - throw exception if both borrowernumber or categorycode is given for a new pref - throw exception if patron for the given borrowernumber is not found - throw exception if category for the given categorycode is not found - throw exception if days in advance cannot be configured but is given - throw exception if days in advance configuration is invalid (value between 0-30) - throw exception if digest is not available but attempted to set on - throw exception if digest must be enabled but attempted to set off - throw exception on duplicate messaging preference Adds a method for getting available messaging options. Adds a method for setting default messaging preferenes. $patron->set_default_messaging_preferences (where $patron is a Koha::Patron) ...or... Koha::Patron::Message::Preference->new_from_default({ borrowernumber => 123, categorycode => "ABC", message_attribute_id => 1, }); Since messaging preference is a feature that has multiple related database tables, usage via Koha-objects is sometimes frustrating. This patch adds easy access to message transport types via $preference->message_transport_types (for getting) $preference->set({ message_transport_types => ['email', 'sms'] }) (for setting) (also supports other calling conventions, see documentation for more) Adds optional parameter message_name for Koha::Patron::Message::Preferences->find and ->search. Simplifies the Koha-object usage by allowing developer to skip joins and / or querying the message name via attribute_id from message_attributes table. Includes test coverage for basic usage. To test: 1. prove t/db_dependent/Koha/Patron/Message/* Following Bug 17499, check also Bug 18595 that replaces C4::Members::Messaging with these new Koha-objects. Signed-off-by: Dominic Pichette Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:03:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:03:48 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151901|0 |1 is obsolete| | --- Comment #181 from Sam Lau --- Created attachment 151938 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151938&action=edit Bug 17499: Define koha_object(s)_class where needed This patch adds koha_object(s)_class for needed modules to fix issues with tests. Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:03:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:03:52 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151902|0 |1 is obsolete| | --- Comment #182 from Sam Lau --- Created attachment 151939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151939&action=edit Bug 17499: Replace test subroutines with build_object This patch replaces subroutines used to build test objects with call to $builder->build_object. To test prove that tests are still running with: prove t/db_dependent/Koha/Patron/Message/* Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:03:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:03:56 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151903|0 |1 is obsolete| | --- Comment #183 from Sam Lau --- Created attachment 151940 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151940&action=edit Bug 17499: (QA follow-up) Fix Licence Statements Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:00 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151904|0 |1 is obsolete| | --- Comment #184 from Sam Lau --- Created attachment 151941 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151941&action=edit Bug 17499: (QA follow-up) Fix POD errors Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:03 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151905|0 |1 is obsolete| | --- Comment #185 from Sam Lau --- Created attachment 151942 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151942&action=edit Bug 17499: (follow-up) More explicit exceptions Adds and throws more detailed exceptions. This is useful for APIs and generating translatable errors in GUI. In short, replaces Koha::Exceptions::BadParameter with: Koha::Exceptions::Patron::NotFound Koha::Exceptions::Patron::Category Koha::Exceptions::Patron::Category::NotFound Koha::Exceptions::Patron::Message::Preference Koha::Exceptions::Patron::Message::Preference::AttributeNotFound Koha::Exceptions::Patron::Message::Preference::DaysInAdvanceOutOfRange Koha::Exceptions::Patron::Message::Preference::DaysInAdvanceNotAvailable Koha::Exceptions::Patron::Message::Preference::DigestNotAvailable Koha::Exceptions::Patron::Message::Preference::DigestRequired Koha::Exceptions::Patron::Message::Preference::EmailAddressRequired Koha::Exceptions::Patron::Message::Preference::NoTransportType Koha::Exceptions::Patron::Message::Preference::SMSNumberRequired To test: 1. prove t/db_dependent/Koha/Patron/Message/Preferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:07 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151906|0 |1 is obsolete| | --- Comment #186 from Sam Lau --- Created attachment 151943 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151943&action=edit Bug 17499: (follow-up) Fix warning Fix warning DBIx::Class::Storage::DBI::select_single(): Query returned more than one row. SQL that returns multiple rows is DEPRECATED for ->find and ->single. Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:11 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151907|0 |1 is obsolete| | --- Comment #187 from Sam Lau --- Created attachment 151944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151944&action=edit Bug 17499: (follow-up) Validate phone and itiva transport types Message transport types 'phone' and 'itiva' were not validated unlike 'email' and 'sms'. This patch adds equivalent checks to the missing mtts. To test: 1. prove t/db_dependent/Koha/Patron/Message/Preferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:14 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151908|0 |1 is obsolete| | --- Comment #188 from Sam Lau --- Created attachment 151945 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151945&action=edit Bug 17499: (follow-up) Contact information vs. mtt validation This patch adds a subroutine that handles message transport type validation by first checking related patron contact information. As an example, if there is no email address, we shouldn't let email be selected as a messaging transport type. The reason to isolate logic into a separate subroutine is that C4/Reserves.pm _koha_notify_reserve() also uses the same logic and we should not duplicate it. C4::Reserves::_koha_notify_reserve() will be adjusted to use this new sub in Bug 18595. To test: 1. prove t/db_dependent/Koha/Patron/Message/Preferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:18 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151909|0 |1 is obsolete| | --- Comment #189 from Sam Lau --- Created attachment 151946 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151946&action=edit Bug 17499: (follow-up) Rename to Koha::Patron::MessagePreference Koha::Patron::Message refers to "messages" table that is used for circulation messages. MessagePreference now refers to a messaging preference that is used for enqueued notifications. To test: 1. prove t/db_dependent/Koha/Patron/MessagePreference/Attributes.t 2. prove t/db_dependent/Koha/Patron/MessagePreference/Transport/Preferences.t 3. prove t/db_dependent/Koha/Patron/MessagePreference/Transport/Types.t 4. prove t/db_dependent/Koha/Patron/MessagePreference/Transports.t 5. prove t/db_dependent/Koha/Patron/MessagePreferences.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:22 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151910|0 |1 is obsolete| | --- Comment #190 from Sam Lau --- Created attachment 151947 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151947&action=edit Bug 17499: (follow-up) Add $patron->messaging_preferences accessor To test: 1. prove t/db_dependent/Koha/Patron.t Sponsored-by: The National Library of Finland Signed-off-by: Michal Denar Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:04:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:04:25 +0000 Subject: [Koha-bugs] [Bug 17499] Koha objects for messaging preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151911|0 |1 is obsolete| | --- Comment #191 from Sam Lau --- Created attachment 151948 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151948&action=edit Bug 17499: Replace Koha::MessageAttribute(s) with Koha::Patron::MessagePreference::Attribute(s) To test: 1. prove t/db_dependent/Illrequests.t 2. grep -rn 'Koha::MessageAttribute', observe no results in Koha code Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:20:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:20:56 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:20:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:20:58 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151891|0 |1 is obsolete| | --- Comment #2 from Sam Lau --- Created attachment 151949 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151949&action=edit Bug 33876: Add class for styling To test: 1. Checkout and item that has a public and nonpublic note. 2. In the checkout table ( Title column ) notice the notes display. If you use the browser dev tools to inspect you'll notice a "-" outside of any HTML element. 3. Apply patch. 4. See the '-' is now inside of a html element with class of seperator. Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:30:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:30:31 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|22.11.06 |22.11.06,22.05.13 released in| | --- Comment #16 from Lucas Gass --- Backported to 22.05.x for 22.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:38:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:38:46 +0000 Subject: [Koha-bugs] [Bug 33880] New: "Enable two-factor authentication" fails if patron's library branchname is too long Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Bug ID: 33880 Summary: "Enable two-factor authentication" fails if patron's library branchname is too long Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: pedro.amorim at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org, jake.deery at ptfs-europe.com, jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, m.de.rooy at rijksmuseum.nl, martin.renvoize at ptfs-europe.com, ryan.henderson at ptfs-europe.com Depends on: 32011 To reproduce, on ktd: 1) Enable TwoFactorAuthentication system preference 2) Go to "Administration->Libraries" edit the library's name "Institut Protestant de Théologie" to "Institut Protestant de Théologie and another word" 3) Go to "My account" in the top right corner menu 4) Click the "Edit" button in the "Library use" box and set the library to the above library 5) Go back to "My account" and click "More" button, select "Manage two-factor authentication" 6) Click "Enable two-factor authentication" button 7) It explodes Error logs: [ERROR] POST /api/v1/auth/two-factor/registration: unhandled exception (Mojo::Exception)<> This is the same (or very similar) issue discussed in bug 32011 Bumping the version from 10 to something higher in GD::Barcode::new on Koha/Auth/TwoFactorAuth.pm works around this issue, but I think we should discuss and come up with a permanent solution. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011 [Bug 32011] 2FA - Problem with qr_code generation -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:38:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:38:46 +0000 Subject: [Koha-bugs] [Bug 32011] 2FA - Problem with qr_code generation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33880 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:52:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:52:20 +0000 Subject: [Koha-bugs] [Bug 33364] Stop Holds to Pull report showing items that have been allocated to a recall In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33364 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:58:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:58:12 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 18:58:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 16:58:14 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151888|0 |1 is obsolete| | --- Comment #3 from Sam Lau --- Created attachment 151950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151950&action=edit Bug 33875: Fix missing closing tag a in API key management page In API key management page, anchor closing tag is missing in message "No keys defined for the current patron". This patch fixes that. Also changes display with link on a new line. Translatable text is on purpose surrounded by span or div. Test plan : 1) Enable system preference RESTOAuth2ClientCredentials 2) Go to a patron page 3) Click More > Manage API Keys 4) Look at page source HTML code => Check code is OK Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 20:20:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 18:20:42 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #17 from Nick Clemens --- Created attachment 151951 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151951&action=edit Bug 33411: (follow-up) Set debit type for mocked fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 20:21:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 18:21:31 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #18 from Nick Clemens --- (In reply to Marcel de Rooy from comment #16) > (In reply to Marcel de Rooy from comment #15) > > > # Failed test 'Screen message includes related fines total' > > # at t/db_dependent/SIP/Patron.t line 331. > > # 'Greetings from Koha. Og_K_qe88A -- Patron blocked > > by fines (11.11) on guaranteed accounts -- Patron owes 11.00' > > # doesn't match '(?^u:Patron blocked by fines \(22\.22\) on > > guaranteed accounts)' > > If I debug on $patron->account->lines, I only see that 11 euro. > Do you miss a few assumptions in the mocking or so still? Yes, not setting the type meant it was randomly a type that was counted in non-issues-charges or not. Should be fixed now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 20:37:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 18:37:25 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off --- Comment #17 from Tomás Cohen Arazi --- This is missing a signature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 21:03:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 19:03:39 +0000 Subject: [Koha-bugs] [Bug 33809] Accessibility: OPAC results page needs more descriptive links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809 Ray Delahunty changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty at arts.ac.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 21:13:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 19:13:34 +0000 Subject: [Koha-bugs] [Bug 33790] Fix and add various links to the manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 21:13:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 19:13:36 +0000 Subject: [Koha-bugs] [Bug 33790] Fix and add various links to the manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151790|0 |1 is obsolete| | --- Comment #3 from David Nind --- Created attachment 151952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151952&action=edit Bug 33790: Fix and add various links to the manual * Makes the move from tools to cataloguing for the pages linked from the cataloguing start page * Adds missing help links to admin and tools pages * Fix other existing links To test: * Best is to look at the patch, you'll see the pages you need to test on the left. * Open the page and access the help page through the help link Note: for a few links you'll need to update the version in the URL to 23.05 (identity providers is one) as the page doesn't exist yet in the 22.11 manual Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 21:24:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 19:24:13 +0000 Subject: [Koha-bugs] [Bug 33790] Fix and add various links to the manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #4 from David Nind --- Testing notes (using KTD): 1. I amended the patch (instead of adding a follow-up) for SMTP servers: 'admin/smtp-servers' should be 'admin/smtp_servers' (underscore instead of a dash in the URL). 2. I did try to see if the more specific URLs and links could be added for Cataloging > Tools > Label creator > Manage [Label batches|Layouts|Label templates|Printer profiles], as they each have their own section in the manual. However, the URLs for the specific manage options all start with 'label-manage.pl?label-element=', and there doesn't appear to be a way to map a page with a ? to a specific bookmark in the manual. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 21:28:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 19:28:52 +0000 Subject: [Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com Status|Needs Signoff |Failed QA --- Comment #38 from Sam Lau --- I'm in the process of testing this and so far shortening the loan period seems to be working for me, but extending the loan period isn't working as expected. Steps taken to replicate my issue 1) Set library opening time to 8:30am closing time to 9pm 2) set loan period to be 3 hours. 3) Set the "ConsiderLibraryHoursWhenIssuing" preference to the extend option. 4) checked out an item. My checkout time and date was 06/01/2023 19:07 - with the loan period I selected (3 hours), the book would be due on 06/01/2023 @ 22:07, but since the library closes at 9pm (21:00), the due date should be extended to the next day at opening time. 5) The shown due date is 06/03/2023 at 08:30 - The due date that was expected was 06/02/2023 at 08:30 so it skipped over a day for some reason. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:03:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:03:11 +0000 Subject: [Koha-bugs] [Bug 33882] New: member.tt Date of birth column makes it difficult to hide the age hint Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Bug ID: 33882 Summary: member.tt Date of birth column makes it difficult to hide the age hint Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When doing a patron search ( member.tt) there is a column for Date of Birth. That column also includes a hint about the age of the patron. Example: (67 years) Some libraries don't want to show information about the patron's age. Currently that info. is difficult to hide with CSS. If we wrapped it in an it would be much easier. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:07:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:07:03 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Lucas Gass 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. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:07:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:07:05 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 --- Comment #1 from Lucas Gass --- Created attachment 151953 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151953&action=edit Bug 33882: Add spans in dateofbirth column on member.tt To test: 1 Apply patch 2 Do a patron search that will return multiple patrons. 3 Look at the date of birth column and notice the text is now wrapped in a class called 'dateofbirth' 4. Notice that the age hint is wrapped in a class called 'agehint'. 5. Add '.agehint { display: none }' to intranetusercss. 6. Now notice the date of birth still displays but no age information. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:07:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:07:28 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|enhancement |minor Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:17:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:17:16 +0000 Subject: [Koha-bugs] [Bug 15003] Help should be a wiki, not translatable via po-files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15003 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- Closing this one as the suggestions were based on the old help system that used templates in Koha. Remaining issues could be filed as new bugs. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:22:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:22:11 +0000 Subject: [Koha-bugs] [Bug 22959] Using the help feature when in the Patron Category Admin page, should bring user to that section in the manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22959 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer --- Tested in 23.05 and it's fixed :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:24:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:24:11 +0000 Subject: [Koha-bugs] [Bug 33757] Help manual link in Label Creator points to wrong place In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33757 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer --- Will be fixed by bug bug 33790 *** This bug has been marked as a duplicate of bug 33790 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:24:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:24:11 +0000 Subject: [Koha-bugs] [Bug 33790] Fix and add various links to the manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwsdonna at gmail.com --- Comment #5 from Katrin Fischer --- *** Bug 33757 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:26:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:26:55 +0000 Subject: [Koha-bugs] [Bug 33757] Help manual link in Label Creator points to wrong place In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33757 --- Comment #2 from Katrin Fischer --- Accidentally fixed by bug 33790 :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:44:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:44:01 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 1 22:44:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 20:44:03 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151953|0 |1 is obsolete| | --- Comment #2 from Sam Lau --- Created attachment 151954 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151954&action=edit Bug 33882: Add spans in dateofbirth column on member.tt To test: 1 Apply patch 2 Do a patron search that will return multiple patrons. 3 Look at the date of birth column and notice the text is now wrapped in a class called 'dateofbirth' 4. Notice that the age hint is wrapped in a class called 'agehint'. 5. Add '.agehint { display: none }' to intranetusercss. 6. Now notice the date of birth still displays but no age information. Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 00:31:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 22:31:32 +0000 Subject: [Koha-bugs] [Bug 22135] Inventory tool doesn't export "out of order" problem to CSV In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22135 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 00:31:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 22:31:34 +0000 Subject: [Koha-bugs] [Bug 22135] Inventory tool doesn't export "out of order" problem to CSV In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22135 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151779|0 |1 is obsolete| | --- Comment #4 from David Nind --- Created attachment 151955 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151955&action=edit Bug 22135: Display 'shelved out of order' error in inventory CSV export When using the inventory tool with an uploaded barcode file and checking the "Compare barcodes list to results", "Check barcodes list for items shelved out of order" and "Export to CSV file" checkboxes, the resulting CSV file showed a blank in the "problem" column for items with out of order callnumbers. With this patch, you'll see "Shelved out of order". To test: * Create 3 items with callnumbers and barcodes a, b, and c * Go to Cataloguing > Inventory * Enter a c b (each on its own line) into the barcode field * Check "Compare barcodes list to results" * Check "Check barcodes list for items shelved out of order" * Check "Export to CSV file" (at the bottom) * Verify the file has empty lines in the problem column * Apply patch * Repeat test, the empty lines should now read: "Shelved out of order" Note: Also fixes "problem" to "Problem" to make capitalization consistent. All those strings are currently not translatable, this will be filed separately. Co-authored-by: Mark Alexander Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 00:35:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jun 2023 22:35:18 +0000 Subject: [Koha-bugs] [Bug 22135] Inventory tool doesn't export "out of order" problem to CSV In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22135 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the export of release notes| |inventory results when | |"Check barcodes list for | |items shelved out of order" | |is selected. Currently, the | |problem column is blank for | |items shelved out of order | |when it should be "Shelved | |out of order". CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:21:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:21:10 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #17 from Mason James --- (In reply to Lucas Gass from comment #16) > Backported to 22.05.x for 22.05.13 hi team, all 3 following packages include the 3x 33702 patches 22.11.06 22.05.13 21.11.21 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:22:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:22:14 +0000 Subject: [Koha-bugs] [Bug 33883] New: "Make sure to copy your API secret" message overlaps text Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Bug ID: 33883 Summary: "Make sure to copy your API secret" message overlaps text Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org After you generate an API key for a patron, the grey border around the message "Make sure to copy your API secret now. You won’t be able to see it again!" overlaps the "Description: " text below it. It's hard to see but it does look bad when you notice it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:22:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:22:46 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33883 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:22:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:22:46 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33875 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:25:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:25:05 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:25:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:25:08 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151950|0 |1 is obsolete| | --- Comment #4 from David Cook --- Created attachment 151956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151956&action=edit Bug 33875: Fix missing closing tag a in API key management page In API key management page, anchor closing tag is missing in message "No keys defined for the current patron". This patch fixes that. Also changes display with link on a new line. Translatable text is on purpose surrounded by span or div. Test plan : 1) Enable system preference RESTOAuth2ClientCredentials 2) Go to a patron page 3) Click More > Manage API Keys 4) Look at page source HTML code => Check code is OK Signed-off-by: Sam Lau Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:32:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:32:35 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:32:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:32:38 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151886|0 |1 is obsolete| | --- Comment #5 from David Cook --- Created attachment 151957 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151957&action=edit Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers' This patch updates instances in the code and templates where the term "Authentication providers" is used, replacing it with the preferred "Identity provider." Most of the instances of this change are in module or API documentation, but you can see a couple of the changes in the interface: - Administration -> Identity providers: - The sidebar menu should show "Identity providers" instead of "Authentication providers." - Patrons -> Patron details -> More -> Set permissions - Under " Manage Koha system settings (Administration panel)" you should see "Manage identity providers (manage_identity_providers)" Signed-off-by: Sam Lau Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:36:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:36:57 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:36:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:36:59 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151596|0 |1 is obsolete| | --- Comment #3 from David Cook --- Created attachment 151958 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151958&action=edit Bug 33803: Remove comment about tab width Signed-off-by: Owen Leonard Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:38:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:38:47 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 --- Comment #26 from David Cook --- Oh looks like I can't QA this one, but it's a very useful one... would be great to get this done. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:48:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:48:01 +0000 Subject: [Koha-bugs] [Bug 33780] Multi-line TT comment: [%% item.object.itemnotes.replace('\n', ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33780 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|Signed Off |Failed QA --- Comment #8 from David Cook --- The effect of the patch is different to the issue description. Note that before the patch, you could include HTML in the item note field. After the patch, the HTML is escaped. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:53:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:53:17 +0000 Subject: [Koha-bugs] [Bug 33167] Cleanup staff interface catalog details page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167 --- Comment #30 from Mason James --- (In reply to Barry Cannon from comment #29) > I am still seeing this error, even after upgrading to 22.11.06-3. hi Barry can you paste your error message? it should be different from above also try rebuilding your languages, with koha-translate tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 03:57:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 01:57:13 +0000 Subject: [Koha-bugs] [Bug 28477] INTRANET and OPAC loggers should print to STDERR instead of to file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28477 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|In Discussion |RESOLVED --- Comment #8 from David Cook --- Koha has changed its Plack logging since this was reported -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:01:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:01:29 +0000 Subject: [Koha-bugs] [Bug 26248] Simplify keep_text Javascript function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26248 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |INVALID --- Comment #11 from David Cook --- I don't recall why I cared about this in the first place... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:05:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:05:11 +0000 Subject: [Koha-bugs] [Bug 21098] Add missing budget optgroups to parcels.tt and newemptyorder.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21098 --- Comment #15 from David Cook --- Still relevant but I think the failure is still relevant too. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:11:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:11:45 +0000 Subject: [Koha-bugs] [Bug 33884] New: Remove unused Koha::RDF code Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Bug ID: 33884 Summary: Remove unused Koha::RDF code Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl The Koha::RDF code was added with the hope that further RDF work would proceed, but it never did. I think it makes sense to remove this unused code. The REST API could be used in lieu of this anyway. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:12:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:12:14 +0000 Subject: [Koha-bugs] [Bug 18713] Add support for named graphs and rfds:seeAlso to Koha::RDF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|In Discussion |RESOLVED --- Comment #36 from David Cook --- Going to remove Koha::RDF. Future RDF work can be based off something else. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:12:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:12:15 +0000 Subject: [Koha-bugs] [Bug 21359] Add RDF support to OAI-PMH harvester In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21359 Bug 21359 depends on bug 18713, which changed state. Bug 18713 Summary: Add support for named graphs and rfds:seeAlso to Koha::RDF https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:12:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:12:29 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18586 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586 [Bug 18586] Create module to mint RDF subject URIs -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:12:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:12:29 +0000 Subject: [Koha-bugs] [Bug 18586] Create module to mint RDF subject URIs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33884 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 [Bug 33884] Remove unused Koha::RDF code -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:13:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:13:44 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:13:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:13:47 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 --- Comment #1 from David Cook --- Created attachment 151959 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151959&action=edit Bug 33884: Remove unused Koha::RDF code This patch removes the unused Koha::RDF module and its associated unit test. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:19:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:19:24 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:19:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:19:27 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 --- Comment #4 from David Cook --- Created attachment 151960 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151960&action=edit Bug 26700: Remove unused C4/SIP/t directory This patch removes the unused C4/SIP/t directory. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 04:20:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 02:20:25 +0000 Subject: [Koha-bugs] [Bug 9842] SIP tests : fix for 07hold.t on Cancel Hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9842 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #5 from David Cook --- (In reply to Katrin Fischer from comment #4) > I am not sure how to set up the config files in order to make these tests > pass (or not). Could someone else confirm if they are still failing or not > maybe? I don't know if anyone even uses them anymore. In Bug 26700, I propose that we remove them. If someone is using them, they need to move them into the t/ directory I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:03:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:03:43 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:03:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:03:46 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 --- Comment #25 from David Cook --- Created attachment 151961 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151961&action=edit Bug 23817: Normalize phone number when searching This patch rewrites the phone number DBIC query when sent from DataTables like in the Patron module. Test plan: 0. Apply patch and koha-plack --restart kohadev 1. Go to http://localhost:8081/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=51 2. Input '1-(234)-567-8901' into the 'Primary phone' field 3. Note on the next screen the phone number is shown as '1-(234)-567-8901' 4. Go to http://localhost:8081/cgi-bin/koha/members/members-home.pl 5. Choose "Search field" of "All phones" 6. Search for '12345678901' 7. Note you are taken to http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51 8. Try out different permutations like '234 567 8901' or '5678901' 9. Note that every permutation works to find the borrower -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:03:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:03:50 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 --- Comment #26 from David Cook --- Created attachment 151962 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151962&action=edit Bug 23817: Include all phone numbers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:08:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:08:01 +0000 Subject: [Koha-bugs] [Bug 33832] Can't change a patron's username without entering passwords In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33832 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- Should we perhaps change this script so that it just changes the password and doesn't affect the username? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:24:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:24:08 +0000 Subject: [Koha-bugs] [Bug 31050] Standardize session setup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31050 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Failed QA |RESOLVED --- Comment #7 from David Cook --- Bug 32178 implements enough of the functionality to close out this one I think *** This bug has been marked as a duplicate of bug 32178 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:24:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:24:08 +0000 Subject: [Koha-bugs] [Bug 32178] query parameters in check_api_auth lets anyone assume a user id In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178 --- Comment #23 from David Cook --- *** Bug 31050 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:25:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:25:19 +0000 Subject: [Koha-bugs] [Bug 31050] Standardize session setup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31050 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Assignee|dcook at prosentient.com.au |koha-bugs at lists.koha-commun | |ity.org Resolution|DUPLICATE |--- --- Comment #8 from David Cook --- Then again... C4::Auth::create_basic_session() is only used for the OIDC auth, so I guess we still do have a ways to go... But I don't think I'll be working on it any time soon. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:35:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:35:25 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:35:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:35:28 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144764|0 |1 is obsolete| | --- Comment #6 from David Cook --- Created attachment 151963 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151963&action=edit Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Signed-off-by: David Nind Signed-off-by: Fridolin Somers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:39:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:39:39 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144764|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:39:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:39:53 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151963|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:42:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:42:04 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144764|0 |1 is obsolete| | --- Comment #7 from David Cook --- Created attachment 151964 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151964&action=edit Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Signed-off-by: David Nind Signed-off-by: Fridolin Somers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 05:42:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 03:42:23 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 --- Comment #8 from David Cook --- (In reply to Tomás Cohen Arazi from comment #5) > Please rebase ASAP. Took the liberty of moving it back to "Passed QA" as it was a fairly trivial rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:24:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:24:48 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:24:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:24:51 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151960|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 151965 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151965&action=edit Bug 26700: Remove unused C4/SIP/t directory This patch removes the unused C4/SIP/t directory. Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:24:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:24:53 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 --- Comment #6 from Jonathan Druart --- Created attachment 151966 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151966&action=edit Bug 26700: Remove occurrences in Makefile.PL As well as other 2 non existing paths -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:30:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:30:46 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #1 from Jonathan Druart --- What about using branchcode instead of branchname? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:31:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:31:01 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:31:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:31:04 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151959|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 151967 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151967&action=edit Bug 33884: Remove unused Koha::RDF code This patch removes the unused Koha::RDF module and its associated unit test. Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:31:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:31:47 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version(s)|22.11.06,22.05.13 |23.05.00,22.11.06,22.05.13, released in| |21.11.21 Status|Pushed to oldstable |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:32:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:32:27 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_21_11_candidate, | |rel_22_05_candidate, | |rel_22_11_candidate, | |rel_23_05_candidate | --- Comment #18 from Jonathan Druart --- Still missing in 21.05 then? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:32:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:32:39 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:32:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:32:48 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:32:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:32:54 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:33:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:33:00 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:33:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:33:15 +0000 Subject: [Koha-bugs] [Bug 33702] Patrons should only see their own ILLs in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:55:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:55:32 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:57:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:57:02 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 07:58:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 05:58:29 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 08:08:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 06:08:21 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 08:08:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 06:08:23 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151967|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 151968 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151968&action=edit Bug 33884: Remove unused Koha::RDF code This patch removes the unused Koha::RDF module and its associated unit test. Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 08:08:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 06:08:32 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 08:17:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 06:17:22 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #2 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #1) > What about using branchcode instead of branchname? 10 characters. Should be fine, I guess. Kind of weird that this CPAN module stumbles over such a thing.. Thought that issuer was just a label? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 08:25:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 06:25:57 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #19 from Marcel de Rooy --- (In reply to Nick Clemens from comment #18) > (In reply to Marcel de Rooy from comment #16) > > (In reply to Marcel de Rooy from comment #15) > > > > > # Failed test 'Screen message includes related fines total' > > > # at t/db_dependent/SIP/Patron.t line 331. > > > # 'Greetings from Koha. Og_K_qe88A -- Patron blocked > > > by fines (11.11) on guaranteed accounts -- Patron owes 11.00' > > > # doesn't match '(?^u:Patron blocked by fines \(22\.22\) on > > > guaranteed accounts)' > > > > If I debug on $patron->account->lines, I only see that 11 euro. > > Do you miss a few assumptions in the mocking or so still? > > Yes, not setting the type meant it was randomly a type that was counted in > non-issues-charges or not. Should be fixed now Great. One randomly failing test less. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 08:59:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 06:59:23 +0000 Subject: [Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 --- Comment #19 from Jonathan Druart --- (In reply to Nick Clemens from comment #18) > * Filters are operating on codes not values, 'FPL' works in 'Home library' > but 'Fairview' doesn't Yes, we should add dropdown lists for itemtype and libraries, like we do on the patron search. But for instance "home library" contains the location as well, that's not that easy :-/ > * Location appears in 'Home library' column, but cannot be filtered on code > or value See above. > * Status column not filterable or sortable Yes, that's no longer possible, and won't be possible, at least in a first iteration. That's not trivial it seems. See the following commit: Bug 33568: Status FIXME We need tests here! See the FIXME in the code, we are losing the ability to search on the status, but this is really impossible to implement if we are not storing the status (DB or search engine). > * Date columns filters only work on SQL formats '2023-06-01' works > '06/01/2023' doesn't I thought I fixed that earlier somewhere else. And I did, on https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145096 But that's not nice. Not considering this high priority for now and considering outside the scope of this bug. > * Click 'show filters', 'hide filters' and repeat X 2 - status column > disappears? See the following commit: Bug 33568: Restore filters FIXME - If we click 'show filters' the 'columns' list does not contain all the columns. We are destroying the DT and the hidden columns are removed from the dom. I think there are 2 possible solutions here: 1. don't destroy but adjust the 'dom' parameter of DT (I didn't manage to make this work correctly, because of the th filters) 2. Move the th definition in the JS init of DT > If you do choose to show all items, a sort action requires reloading the > whole table - is it possible to sort/filter on the loaded data? We could imagine a "freeze" button to remove the AJAX driven behaviour, if all data are loaded. But the behaviour will then be different. It will help to filter/sort on columns on which it's not possible server-side, but I am not sure it's a good idea... Remaining TODOs (in addition of the FIXMEs in the code): * Display the library name of the patron "A patron from LIBRARY NAME" if the patron's data must be hidden. This is related to bug 29523. * Fix bug 33817 * Fix bug 33804 * Add dropdown lists for itemtype, libraries (current library and library) and collection in the column filter row (like we do on the main patron search). However how do we deal with "home library" which contains the location as well? * Search by formatted date (see bug 32505) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:09:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:09:15 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #3 from Katrin Fischer --- I think the length and characters in branchname could quickly become an issue for our libraries. But the branchcode is often nothing the user would connect with the library. Looking at my Google Authenticator app, there are not many clues to what the login is for. I think the best solution could be a configuration option in branches, an abbreviated library name. Often institutions will have an abbreviation that is well known or could create one for this use case. And maybe we could also show the options as a hint on the form? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:10:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:10:43 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 --- Comment #3 from Jonathan Druart --- Created attachment 151969 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151969&action=edit Bug 33132: [ALTERNATE] [22.05.x] Add date_to_rfc3339 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:11:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:11:08 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com Status|Failed QA |Needs Signoff --- Comment #4 from Jonathan Druart --- Andrew, could you try this patch? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:20:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:20:17 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:20:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:20:20 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151278|0 |1 is obsolete| | --- Comment #20 from Marcel de Rooy --- Created attachment 151970 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151970&action=edit Bug 33411: Unit test update Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:20:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:20:22 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151279|0 |1 is obsolete| | --- Comment #21 from Marcel de Rooy --- Created attachment 151971 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151971&action=edit Bug 33411: Don't count related guarantees fees against NoIssuesChargeGuarantees To test: 1 - Find an adult patron in Koha 2 - Add two guarantees 3 - Add $1 fine to parent, $5 fine to each guarantee 4 - Set no issues charge guarantees to 9 5 - perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL -m patron_information --patron BARCODE 6 - Note the 64 message starts with Y's that mean patron is blocked 7 - Repeat with each child barcode 8 - They are blocked? 9 - Apply patch, restart all (restart_all will restart SIP) 10 - Try again 11 - Parent blocked, children should not be Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:20:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:20:24 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151951|0 |1 is obsolete| | --- Comment #22 from Marcel de Rooy --- Created attachment 151972 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151972&action=edit Bug 33411: (follow-up) Set debit type for mocked fines Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:29:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:29:19 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |kyle at bywatersolutions.com, | |m.de.rooy at rijksmuseum.nl --- Comment #7 from Marcel de Rooy --- (In reply to David Cook from comment #1) > It actually looks like there are quite a few tests there... maybe they > should be moved into the t/SIP directory... You just remove, not move. Did you check if there are some useful tests that we do not want to loose here? And they probably need quite a bit of editing too if we want to move them.. How did you verify that they are not being used? @Kyle: Are you aware of people using these tests ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:41:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:41:15 +0000 Subject: [Koha-bugs] [Bug 33697] Remove RecordedBooks (rbdigital) integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:41:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:41:18 +0000 Subject: [Koha-bugs] [Bug 33697] Remove RecordedBooks (rbdigital) integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151695|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy --- Created attachment 151973 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151973&action=edit Bug 33697: Remove RecordedBooks (rbdigital) integration RecordedBooks search API integration is now obsolete following rbdigital's incorporation into OverDrive. Associated code should be removed. https://company.overdrive.com/2020/06/23/overdrive-to-acquire-rbdigital-from-rbmedia/ Test plan: use git grep extensively and confirm that this patch removes all occurrences of this feature. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:52:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:52:17 +0000 Subject: [Koha-bugs] [Bug 32730] Add patron lists tab to patron details and circulation pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32730 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off CC| |tomascohen at gmail.com QA Contact|m.de.rooy at rijksmuseum.nl |testopia at bugs.koha-communit | |y.org --- Comment #22 from Marcel de Rooy --- (In reply to Michael Hafen from comment #21) > Comment 8 on this bug mentioned the method name, but only that it needed to > be snake case, which it now is. > > Same comment also mentioned the get_lists_with_patron() method and suggested > putting it in Koha/Patron. I'm fine either way; as a Patron method it would > need a Patron object, as a List method it would need the borrowernumber or > patron object passed as a parameter. Either way works for me. > > There is a lot of apparent duplication in the patron lists tables, but there > is a purpose. It's mostly for convenience. One table show the lists the > patron is in, and needs the get_lists_with_patron() call. The second table > shows the available lists the patron is not in; this is for the convenience > of quickly adding the patron to one of those lists. So it calls get_lists() > and then culls out the lists the patron is already in. If this convenience > is deemed to system heavy to be feasible it can be pulled out. Or the > second table could be reduced to a drop down with list names. > > This package isn't a Koha Object, as you noted, so there's a lot of DBIC. > The specialized nature of some of those methods, in that they have to dig > into the patronlistpatrons table, makes me think that's the best way to > handle it either way. I don't think get_lists_with_patron() could be done > efficiently without going to DBIC. > > I'd like to see some suggestions for a better method name, I think it's got > a pretty good name myself. It's very descriptive. Thanks for your feedback. Tomas may be in a better position to provide further clarification of his commments. I am moving this one back in the SO queue to get another QA perspective. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:58:35 +0000 Subject: [Koha-bugs] [Bug 33885] New: Get HTTP 500 when retrieving orders created by a non-existent (deleted) user Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Bug ID: 33885 Summary: Get HTTP 500 when retrieving orders created by a non-existent (deleted) user Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: slavashishkin at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 33293 Problem description: Occurs for orders where 'created_by' is NULL with the message in log: DBIC result _type isn't of the _type Borrower at /usr/share/koha/lib/Koha/Objects.pm line 463. This did not occur before in version 22.11 because there was no modal and the logic was different. Generally, according to the design, it is assumed that 'created_by' can be NULL, for example, due to a constraint that cleans it when the borrower record is deleted from the database. Steps to reproduce: 1. Create a superuser. 2. Add an order to the cart as a new user. 3. Delete the new user from the system. 4. Go to the orders section and select an order created by the non-existent user. 5. Click the "Get Order" button. Expected behavior: When attempting to retrieve an order created by a non-existent user, a confirmation pop-up window should appear for order retrieval. Actual behavior: Clicking the "Receive" button results in a JS alert with 'error 500 / The system is unable to process the request and returns an internal server error' message. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293 [Bug 33293] Use template wrapper for tabs: Holds -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 09:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 07:58:35 +0000 Subject: [Koha-bugs] [Bug 33293] Use template wrapper for tabs: Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293 Slava Shishkin changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33885 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:36:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:36:44 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #4 from Jake Deery --- Hello folks, Having a quick read of GD::Barcode::QRcode, it looks like setting version to automatic allows the library to determine which QRcode to pick – https://metacpan.org/pod/GD::Barcode::QRcode#Version (note: it appears Version => 1 is automatic mode, based on the source code). Do we need to specify which QRcode to use, or should we change it to automatic / 1? I'd imagine most authenticator apps will read any old code (that is what QRcodes were invented for, after all!) Many thanks, Jake -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:39:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:39:53 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:39:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:39:55 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151162|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 151974 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151974&action=edit Bug 33247: Flag the authority pending deletion in the result list When an authority is removed from the result list it is not removed from the search engine yet. This patch suggests to add a note in the summary column to tell the user that the deletion is pending. Test plan: 1 - Go to authorities home and perform a search; 2 - Delete any authority; 3 - After the confirmation, the page is refreshed but still contains the deleted authority, with a red note explaining that the deletion is pending. Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:39:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:39:57 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 --- Comment #12 from Marcel de Rooy --- Created attachment 151975 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151975&action=edit Bug 33247: (QA follow-up) Remove pending deletion from results array Both Elastic and Zebra search_auth_compat return a hash key authid for a result. Test plan: Remove an authority that should be in your results list. Note that it is no longer marked as pending, but just not displayed. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:41:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:41:07 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:43:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:43:55 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #5 from Jake Deery --- Update to my previous comment: https://metacpan.org/release/KWITKNR/GD-Barcode-1.15/source/Barcode/QRcode.pm#L349 It actually looks like ommitting the version entirely causes the QRcode generator to automatically iterate up until it finds the right place to stop. Cool, eh? (Thanks Pedro!) Jake -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:55:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:55:22 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 --- Comment #13 from Jonathan Druart --- But then you refresh and the auth popup again (if index not updated already)? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 10:56:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 08:56:18 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #6 from Jonathan Druart --- If that works, it's certainly the easiest and long term solution! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:13:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:13:14 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:13:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:13:17 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151923|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy --- Created attachment 151976 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151976&action=edit Bug 33493: Add a filter relationship for branchtransfers Prefetching is useful, but we don't want to fetch all the inactive transfers for an item. This patch adds a filtered relationship and updates get_transfer(s) to use this To test: prove -v t/db_dependent/Koha/Item.t Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:13:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:13:19 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151924|0 |1 is obsolete| | --- Comment #16 from Marcel de Rooy --- Created attachment 151977 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151977&action=edit Bug 33493: (follow-up) Rename relationship and add test Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:13:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:13:21 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 --- Comment #17 from Marcel de Rooy --- Created attachment 151978 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151978&action=edit Bug 33493: (QA follow-up) Only bless the first transfer No need to do a walk through on all the results. Correcting two test descriptions on the way. Test plan: Run t/db_dependent/Koha/Item.t Run t/db_dependent/Koha/Items.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:13:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:13:33 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:18:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:18:48 +0000 Subject: [Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 --- Comment #20 from Jonathan Druart --- (In reply to Jonathan Druart from comment #19) > (In reply to Nick Clemens from comment #18) > > * Click 'show filters', 'hide filters' and repeat X 2 - status column > > disappears? > > See the following commit: > Bug 33568: Restore filters > > FIXME - If we click 'show filters' the 'columns' list does not contain > all the columns. > We are destroying the DT and the hidden columns are removed from the > dom. > > I think there are 2 possible solutions here: > 1. don't destroy but adjust the 'dom' parameter of DT (I didn't manage > to make this work correctly, because of the th filters) > 2. Move the th definition in the JS init of DT Should be fixed now. Bug 33568: (folow-up) Restore filters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:20:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:20:01 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 --- Comment #14 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #13) > But then you refresh and the auth popup again (if index not updated > already)? :) If you are fast enough :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:36:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:36:22 +0000 Subject: [Koha-bugs] [Bug 33489] The borrowers table should have indexes on default patron search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #8 from Mason James --- (In reply to Katrin Fischer from comment #7) > This will be fixed with a new package very soon. > > > Upgrade to 22.11.05.010 [10:48:17]: Bug 33489 - Add indices to > default patron search fields > ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: > BLOB/TEXT column 'middle_name' used in key specification without a key > length at /usr/share/koha/lib/C4/Installer.pm line 743 a fix for this has been included in 22.11.06-3 package -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:40:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:40:40 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Component|Koha |Authentication QA Contact| |testopia at bugs.koha-communit | |y.org Group|Koha security | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:42:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:42:38 +0000 Subject: [Koha-bugs] [Bug 33833] Remove Test::DBIx::Class from t/SocialData.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #9 from Jonathan Druart --- > Use database in t/Socialdata.t Why? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:46:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:46:20 +0000 Subject: [Koha-bugs] [Bug 33833] Remove Test::DBIx::Class from t/SocialData.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833 --- Comment #10 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #9) > > Use database in t/Socialdata.t > > Why? They are in fact data dependent. And we can simply replace TDC by TestBuilder here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:53:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:53:23 +0000 Subject: [Koha-bugs] [Bug 33489] The borrowers table should have indexes on default patron search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:53:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:53:40 +0000 Subject: [Koha-bugs] [Bug 33489] The borrowers table should have indexes on default patron search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 11:53:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 09:53:43 +0000 Subject: [Koha-bugs] [Bug 33489] The borrowers table should have indexes on default patron search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489 --- Comment #9 from Mason James --- Created attachment 151979 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151979&action=edit Bug 33489: (QA follow-up) Add missing index prefix in DBRev Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 12:37:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 10:37:53 +0000 Subject: [Koha-bugs] [Bug 33886] New: Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 Bug ID: 33886 Summary: Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: sally.healey at cheshiresharedservices.gov.uk QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com I appreciate a lot of work has gone into swapping from the now-obsolete datepicker to flatpickr. However, when entering a date of birth on the joining form (memberentry.pl), on both the staff intranet and the public OPAC, flatpickr is not intuitive for users. For the staff, having a form cause frustrations when you're welcoming new patrons is not ideal - but at least we can train the staff on flatpickr's quirks. For new patrons trying to join on the OPAC, it's impossible to explain how to use it to them. We are concerned that patrons may choose not to join because of difficulty with the date of birth field. Full explanation: Koha previously used datepicker. It was possible to enter dates using just the keyboard (typing in), or just the mouse (using the datepicker calendar). With flatpickr, you can use the keyboard (typing in) - but if you attempt to use flatpickr as mouse-only, it's extremely long-winded. Flatpickr appears to be designed for mouse+keyboard together, which is unusual - and unexpected for the end user - in a calendar. With datepicker, the mouse workflow was: - Click to open datepicker. Then work from left to right, top to bottom: - Use the dropdown menu to select month. - Use the dropdown menu to select year. - Click on the date to select the date. These steps were all handled by the mouse alone. Using flatpickr, the mouse workflow is: - Click to open flatpickr Note that you cannot work from left to right. This is because flatpickr initialises with today's date. If you have a patron who is born in October but the current month is June, then October doesn't show in the month dropdown (as it's a date in the future). This means you have to start with the year, which is counterintuitive, as it's working right to left. - There is a box to type the year into - meaning that it's not mouse-only. Many average computer users might not even realise that this box can be typed into. Depending on how you use a mouse/keyboard (particularly Tenkey users), typing in can mean lifting your hand from the mouse to use the keyboard and going back again. - The year controls do not display until mouseover, so it's not immediately apparent to all users how the year can be manipulated - especially as this is juxtaposed with the permanently visible month dropdown controls. - When hovering over the year, the arrow controls then appear - and if you're expecting mouse-only input, you may believe you need to use these, rather than typing the year. - The arrow controls only increment +/- 1 year. It's not possible to click and hold to jump +/- 10 years, for example. If you try to use flatpickr as mouse-only and your patron was born in the 1950s, you'll be clicking for a very long time. So the mouse-only workflow ends up being: - Click to open flatpickr - Have to remember to work from right to left - Hover over the year so the arrow controls show - Click 70 times to get back to 1953 - Go right to left to the month drop down to select the month - Then select the date If you choose to type in the year instead, it feels as if it's defeating the object of having a calendar, as you've already typed in 4 digits out of an 8 digit date. Frequent requests have been made to the developer on GitHub for a change to this workflow, but the developer prefers their existing implementation - so a change would need to be a plugin. To alleviate the friction with the year selection, is there a plugin that can be adopted/written/implemented? It doesn't have to be a dropdown plugin; in other calendars, there are different mouse-only methods of handling years, for example: https://element.eleme.cn/#/en-US/component/date-picker (this style is used in Windows). There's some discussion of this on StackOverflow: https://stackoverflow.com/questions/51425067/flatpickr-adding-dropdown-to-change-year - including some solutions. And there's a recent (May 2023) dropdown plugin linked from that page: https://gist.github.com/ZachSaucier/ec6f58e49082c27eaae240786bc82997 Please could a plugin be considered? Or a different method of handling year inputs, at least where date of birth is a flatpickr field? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 12:39:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 10:39:10 +0000 Subject: [Koha-bugs] [Bug 33886] Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28376 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 12:39:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 10:39:10 +0000 Subject: [Koha-bugs] [Bug 28376] Flatpickr introduction for datetime picker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28376 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33886 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 13:12:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 11:12:09 +0000 Subject: [Koha-bugs] [Bug 33886] Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 Daniel Jones changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.jones at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 13:24:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 11:24:34 +0000 Subject: [Koha-bugs] [Bug 33717] Typo in search_for_data_inconsistencies.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33717 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 13:24:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 11:24:36 +0000 Subject: [Koha-bugs] [Bug 33717] Typo in search_for_data_inconsistencies.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33717 --- Comment #5 from Pedro Amorim --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 13:37:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 11:37:59 +0000 Subject: [Koha-bugs] [Bug 33520] Update Patron Details link alignment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33520 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Patrons |Templates Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | --- Comment #1 from Katrin Fischer --- Still valid in 22.11.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 13:53:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 11:53:15 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 13:53:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 11:53:17 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #34 from Pedro Amorim --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 14:30:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 12:30:13 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 14:56:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 12:56:17 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 14:56:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 12:56:19 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151887|0 |1 is obsolete| | --- Comment #10 from Owen Leonard --- Created attachment 151980 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151980&action=edit Bug 33528: Use template wrapper for tabs: Patron details page This patch updates the checkout and patron details templates so that they use the new WRAPPER directive to build tabbed navigation. The markup for the tab navigation and tab panels is moved into its own include file since the templates were duplicating essentially the same code. To fully test you should have patrons with checkouts, fines, holds, recalls, and article requests. Apply the patch and go to the checkout page in the staff interface. With each tab, test as much functionality as you can within that tab. - Checkouts - Holds - Recalls (with UseRecalls enabled) - Claims (with a LOST value defined in ClaimReturnedLostValue) - Restrictions - Article Requests (with ArticleRequests preference enabled) - Clubs (with at least one club defined) - Relatives' checkouts (patron must have a guarantee linked to their account). Perform the same tests on the patron details page. Note that the "Charges" tab is shown on the patron details page but not the checkout page. This is not a change made by this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 14:57:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 12:57:18 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #11 from Owen Leonard --- (In reply to Sam Lau from comment #9) > Here is a video of the bug as well Thanks, I'm not sure why I wasn't seeing it before I'd failed to update all the places where the changed DOM structure needed to be updated in the JavaScript -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:15:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:15:58 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Pedro Amorim 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:16:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:16:01 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #7 from Pedro Amorim --- Created attachment 151981 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151981&action=edit Bug 33880: Remove Version param from GB::Barcode->new Looking at the code here if (Koha/Auth/TwoFactorAuth.pmoSelf->{Version}){ #--- auto version select for(->{Version}=1; ->{Version} <= 40; ++->{Version}) { last if ({->{Ecc}}->[->{Version}] >= + ->[->{Version}]); } } in https://metacpan.org/release/KWITKNR/GD-Barcode-1.15/source/Barcode/QRcode.pm#L349 It appears the version parameter is not required, and will default to whatever version has the necessary bits for the input words given Signed-off-by: Pedro Amorim -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:17:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:17:48 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #8 from Pedro Amorim --- Submitting this in Jake's behalf with my signature on it after looking at the code and testing. Keeping in "Needs sign-off" as would be great to have others looking into this! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:27:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:27:22 +0000 Subject: [Koha-bugs] [Bug 33520] Update Patron Details link alignment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33520 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Owen Leonard --- *** This bug has been marked as a duplicate of bug 33320 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:27:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:27:22 +0000 Subject: [Koha-bugs] [Bug 33320] Patron modification requests: options are squashed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33320 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.auld at ptfs-europe.com --- Comment #6 from Owen Leonard --- *** Bug 33520 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:42:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:42:44 +0000 Subject: [Koha-bugs] [Bug 33887] New: Automatic checkin should be able to optionally fill the next hold with the returned item Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Bug ID: 33887 Summary: Automatic checkin should be able to optionally fill the next hold with the returned item Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When an item is automatically checked in, Koha should be able to trap that item for the next patron and send a notification to that patron that a hold is waiting for them. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:42:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:42:48 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23207 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207 [Bug 23207] Allow automatic checkin/return at end of circulation period -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:42:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:42:48 +0000 Subject: [Koha-bugs] [Bug 23207] Allow automatic checkin/return at end of circulation period In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33887 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:55:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:55:18 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:57:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:57:28 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |blocker --- Comment #11 from Pedro Amorim --- Upping this to blocker to raise awareness. Without this fix, systems upgrading to 22.11.06 or 23.05 will potentially have their ILL table not be functional. If the upgrade happens on a system that has ILL requests with a biblio record related to it, that has since been deleted, the table will fail to render. To reproduce, on clean k-t-d master: 1) ILL setup, run: bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) 2) Create a new FreeForm request, put whatever data you want in the form. 3) Go back to ILL requests table, notice the table renders and request is there. 4) Run koha-mysql kohadev # Drop the FK constraint, or it wont allow us to run next step: ALTER TABLE illrequests DROP FOREIGN KEY illrequests_bibfk; # Update biblio_id on the ILL request to a biblionumber that doesn't exist: UPDATE illrequests SET biblio_id=999 where illrequest_id = 1; 5) Refresh the ILL table, notice it never renders and has a nasty console error: Cannot read properties of null (reading 'biblio_id') This is what happens on upgrade from previous versions. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 15:59:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 13:59:39 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #12 from Pedro Amorim --- Upping this to blocker to raise awareness. Without this fix, systems upgrading to 22.11.06 or 23.05 will potentially have their ILL table not be functional. If the upgrade happens on a system that has ILL requests with a biblio record related to it, that has since been deleted, the table will fail to render. To reproduce, on clean k-t-d master: 1) ILL setup, run: bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) 2) Create a new FreeForm request, put whatever data you want in the form. 3) Go back to ILL requests table, notice the table renders and request is there. 4) Run koha-mysql kohadev # Drop the FK constraint, or it wont allow us to run next step: ALTER TABLE illrequests DROP FOREIGN KEY illrequests_bibfk; # Update biblio_id on the ILL request to a biblionumber that doesn't exist: UPDATE illrequests SET biblio_id=999 where illrequest_id = 1; 5) Refresh the ILL table, notice it never renders and has a nasty console error: Cannot read properties of null (reading 'biblio_id') This is what happens on upgrade from previous versions. 6) Apply this patch 7) Refresh table again, notice it renders correctly once more -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:08:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:08:41 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:08:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:08:43 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 --- Comment #1 from Owen Leonard --- Created attachment 151982 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151982&action=edit Bug 33883: "Make sure to copy your API secret" message overlaps text This patch updates the markup on the patron API keys page so that it uses standard classes for dialogs and page sections. To test you must have RESTOAuth2ClientCredentials enabled. - Apply the patch and locate a patron record. - From their checkout or detail page, choose More -> Manage API keys - Click "Generate a new client id/secret pair" - Enter a description and click Save. - You should see a message in a standard message-style dialog, "Make sure to copy your API secret now. You won’t be able to see it again!" - The API key information should be displayed in a .page-section div. - The table of existing keys should be displayed in a .page-section div. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:12:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:12:02 +0000 Subject: [Koha-bugs] [Bug 33886] Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:13:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:13:48 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED Depends on| |33875 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 [Bug 33875] Missing closing tag a in API key management page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:13:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:13:48 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33883 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 [Bug 33883] "Make sure to copy your API secret" message overlaps text -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:22:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:22:43 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:22:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:22:45 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151982|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 151983 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151983&action=edit Bug 33883: "Make sure to copy your API secret" message overlaps text This patch updates the markup on the patron API keys page so that it uses standard classes for dialogs and page sections. To test you must have RESTOAuth2ClientCredentials enabled. - Apply the patch and locate a patron record. - From their checkout or detail page, choose More -> Manage API keys - Click "Generate a new client id/secret pair" - Enter a description and click Save. - You should see a message in a standard message-style dialog, "Make sure to copy your API secret now. You won’t be able to see it again!" - The API key information should be displayed in a .page-section div. - The table of existing keys should be displayed in a .page-section div. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:41:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:41:28 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:41:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:41:30 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151980|0 |1 is obsolete| | --- Comment #12 from Sam Lau --- Created attachment 151984 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151984&action=edit Bug 33528: Use template wrapper for tabs: Patron details page This patch updates the checkout and patron details templates so that they use the new WRAPPER directive to build tabbed navigation. The markup for the tab navigation and tab panels is moved into its own include file since the templates were duplicating essentially the same code. To fully test you should have patrons with checkouts, fines, holds, recalls, and article requests. Apply the patch and go to the checkout page in the staff interface. With each tab, test as much functionality as you can within that tab. - Checkouts - Holds - Recalls (with UseRecalls enabled) - Claims (with a LOST value defined in ClaimReturnedLostValue) - Restrictions - Article Requests (with ArticleRequests preference enabled) - Clubs (with at least one club defined) - Relatives' checkouts (patron must have a guarantee linked to their account). Perform the same tests on the patron details page. Note that the "Charges" tab is shown on the patron details page but not the checkout page. This is not a change made by this patch. Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:48:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:48:12 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 16:48:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 14:48:14 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151983|0 |1 is obsolete| | --- Comment #3 from Matt Blenkinsop --- Created attachment 151985 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151985&action=edit Bug 33883: "Make sure to copy your API secret" message overlaps text This patch updates the markup on the patron API keys page so that it uses standard classes for dialogs and page sections. To test you must have RESTOAuth2ClientCredentials enabled. - Apply the patch and locate a patron record. - From their checkout or detail page, choose More -> Manage API keys - Click "Generate a new client id/secret pair" - Enter a description and click Save. - You should see a message in a standard message-style dialog, "Make sure to copy your API secret now. You won’t be able to see it again!" - The API key information should be displayed in a .page-section div. - The table of existing keys should be displayed in a .page-section div. Signed-off-by: Matt Blenkinsop -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 17:14:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 15:14:07 +0000 Subject: [Koha-bugs] [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 17:14:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 15:14:09 +0000 Subject: [Koha-bugs] [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151885|0 |1 is obsolete| | --- Comment #4 from Sam Lau --- Created attachment 151986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151986&action=edit Bug 33522: Add active and inactive parameter to membership_expiry.pl Test plan: Enable TrackLastPatronActivity. Set MembershipExpiryDaysNotice to X days. Pick a patron, make it expire in X days. Add email address. Update borrowers.lastseen for this patron to make it active. Run membership_expiry.pl -c -v -active You should see at least one enqueued notice. Note: Since we passed no number, we default to 6 months. Run membership_expiry.pl -c -v -inactive You should see that it skipped a number of active patrons (>=1). Signed-off-by: Marcel de Rooy Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 17:39:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 15:39:52 +0000 Subject: [Koha-bugs] [Bug 33794] Holds Queue builder skips least cost branch unless target item's homebranch is patron's homebranch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33794 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 17:39:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 15:39:54 +0000 Subject: [Koha-bugs] [Bug 33794] Holds Queue builder skips least cost branch unless target item's homebranch is patron's homebranch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33794 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151712|0 |1 is obsolete| | --- Comment #2 from Sam Lau --- Created attachment 151987 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151987&action=edit Bug 33794: Removing line that causes TCM to pick the most expensive item if it means that it's going back to it's home branch. Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:12:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:12:27 +0000 Subject: [Koha-bugs] [Bug 32680] Add hooks to allow cover images to be provided by plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #45 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:12:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:12:28 +0000 Subject: [Koha-bugs] [Bug 19044] Add BDS integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 Bug 19044 depends on bug 32680, which changed state. Bug 32680 Summary: Add hooks to allow cover images to be provided by plugins https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:14:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:14:15 +0000 Subject: [Koha-bugs] [Bug 30418] Add permission and setting for public lists to allow staff with permission to edit contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30418 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |RESOLVED --- Comment #42 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:15:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:15:09 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #33 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:16:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:16:38 +0000 Subject: [Koha-bugs] [Bug 30418] Add permission and setting for public lists to allow staff with permission to edit contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30418 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:16:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:16:56 +0000 Subject: [Koha-bugs] [Bug 32680] Add hooks to allow cover images to be provided by plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:16:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:16:57 +0000 Subject: [Koha-bugs] [Bug 19044] Add BDS integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 Bug 19044 depends on bug 32680, which changed state. Bug 32680 Summary: Add hooks to allow cover images to be provided by plugins https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:17:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:17:53 +0000 Subject: [Koha-bugs] [Bug 32752] Add new serial issue status: "Out for binding", "Bound", and "Circulating" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32752 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Needs documenting --- Comment #34 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:18:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:18:38 +0000 Subject: [Koha-bugs] [Bug 11844] Additional fields for order lines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11844 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Needs documenting --- Comment #125 from Matt Blenkinsop --- New feature - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:19:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:19:40 +0000 Subject: [Koha-bugs] [Bug 33550] Rename Patron restrictions administration page 'Patron restriction types' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33550 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Needs documenting --- Comment #25 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:20:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:20:22 +0000 Subject: [Koha-bugs] [Bug 32450] Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting --- Comment #51 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 18:21:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 16:21:11 +0000 Subject: [Koha-bugs] [Bug 29046] Allow libraries to specify email order for "AutoEmailPrimaryAddress" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Needs documenting --- Comment #33 from Matt Blenkinsop --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 20:12:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 18:12:29 +0000 Subject: [Koha-bugs] [Bug 30198] Add privacy elements to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198 Steve, OSLRI, USA changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sspohn at oslri.net --- Comment #3 from Steve, OSLRI, USA --- It was suggested that I hop on board this bug, so here I go! Reading the comments on this ticket, I would suggest we are talking about two different things... both very useful! 1) I like the idea that Donna has originally suggested with the ability to restrict access to data in certain tables. Perhaps one simple way to do this would be to identify tables and/columns that ought to require special permissions and create a single (or if warranted) a couple user permissions in place for those. I'd agree with reading history. I'd also argue any PII fields in the borrowers table. 2) What brought me here might be a little closer to Andrew's comment. (Maybe?) We will potentially have many staff members in our system writing reports and are concerned about "clutter". We'd love the ability for somebody to be able to define a "sharing level" for a report. Perhaps, four levels: (1) Private/Just Me, (2) Shared with My Branch, (3) Shared with My Library Group, (4) Shared with Everyone. This would really help cut down on clutter AND allow people to work on draft queries that are NOT ready for prime time without somebody else attempting to use it by accident. I'd agree that super librarians should see all. That way we can help somebody with a report in their private reports should they ask for help. (Perhaps this is a different bug?) Cheers! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 20:15:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 18:15:35 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Laura Escamilla changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #43 from Laura Escamilla --- Test Plan: 0. Ensure system preference PatronAutoComplete is set to Try 1. Create a patron that has a first name, middle name and two surnames. (i.e. Adela Maria, Hernandez Acosta). 2. In patron or checkout search, enter their first name and first surname without submitting. 3. Confirm that a record is found in the autocomplete results 4. In patron or checkout search, enter their first name and second surname without submitting. 5. Confirm that no record is found. 6. Enter their middle name and first surname. Confirm that no record is found. 7. Enter their middle name and second surname. Confirm that no record is found. 8. Apply the patch, update database 9. Under Administration > Global System Preferences > search for "PatronAutocompleteSearchMethod" 10. Choose "Contains" instead of "Starts with" for the system preference, reload your search page 11. Repeat steps 2-4. The patron record should appear for all search methods. 12. Sign off! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 20:40:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 18:40:57 +0000 Subject: [Koha-bugs] [Bug 33888] New: Overdue fines not displayed branchoverdues.pl error 500 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Bug ID: 33888 Summary: Overdue fines not displayed branchoverdues.pl error 500 Change sponsored?: --- Product: Koha Version: 22.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: cacho at genac.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com If there are no overdue items with fines, the report works, but if there are overdues with fines, they won't display, the script returns a 500 error, and the log records this: [Fri Jun 02 12:35:22.463020 2023] [cgi:error] [pid 8954] [client 192.168.1.1:47406] AH01215: Template process failed: undef error - : filter not found at /usr/share/koha/lib/C4/Templates.pm line 127.: /usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl, referer: http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl [Fri Jun 02 12:35:22.527939 2023] [cgi:error] [pid 8954] [client 192.168.1.1:47406] End of script output before headers: branchoverdues.pl, referer: http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl This happens for 23.05 too. I tested this with a new install, english only, from debian packages. Also happened when updating a couple of unrelated servers. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 20:51:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 18:51:20 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 Hammat wele changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hammat.wele at inlibro.com Assignee|koha-bugs at lists.koha-commun |hammat.wele at inlibro.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 21:16:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 19:16:39 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #44 from Barbara Johnson --- This is mostly working. Here is what I found in my testing: When searching via 'Check out' from the searchbar all combinations of names displayed in the autocomplete results. After typing in a name and hitting 'enter' all four combinations opened up the patron record. When searching via 'Patrons' from the searchbar all combinations of names displayed in the autocomplete results. However, only the search containing the combination of the first name and first surname brought up the patron. The other three combinations did not find the patron record. When searching for patrons via the patron form on the left side on members-home.pl all four combinations brought up the patron record. So something is still preventing actually bringing up the patron record for the following combinations when using the 'Search patrons' option from the searchbar: --first name, second surname --middle name, first surname --middle name, second surname -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 22:06:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 20:06:19 +0000 Subject: [Koha-bugs] [Bug 26166] Patron verification through SMS one time code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26166 --- Comment #2 from Christopher Brannon --- I could also see this method via email as well, in verifying the patron, and in verifying an email address (outside of the initial self registration method). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 22:36:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 20:36:44 +0000 Subject: [Koha-bugs] [Bug 31336] In-progress background jobs give incorrect progress message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31336 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 22:50:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 20:50:04 +0000 Subject: [Koha-bugs] [Bug 31336] In-progress background jobs give incorrect progress message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31336 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #2 from Fridolin Somers --- I rise to major importance, this could lead to misunderstanding. I see in template : [% IF job.status != 'new' %][% PROCESS 'report' %][% END %] https://git.koha-community.org/Koha-community/Koha/src/commit/9c565eff1357c2fdf900f006a17fa62fd4f2f9ee/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt#L99 Should we simply change for job.status finished, canceled or failed ? Also : I see some templates are managing the cancel status : https://git.koha-community.org/Koha-community/Koha/src/commit/00e33f875808761e6a280778842fd28bd5ab27d9/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_biblio_record_modification.inc#L24 It is missing in batch biblio record deletion. Maybe we should change includes to define "report_sucess", "report_canceled" ... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 23:33:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 21:33:01 +0000 Subject: [Koha-bugs] [Bug 31336] In-progress background jobs give incorrect progress message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31336 --- Comment #3 from Fridolin Somers --- Ah also I see the template uses : [% SET report = job.report %] [% IF report %] But job.report returns empty hashref : https://git.koha-community.org/Koha-community/Koha/src/commit/2eca0fe3632bf0ec4396da0c694b9fdbddf9e4df/Koha/BackgroundJob.pm#L339 May we return undef ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 2 23:47:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jun 2023 21:47:49 +0000 Subject: [Koha-bugs] [Bug 33889] New: Add shelving location column to holds queue Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33889 Bug ID: 33889 Summary: Add shelving location column to holds queue Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In the holds queue the shelving location is currently included in the call number column. Some libraries would find it useful to be able to sort by both shelving location and call number. It would be nice if these two would each have their own column. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 3 16:31:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jun 2023 14:31:56 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Barbara Johnson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:23:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:23:39 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 --- Comment #8 from David Cook --- (In reply to Marcel de Rooy from comment #7) > You just remove, not move. Did you check if there are some useful tests that > we do not want to loose here? And they probably need quite a bit of editing > too if we want to move them.. > > How did you verify that they are not being used? I raised this ticket and linked to existing tickets over 2 years ago, and no one ever replied. These tests aren't run by the official Koha test suite. If anyone uses them in an unofficial capacity, I'm sure they'll raise a ticket to say so after they're removed. (If they're running them, they're probably also someone with the capacity to do the work of editing them and moving them into the t/ or xt/ directories.) As Jonathan noted in 2021, Colin also commented in 2015 that he couldn't determine that anyone ran these tests or that anyone felt confident in working on them. Since we have the git history and it wouldn't affect production installations, I think we can remove these tests, and then we'll really be able to verify if anyone uses them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:28:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:28:58 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:29:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:29:29 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:34:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:34:31 +0000 Subject: [Koha-bugs] [Bug 30198] Add privacy elements to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #4 from David Cook --- Something we've done locally is make it so that reports containing any reference to the borrowers table require an additional token/code that gets emailed to a supervisor. The supervisor then needs to give that code to the user wanting to run the report. That prevents the circulation clerk from running reports for patron information they shouldn't have. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:38:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:38:38 +0000 Subject: [Koha-bugs] [Bug 30198] Add privacy elements to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198 --- Comment #5 from David Cook --- (In reply to Donna from comment #0) > Likewise, if I am in a consortium/multi-library setting, and do not have the > permission to view patron data from other libraries, in the reports module I > can run reports that contain patron data from any of the other libraries. Unfortunately this one isn't really possible. Intervening before the query is sent to the database isn't feasible since the query permutations are too varied. Intervening after the results are retrieved would lead to a discrepancy in rows retrieved and rows viewed. You wouldn't be able to determine the result count until after you'd tried to retrieve all possible rows. It would lead to a wildly different user experience, and at that point you'd almost be better off re-writing the Reports module not to allow custom SQL at all. But that creates other problems too, of course. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:39:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:39:24 +0000 Subject: [Koha-bugs] [Bug 32680] Add hooks to allow cover images to be provided by plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 01:42:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jun 2023 23:42:28 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 13:16:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 11:16:29 +0000 Subject: [Koha-bugs] [Bug 32438] Pseudonymized_transactions should include payments and writeoffs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32438 mathieu saby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 13:19:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 11:19:22 +0000 Subject: [Koha-bugs] [Bug 33890] New: Pseudonymized_transactions should include item barcode Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33890 Bug ID: 33890 Summary: Pseudonymized_transactions should include item barcode Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Currently Pseudonymized_transactions does not include item barcode. I don't see why, since it is not a sensitive information. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 13:19:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 11:19:31 +0000 Subject: [Koha-bugs] [Bug 32440] Allow selective deletion of statistics entries based on type by cleanup_database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32440 mathieu saby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 13:27:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 11:27:27 +0000 Subject: [Koha-bugs] [Bug 31789] REST API: CRUD endpoint for Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31789 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:34:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:34:55 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #10 from Tomás Cohen Arazi --- Should we add a deleted_biblio_id attribute? or column? I'd say an attribute. We have the same problem with borrowernumber, but worse, with a DELETE. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:40:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:40:37 +0000 Subject: [Koha-bugs] [Bug 33891] New: Use template wrapper for tabs: OPAC advanced search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Bug ID: 33891 Summary: Use template wrapper for tabs: OPAC advanced search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 32571 Continuing the work of Bug 32571, I would like to update the OPAC advanced search page use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:40:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:40:37 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33891 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:50:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:50:38 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:50:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:50:41 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 --- Comment #1 from Owen Leonard --- Created attachment 151988 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151988&action=edit Bug 33891: Use template wrapper for tabs: OPAC advanced search This patch adds the tab WRAPPER markup to the OPAC, adapted for the Bootstrap version used by the OPAC (4.5.0). The advanced search page is updated to use the wrapper construction. Unrelated markup fix: an empty size attribute is removed from an . To test, apply the patch and view the the advanced search page in the OPAC. The tabs for item type, shelving location, and collection should all look correct and work correctly. In the staff interface, go to Administration -> System preferences -> OpacAdvancedSearchTypes and try various configurations, confirming each time that the OPAC page adjustes correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:11 +0000 Subject: [Koha-bugs] [Bug 33892] New: Use template wrapper for tabs: OPAC authority detail Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Bug ID: 33892 Summary: Use template wrapper for tabs: OPAC authority detail Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 33891 Continuing the work of Bug 32571, I would like to update the OPAC authority detail page use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:11 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33892 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 [Bug 33892] Use template wrapper for tabs: OPAC authority detail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:54 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:55 +0000 Subject: [Koha-bugs] [Bug 32914] Use template wrapper for batch record deletion and modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32914 Bug 32914 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:55 +0000 Subject: [Koha-bugs] [Bug 33126] Markup error in staff interface tab wrapper In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33126 Bug 33126 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:55 +0000 Subject: [Koha-bugs] [Bug 33158] Use template wrapper for authorized values and item types administration tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33158 Bug 33158 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:56 +0000 Subject: [Koha-bugs] [Bug 33178] Use template wrapper for authority and bibliographic subfield entry form tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33178 Bug 33178 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:56 +0000 Subject: [Koha-bugs] [Bug 33180] Use template wrapper for tabs: Budgets and Search engine configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33180 Bug 33180 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:56 +0000 Subject: [Koha-bugs] [Bug 33181] Use template wrapper for tabs on record merge pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33181 Bug 33181 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:56 +0000 Subject: [Koha-bugs] [Bug 33185] Use template wrapper for tabs on authority and biblio MARC details In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33185 Bug 33185 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:57 +0000 Subject: [Koha-bugs] [Bug 33186] Use template wrapper for tabs on search history and advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33186 Bug 33186 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:57 +0000 Subject: [Koha-bugs] [Bug 33187] Use template wrapper for tabs article requests and holds awaiting pickup pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33187 Bug 33187 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:57 +0000 Subject: [Koha-bugs] [Bug 33293] Use template wrapper for tabs: Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293 Bug 33293 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:57 +0000 Subject: [Koha-bugs] [Bug 33294] Use template wrapper for tabs: Checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33294 Bug 33294 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:57 +0000 Subject: [Koha-bugs] [Bug 33307] Use template wrapper for tabs: Lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33307 Bug 33307 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:58 +0000 Subject: [Koha-bugs] [Bug 33310] Use template wrapper for tabs: Suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33310 Bug 33310 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:58 +0000 Subject: [Koha-bugs] [Bug 33324] Use template wrapper for tabs: Tools In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33324 Bug 33324 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:58 +0000 Subject: [Koha-bugs] [Bug 33333] Use template wrapper for tabs: SQL reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33333 Bug 33333 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:58 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 Bug 33524 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:59 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 Bug 33525 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:59 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Bug 33528 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:59 +0000 Subject: [Koha-bugs] [Bug 33526] Use template wrapper for tabs: Bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33526 Bug 33526 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:59 +0000 Subject: [Koha-bugs] [Bug 33591] Cannot merge bibliographic records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591 Bug 33591 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:59 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Bug 33891 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:57:59 +0000 Subject: [Koha-bugs] [Bug 32649] Use template wrapper for library transfer limits tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32649 Bug 32649 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:00 +0000 Subject: [Koha-bugs] [Bug 32658] Use template wrapper in order from staged file template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32658 Bug 32658 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:00 +0000 Subject: [Koha-bugs] [Bug 32660] Use template wrapper for basket groups tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32660 Bug 32660 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:00 +0000 Subject: [Koha-bugs] [Bug 32661] Use template wrapper for invoices page tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32661 Bug 32661 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:00 +0000 Subject: [Koha-bugs] [Bug 32662] Use template wrapper for item circulation alerts page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32662 Bug 32662 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:01 +0000 Subject: [Koha-bugs] [Bug 32698] Use template wrapper for serials pages tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32698 Bug 32698 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:01 +0000 Subject: [Koha-bugs] [Bug 32912] Use template wrapper for notices tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32912 Bug 32912 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:01 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #11 from Katrin Fischer --- as biblio_id is in the illrequests I think it would make things easier to have the deleted one there as well. Same for borrowernumber, it makes report writing much easier than a subquery to illrequestattributes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:01 +0000 Subject: [Koha-bugs] [Bug 32956] Use template wrapper for HTML customizations tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32956 Bug 32956 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:01 +0000 Subject: [Koha-bugs] [Bug 33154] Tab WRAPPER follow-up: label text must be translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33154 Bug 33154 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:02 +0000 Subject: [Koha-bugs] [Bug 33157] Use template wrapper for item types administration tabs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33157 Bug 33157 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:02 +0000 Subject: [Koha-bugs] [Bug 33332] Fix formatting of TT comments to improve translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332 Bug 33332 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:02 +0000 Subject: [Koha-bugs] [Bug 33527] Use template wrapper for tabs: Checkout page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33527 Bug 33527 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:58:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:58:02 +0000 Subject: [Koha-bugs] [Bug 33590] WRAPPER tab_panel breaks JS on some pages (Select all/Clear all, post-Ajax updates) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33590 Bug 33590 depends on bug 32571, which changed state. Bug 32571 Summary: Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:05 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=Bug, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32630 --- Comment #12 from Katrin Fischer --- (In reply to Katrin Fischer from comment #11) > as biblio_id is in the illrequests I think it would make things easier to > have the deleted one there as well. > Same for borrowernumber, it makes report writing much easier than a subquery > to illrequestattributes. There is also: Bug 32630 - Don't delete ILL requests when patron is deleted -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:05 +0000 Subject: [Koha-bugs] [Bug 21996] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21996 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21983 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:05 +0000 Subject: [Koha-bugs] [Bug 32630] Don't delete ILL requests when patron is deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32630 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21983 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:10 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=Bug | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:10 +0000 Subject: [Koha-bugs] [Bug 21996] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21996 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21983 | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:18 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|32571 | Blocks| |32571 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:18 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|33891 | Depends on| |33891 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:47 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32571 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 14:59:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 12:59:47 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33892 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 [Bug 33892] Use template wrapper for tabs: OPAC authority detail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:05:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:05:24 +0000 Subject: [Koha-bugs] [Bug 32748] Library limitations will cause data loss when editing items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:05:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:05:27 +0000 Subject: [Koha-bugs] [Bug 32748] Library limitations will cause data loss when editing items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150155|0 |1 is obsolete| | --- Comment #18 from Thibaud Guillot --- Created attachment 151989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151989&action=edit Bug 32748: Prevent data erasing when editing items When we set an authorised value linked to one library, users who do not belong to this library do not get the value and can therefore overwrite it. This patch add current value to the dropdown list even if it comes from an authorized value of another library. Test plan : 1) Edit an item with one of these fields has an authorized value from another library. 2) See that you don't get this value on 'edit' 3) Apply this patch 4) Refresh and do step 1 5) Now you have the value in dropdown list and a tooltip info -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:05:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:05:47 +0000 Subject: [Koha-bugs] [Bug 33893] New: Use template wrapper for tabs: OPAC checkout history Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Bug ID: 33893 Summary: Use template wrapper for tabs: OPAC checkout history Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 33891 Blocks: 32571 Continuing the work of Bug 32571, I would like to update the OPAC checkout history page use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:05:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:05:47 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33893 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 [Bug 33893] Use template wrapper for tabs: OPAC checkout history -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:05:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:05:47 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33893 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 [Bug 33893] Use template wrapper for tabs: OPAC checkout history -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:12:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:12:37 +0000 Subject: [Koha-bugs] [Bug 33894] New: Use template wrapper for tabs: OPAC search history Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Bug ID: 33894 Summary: Use template wrapper for tabs: OPAC search history Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 33891 Blocks: 32571 Continuing the work of Bug 32571, I would like to update the OPAC search history page use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:12:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:12:37 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33894 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 [Bug 33894] Use template wrapper for tabs: OPAC search history -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:12:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:12:37 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33894 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 [Bug 33894] Use template wrapper for tabs: OPAC search history -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:13:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:13:30 +0000 Subject: [Koha-bugs] [Bug 32748] Library limitations will cause data loss when editing items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 --- Comment #19 from Thibaud Guillot --- Hello everyone, I followed your advices and removed the display of the branchcode where the values come from (and therefore the GROUP_CONCAT). I hope it can be tested by as many people as possible :-) Jonathan : What do you mean by adding the branchcode into the cache key? The branchcode from which the VAs originate is not accessible until the cached string is defined. Why should I get random results? Thanks for the clarification -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:19:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:19:50 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 --- Comment #9 from Kyle M Hall --- (In reply to Marcel de Rooy from comment #7) > (In reply to David Cook from comment #1) > > It actually looks like there are quite a few tests there... maybe they > > should be moved into the t/SIP directory... > > You just remove, not move. Did you check if there are some useful tests that > we do not want to loose here? And they probably need quite a bit of editing > too if we want to move them.. > > How did you verify that they are not being used? > > @Kyle: Are you aware of people using these tests ? I am not aware of anyone using these tests. We don't run them and avoid them due to their flakiness. I always choose to add unit tests to /t and avoid these ones altogether. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:19:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:19:57 +0000 Subject: [Koha-bugs] [Bug 33895] New: Use template wrapper for tabs: OPAC user summary Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 Bug ID: 33895 Summary: Use template wrapper for tabs: OPAC user summary Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 33891 Blocks: 32571 Continuing the work of Bug 32571, I would like to update the OPAC user summary page use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:19:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:19:57 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33895 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 [Bug 33895] Use template wrapper for tabs: OPAC user summary -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:19:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:19:57 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33895 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 [Bug 33895] Use template wrapper for tabs: OPAC user summary -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:45:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:45:40 +0000 Subject: [Koha-bugs] [Bug 33896] New: Catalog search from the masthead searchbar produces a warning in the logs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Bug ID: 33896 Summary: Catalog search from the masthead searchbar produces a warning in the logs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: matt.blenkinsop at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org To reproduce: 1) In the intranet, search the catalog from the top search bar 2) Check plack-intranet-error.log 3) There should be a warning "[WARN] Use of uninitialized value within @indexes in string eq" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:49:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:49:38 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Matt Blenkinsop 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. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:49:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:49:40 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 --- Comment #1 from Matt Blenkinsop --- Created attachment 151990 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151990&action=edit Bug 33896: Check whether index is defined before string match This patch checks that $indexes[$i] is defined before testing whether the string matches to remove the logged warning when searching Test plan: 1) In the intranet, search the catalog from the top search bar 2) Check plack-intranet-error.log 3) There should be a warning "[WARN] Use of uninitialized value within @indexes in string eq" 4) Apply patch 5) restart_all and then re-try the search 6) The warning should no longer appear -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 15:50:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 13:50:00 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Matt Blenkinsop changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |matt.blenkinsop at ptfs-europe |ity.org |.com Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:01:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:01:30 +0000 Subject: [Koha-bugs] [Bug 33897] New: Use template wrapper for tabs: OPAC bibliographic detail page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Bug ID: 33897 Summary: Use template wrapper for tabs: OPAC bibliographic detail page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 33891 Blocks: 32571 Continuing the work of Bug 32571, I would like to update the OPAC bibliographic detail page page use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 [Bug 33891] Use template wrapper for tabs: OPAC advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:01:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:01:30 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33897 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:01:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:01:30 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33897 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:04:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:04:12 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #27 from Martin Renvoize --- sha1 issues on apply I'm afraid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:10:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:10:24 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:15:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:15:07 +0000 Subject: [Koha-bugs] [Bug 33489] The borrowers table should have indexes on default patron search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:15:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:15:13 +0000 Subject: [Koha-bugs] [Bug 33489] The borrowers table should have indexes on default patron search fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:15:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:15:51 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jake.deery at ptfs-europe.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:20:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:20:13 +0000 Subject: [Koha-bugs] [Bug 33809] Accessibility: OPAC results page needs more descriptive links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809 --- Comment #7 from Matt Blenkinsop --- Ahh I originally put "Show fewer..." in those strings but changed it as I thought it might get rejected for consistency with the "Show less" link. Completely agree with "Show fewer...", should've taken the gamble when I uploaded the patch! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:22:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:22:13 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:22:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:22:15 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 --- Comment #1 from Owen Leonard --- Created attachment 151991 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151991&action=edit Bug 33897: Use template wrapper for tabs: OPAC bibliographic detail page This patch updates the OPAC bibliographic detail page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and locate a bibliographic record. View the detail page. Verify that tabs are working, including all the options: - Holdings - Other holdings (If OpacSeparateHoldings is enabled) - Descriptions (MARC notes) - Subscriptions - Serial collection (UNIMARC, untested) - Components (If ShowComponentRecords is enabled. See Bug 11175 for sample record) - Comments - Editions (OPACFRBRizeEditions) - Html5media (If HTML5MediaEnabled is on. See Bug 8377 for sample records) - Images (If OPACLocalCoverImages is enabled) - NovelistSelect - Author identifiers (Witgh OPACAuthorIdentifiers enabled, see Bug 29897) Bonus points for testing these tabs for which I don't have credentials: - Syndetics TOC - Syndetics Excerpt - Syndetics Reviews - Syndetics AuthorNotes - LibraryThing for Libraries (with LibraryThingForLibrariesTabbedView set to "in tabs.") -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:31:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:31:17 +0000 Subject: [Koha-bugs] [Bug 33898] New: background_jobs_worker.pl may leave defunct children processes for extended periods of time Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 Bug ID: 33898 Summary: background_jobs_worker.pl may leave defunct children processes for extended periods of time Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org It appears that the background jobs worker can leave defunct processes for periods of time. Though it is mostly harmless, it would be nice if that did not happen. Children are reaped automatically when start or wait_all_children are called. We only call start when a new job is found, and wait_all_children after exiting our while loop. The solution is to simply call reap_all_children after we sleep. This is a non-blocking call that will clean up those defunct processes. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:34:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:34:16 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:34:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:34:19 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 --- Comment #1 from Owen Leonard --- Created attachment 151992 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151992&action=edit Bug 33892: Use template wrapper for tabs: OPAC authority detail This patch updates the OPAC authority detail page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and locate an authority record in the OPAC which has notes fields. When viewing the details for that record the notes should appear in a single "Notes" tab. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:39:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:39:25 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 Kyle M Hall 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. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:39:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:39:27 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 --- Comment #1 from Kyle M Hall --- Created attachment 151993 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151993&action=edit Bug 33898: background_jobs_worker.pl may leave defunct children processes for extended periods of time It appears that the background jobs worker can leave defunct processes for periods of time. Though it is mostly harmless, it would be nice if that did not happen. Children are reaped automatically when start or wait_all_children are called. We only call start when a new job is found, and wait_all_children after exiting our while loop. The solution is to simply call reap_all_children after we sleep. This is a non-blocking call that will clean up those defunct processes. Test Plan: 1) Disable Rabbit 2) Set background_jobs_worker/max_processes to something like 5 3) Restart all the things! 4) Run a bunch of elastic index updates 5) Verify you have defunct processes 6) Apply this patch 7) Run more elastic index updates 8) Defunct processes should disappear every 10 seconds or so! If you do not see defunct processes, the test plan is to simply verify everything continues to work as expected. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:48:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:48:30 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |30808 CC| |martin.renvoize at ptfs-europe | |.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30808 [Bug 30808] Release team 23.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:48:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:48:30 +0000 Subject: [Koha-bugs] [Bug 30808] Release team 23.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30808 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33877 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 [Bug 33877] Fix teams.yaml -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:49:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:49:14 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151993|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 151994 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151994&action=edit Bug 33898: background_jobs_worker.pl may leave defunct children processes for extended periods of time It appears that the background jobs worker can leave defunct processes for periods of time. Though it is mostly harmless, it would be nice if that did not happen. Children are reaped automatically when start or wait_all_children are called. We only call start when a new job is found, and wait_all_children after exiting our while loop. The solution is to simply call reap_all_children after we sleep. This is a non-blocking call that will clean up those defunct processes. Test Plan: 1) Disable Rabbit 2) Set background_jobs_worker/max_processes to something like 5 3) Restart all the things! 4) Run a bunch of elastic index updates 5) Verify you have defunct processes 6) Apply this patch 7) Run more elastic index updates 8) Defunct processes should disappear every 10 seconds or so! If you do not see defunct processes, the test plan is to simply verify everything continues to work as expected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:49:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:49:32 +0000 Subject: [Koha-bugs] [Bug 33899] New: Release team 23.11 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Bug ID: 33899 Summary: Release team 23.11 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Depends on: 33877 Add the next release team :) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 [Bug 33877] Fix teams.yaml -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:49:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:49:32 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33899 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 [Bug 33899] Release team 23.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:49:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:49:37 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:51:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:51:27 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:51:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:51:30 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 --- Comment #1 from Owen Leonard --- Created attachment 151995 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151995&action=edit Bug 33893: Use template wrapper for tabs: OPAC checkout history This patch updates the OPAC checkout history page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and make sure the OnSiteCheckouts system preference is set to "disabled." - Log into the OPAC as a patron with checkouts. - View the checkout history page. The checkout history information should be displayed without any tabs. - Enable the OnSiteCheckouts system preference and if necessary check out some on-site checkouts to your patron. - On the OPAC history page there should now be three tabs: All, Checkouts, and On-site checokuts. - Switching between the tabs should filter the table accordingly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:54:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:54:32 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 --- Comment #1 from Martin Renvoize --- Created attachment 151996 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151996&action=edit Bug 33899: Add the 23.11 release team This patch updates the teams.yaml to include the voted in 23.11 release team and also updates the release date of 22.11 to match the actual release. Test plan 1/ Check against https://wiki.koha-community.org/wiki/Release_Teams -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:54:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:54:37 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151994|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 151997 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151997&action=edit Bug 33898: background_jobs_worker.pl may leave defunct children processes for extended periods of time It appears that the background jobs worker can leave defunct processes for periods of time. Though it is mostly harmless, it would be nice if that did not happen. Children are reaped automatically when start or wait_all_children are called. We only call start when a new job is found, and wait_all_children after exiting our while loop. The solution is to simply call reap_all_children after we sleep. This is a non-blocking call that will clean up those defunct processes. Test Plan: 1) Disable Rabbit 2) Set background_jobs_worker/max_processes to something like 5 3) Restart all the things! 4) Run a bunch of elastic index updates 5) Verify you have defunct processes 6) Apply this patch 7) Run more elastic index updates 8) Defunct processes should disappear every 10 seconds or so! If you do not see defunct processes, the test plan is to simply verify everything continues to work as expected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:54:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:54:49 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:55:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:55:13 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 --- Comment #2 from Martin Renvoize --- Did 23.05 have a codename in the end.. 22.11 was Rosalie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:55:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:55:35 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:57:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:57:54 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 16:58:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 14:58:02 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|kyle at bywatersolutions.com |testopia at bugs.koha-communit | |y.org Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:00:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:00:30 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:00:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:00:32 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151992|0 |1 is obsolete| | --- Comment #2 from Sam Lau --- Created attachment 151998 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151998&action=edit Bug 33892: Use template wrapper for tabs: OPAC authority detail This patch updates the OPAC authority detail page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and locate an authority record in the OPAC which has notes fields. When viewing the details for that record the notes should appear in a single "Notes" tab. Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:10:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:10:23 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151996|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 151999 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151999&action=edit Bug 33899: Add the 23.11 release team This patch updates the teams.yaml to include the voted in 23.11 release team and also updates the release date of 22.11 to match the actual release. Test plan 1/ Check against https://wiki.koha-community.org/wiki/Release_Teams -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:14:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:14:14 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | --- Comment #13 from Tomás Cohen Arazi --- I'm working on this. The plan: - Add illrequests.deleted_biblio_id - Make the db_rev move the biblio_id to deleted_biblio_id where needed - Make Koha::Biblio->delete deal with that change as well. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:15:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:15:55 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 --- Comment #4 from Martin Renvoize --- This will need pushing and backporting to all current maintenance branches ;P -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:31:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:31:08 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:31:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:31:11 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 --- Comment #1 from Owen Leonard --- Created attachment 152000 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152000&action=edit Bug 33894: Restructuring: Use BLOCKs for biblio and authority sections In order to make the conversion to the tab wrapper markup easier I'm putting the biblio search history and authority search history sections into blocks. This will make it easier to include or not include the sections using template logic. To test, apply the patch and, if necessary, perform some searches for bibliographic and authority records. The OPAC search history page should be unchanged, with the correct information showing under each tab and in each section for current and previous searches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:31:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:31:13 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 --- Comment #2 from Owen Leonard --- Created attachment 152001 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152001&action=edit Bug 33894: Use template wrapper for tabs: OPAC search history This patch updates the OPAC search history page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and view the OPAC search history page. With the OpacAuthorities system preference enabled you should see two tabs: Catalog and Authority. Confirm that each tab shows the correct information. Deactivate OpacAuthorities and reload the search history page. The bibliographic search history should display without tabs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:31:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:31:43 +0000 Subject: [Koha-bugs] [Bug 33087] OPACHoldsIfAvailableAtPickup considers On order as available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33087 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:31:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:31:44 +0000 Subject: [Koha-bugs] [Bug 33087] OPACHoldsIfAvailableAtPickup considers On order as available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33087 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147887|0 |1 is obsolete| | --- Comment #2 from Sam Lau --- Created attachment 152002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152002&action=edit Bug 33087: OPACHoldsIfAvailableAtPickup considers On order as available if OPACHoldsIfAvailableAtPickup is set to "Don't allow" (i.e. if patrons cannot place holds on items that are available at their library), patrons cannot place holds on items that are on order (or any negative not for loan value) for pickup at their library. Technically, those items are not "available", so they shouldn't be affected by this system preference. To replicate: Prerequisites : - Have at least two libraries (I used the sample libraries) - Have a patron in one of the libraries (I used Henry Acevedo), make sure you know the user id and password for that patron - Make sure the circulation rules allow holds for the patron category 1. Set OPACHoldsIfAvailableAtPickup to "Don't allow" 1.1. Go to Administration > Global system preference 1.2. Search for OPACHoldsIfAvailableAtPickup 1.3. Change the value to "Don't allow" 1.4. Click "Save all Circulation preferences" 2. Make an item "On order" at the patron's library (Henry Acevedo is at Midway) 2.1. If needed, create a bibliographic record and item 2.2. Edit the item to assign the "On order" not for loan status 2.3. Change the home and holding library to the patron's library (Midway) 2.4. Click "Save changes" 3. Try to place a hold on the item through the OPAC 3.1. In the OPAC, log in as the patron 3.2. Search for the item 3.3. Click "Place hold" --> Notice the patron's library is greyed out in the pickup location drop-down menu" 4. Apply the patch 5. Repeat step 3 --> Notice you can select the patron's library in the pickup location drop-down menu and place a hold with it Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:34:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:34:45 +0000 Subject: [Koha-bugs] [Bug 33900] New: advance_notices.pl cronjob hangs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Bug ID: 33900 Summary: advance_notices.pl cronjob hangs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: pedro.amorim at ptfs-europe.com Reporter: pedro.amorim at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, katrin.fischer at bsz-bw.de, lucy.vaux-harvey at ptfs-europe.com, martin.renvoize at ptfs-europe.com, tomascohen at gmail.com Depends on: 20478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20478 [Bug 20478] Advance notices: send separate digest messages per library -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:34:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:34:45 +0000 Subject: [Koha-bugs] [Bug 20478] Advance notices: send separate digest messages per library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20478 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33900 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 [Bug 33900] advance_notices.pl cronjob hangs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:39:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:39:26 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:39:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:39:29 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 --- Comment #1 from Pedro Amorim --- Created attachment 152003 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152003&action=edit Bug 33900: Fix handling of due_digest Test plan, on k-t-d 1) Go to 'my account' 2) On 'Patron messaging preferences', click 'Edit' 3) On the 'Item due' row, check the 'Email' and 'Digests only' checkboxes and save 4) On the top search bar, press 'Check out' and enter '42' (koha user cardnumber) 5) On the checkout input bar, enter a barcode e.g. 39999000001372 and press checkout 6) Run the following query to force the due_date to be equal to 'todays' date: NOTE: change the YYYY-MM-DD below to whatever day it is you're running this test plan UPDATE issues SET date_due = '2023-06-05 23:59:00' where issue_id = 1; 7) Run the cronjob: ./koha/misc/cronjobs/advance_notices.pl -c --digest-per-branch 8) Notice it hangs, it's stuck on an infinite loop on the 2nd while cycle after if () 9) Cancel the cronjob script, apply patch 10) Run the cronjob script again (step 7), notice it finishes 11) Access patron's notices: /cgi-bin/koha/members/notices.pl?borrowernumber=51 Check that the 'Item due reminder' notice is there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:47:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:47:12 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 --- Comment #3 from Owen Leonard --- Please note that the qa tool's errors about Font Awesome icons and aria-hidden attributes appears to be a false positive. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 17:52:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 15:52:23 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:08:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:08:30 +0000 Subject: [Koha-bugs] [Bug 33901] New: Only one issue shown in Test prediction pattern Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Bug ID: 33901 Summary: Only one issue shown in Test prediction pattern Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org I think this is similar to bug 32554, but in another page/context. When creating a numbering pattern, you have the option to test it before saving it. However, it doesn't show the number of issues you select in the test. To recreate: 1. Go to Serials > Manage numbering patterns 2. Click Edit next to one of the existing patterns (e.g. Number) 3. Enter information in the Test prediction pattern section - Frequency: choose one (e.g. 1/month) - First issue publication date: enter a date (e.g. 2023-06-01) - Subscription length: issues + enter a number of issues (e.g. 12) - Locale: leave empty - Begins with: enter a number in the X column, e.g. 42 4. Click Test pattern --> Only one issue is shown, no matter how many you enter in Subscription length. Having only one issue doesn't help at all to know if your numbering pattern will work correctly. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:10:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:10:48 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:10:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:10:51 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Sam Lau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152003|0 |1 is obsolete| | --- Comment #2 from Sam Lau --- Created attachment 152004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152004&action=edit Bug 33900: Fix handling of due_digest Test plan, on k-t-d 1) Go to 'my account' 2) On 'Patron messaging preferences', click 'Edit' 3) On the 'Item due' row, check the 'Email' and 'Digests only' checkboxes and save 4) On the top search bar, press 'Check out' and enter '42' (koha user cardnumber) 5) On the checkout input bar, enter a barcode e.g. 39999000001372 and press checkout 6) Run the following query to force the due_date to be equal to 'todays' date: NOTE: change the YYYY-MM-DD below to whatever day it is you're running this test plan UPDATE issues SET date_due = '2023-06-05 23:59:00' where issue_id = 1; 7) Run the cronjob: ./koha/misc/cronjobs/advance_notices.pl -c --digest-per-branch 8) Notice it hangs, it's stuck on an infinite loop on the 2nd while cycle after if () 9) Cancel the cronjob script, apply patch 10) Run the cronjob script again (step 7), notice it finishes 11) Access patron's notices: /cgi-bin/koha/members/notices.pl?borrowernumber=51 Check that the 'Item due reminder' notice is there. Signed-off-by: Sam Lau -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:13:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:13:00 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #156 from Pedro Amorim --- New feature. Not pushed to 22.11.07. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:16:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:16:16 +0000 Subject: [Koha-bugs] [Bug 33658] Capitalization: **To Reproduce** In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33658 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #5 from Pedro Amorim --- Missing new feature dependency. Not pushed to 22.11.07. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:25:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:25:25 +0000 Subject: [Koha-bugs] [Bug 33463] 'Actions' column on plugins table should not be sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:25:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:25:27 +0000 Subject: [Koha-bugs] [Bug 33463] 'Actions' column on plugins table should not be sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463 --- Comment #7 from Pedro Amorim --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:27:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:27:13 +0000 Subject: [Koha-bugs] [Bug 32554] Test prediction pattern does not consider subscription length (uses only subscription end date) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32554 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33901 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:27:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:27:13 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32554 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:39:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:39:14 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:39:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:39:31 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:55:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:55:23 +0000 Subject: [Koha-bugs] [Bug 28366] Add batch patron modification to patron search results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28366 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m Status|Pushed to master |Needs documenting --- Comment #6 from Pedro Amorim --- Enhancement. Not pushed to 22.11.07. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:59:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:59:35 +0000 Subject: [Koha-bugs] [Bug 32775] Ordering when there are multiple languages within a language group is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32775 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:59:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:59:37 +0000 Subject: [Koha-bugs] [Bug 32775] Ordering when there are multiple languages within a language group is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32775 --- Comment #38 from Pedro Amorim --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:59:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:59:39 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 18:59:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 16:59:40 +0000 Subject: [Koha-bugs] [Bug 21983] Deleting a bib does not delete a request's link to it - missing foreign key In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83227|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:13 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Deleting a bib does not |Better handling of deleted |delete a request's link to |biblios on ILL requests |it - missing foreign key | CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |nick at bywatersolutions.com, | |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:27 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_22_11_candidate, | |rel_23_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:32 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |blocker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:45 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #14 from Tomás Cohen Arazi --- Created attachment 152005 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152005&action=edit Bug 21983: DB update This patch: - Adds a illrequests.deleted_biblio_id column - Adjusts existing db_rev so people upgrading have the biblio_id value moved to the also created column, before attempting to add the FK constraint on the biblios table. - Adds a new db_rev for those who unfortunately already updated, it should be idempotent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:48 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #15 from Tomás Cohen Arazi --- Created attachment 152006 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152006&action=edit Bug 21983: DBIC schema [DO NOT PUSH] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:51 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #16 from Tomás Cohen Arazi --- Created attachment 152007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152007&action=edit Bug 21983: Add Koha::Biblio->ill_requests This patch adds a new method, used for retrieving the linked ill requests for a biblio. To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:01:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:01:54 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #17 from Tomás Cohen Arazi --- Created attachment 152008 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152008&action=edit Bug 21983: Make DelBiblio update linked ILL requests This patch makes DelBiblio update the biblio linked ILL requests so the value in biblio_id is moved to the deleted_biblio_id. The change is covered by tests. To test: 1. Apply this patchset 2. Run: $ ktd --shell k$ updatedatabase k$ qa --run-tests => SUCCESS: Tests pass! All green/good 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:02:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:02:57 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:13:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:13:35 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:13:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:13:38 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151882|0 |1 is obsolete| | --- Comment #13 from Tomás Cohen Arazi --- Created attachment 152009 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152009&action=edit Bug 33873: Improve check for inexistant biblio object -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:21:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:21:49 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m --- Comment #14 from Tomás Cohen Arazi --- I followed the test plan and managed to replicate the issue and the patch fixed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:05 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:07 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 --- Comment #15 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:09 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:11 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #23 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:13 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:15 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 --- Comment #16 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:17 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:19 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 --- Comment #6 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:21 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:23 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:25 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:37:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:37:27 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:40:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:40:21 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152005|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize --- Created attachment 152010 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152010&action=edit Bug 21983: DB update This patch: - Adds a illrequests.deleted_biblio_id column - Adjusts existing db_rev so people upgrading have the biblio_id value moved to the also created column, before attempting to add the FK constraint on the biblios table. - Adds a new db_rev for those who unfortunately already updated, it should be idempotent. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:40:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:40:24 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152006|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize --- Created attachment 152011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152011&action=edit Bug 21983: DBIC schema [DO NOT PUSH] Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:40:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:40:27 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152007|0 |1 is obsolete| | --- Comment #20 from Martin Renvoize --- Created attachment 152012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152012&action=edit Bug 21983: Add Koha::Biblio->ill_requests This patch adds a new method, used for retrieving the linked ill requests for a biblio. To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass! Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:40:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:40:30 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152008|0 |1 is obsolete| | --- Comment #21 from Martin Renvoize --- Created attachment 152013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152013&action=edit Bug 21983: Make DelBiblio update linked ILL requests This patch makes DelBiblio update the biblio linked ILL requests so the value in biblio_id is moved to the deleted_biblio_id. The change is covered by tests. To test: 1. Apply this patchset 2. Run: $ ktd --shell k$ updatedatabase k$ qa --run-tests => SUCCESS: Tests pass! All green/good 3. Sign off :-D Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:42:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:42:38 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #22 from Martin Renvoize --- Makes sense to me and keeps the data in a clean form whilst allowing us foreign keys. We could perhaps make deleted_biblio_id a foreign key on the deletedbiblios table too.. Signing off and leaving Katrin to QA and comment on the above question. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 19:53:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 17:53:28 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:19:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:19:26 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 --- Comment #7 from Tomás Cohen Arazi --- Created attachment 152014 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152014&action=edit Bug 33789: Update POD -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:27:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:27:52 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Keywords| |release-notes-needed Summary|Remove RecordedBooks |Remove deprecated |(rbdigital) integration |RecordedBooks (rbdigital) | |integration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:19 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:21 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 --- Comment #18 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:23 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:25 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:27 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:28 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:30 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:32 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:34 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:36 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 --- Comment #8 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:37 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 20:37:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 18:37:39 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 5 22:03:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 20:03:25 +0000 Subject: [Koha-bugs] [Bug 33815] Crash when librarian changes their own username in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815 Laura Escamilla changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla at bywatersolu | |tions.com --- Comment #18 from Laura Escamilla --- Will this be backported to 22.11.xx? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:24:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:24:18 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:24:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:24:20 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151988|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 152015 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152015&action=edit Bug 33891: Use template wrapper for tabs: OPAC advanced search This patch adds the tab WRAPPER markup to the OPAC, adapted for the Bootstrap version used by the OPAC (4.5.0). The advanced search page is updated to use the wrapper construction. Unrelated markup fix: an empty size attribute is removed from an . To test, apply the patch and view the the advanced search page in the OPAC. The tabs for item type, shelving location, and collection should all look correct and work correctly. In the staff interface, go to Administration -> System preferences -> OpacAdvancedSearchTypes and try various configurations, confirming each time that the OPAC page adjustes correctly. Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:39:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:39:11 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |lucas at bywatersolutions.com --- Comment #2 from Lucas Gass --- The aria-controls attribute's point to all_checkouts_panel, checkout_panel, onsite_checkout_panel but I don't see those elements on the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:49:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:49:45 +0000 Subject: [Koha-bugs] [Bug 33902] New: On opac-detail.tt the libraryInfoModal is outside of HTML tags Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Bug ID: 33902 Summary: On opac-detail.tt the libraryInfoModal is outside of HTML tags Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org If you go to OPAC detail and look for the #libraryInfoModal you'll notice it is outside of the tag. Run the HTML through a validator and it will come back with an error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:50:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:50:40 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:50:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:50:42 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151991|0 |1 is obsolete| | --- Comment #2 from Lucas Gass --- Created attachment 152016 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152016&action=edit Bug 33897: Use template wrapper for tabs: OPAC bibliographic detail page This patch updates the OPAC bibliographic detail page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and locate a bibliographic record. View the detail page. Verify that tabs are working, including all the options: - Holdings - Other holdings (If OpacSeparateHoldings is enabled) - Descriptions (MARC notes) - Subscriptions - Serial collection (UNIMARC, untested) - Components (If ShowComponentRecords is enabled. See Bug 11175 for sample record) - Comments - Editions (OPACFRBRizeEditions) - Html5media (If HTML5MediaEnabled is on. See Bug 8377 for sample records) - Images (If OPACLocalCoverImages is enabled) - NovelistSelect - Author identifiers (Witgh OPACAuthorIdentifiers enabled, see Bug 29897) Bonus points for testing these tabs for which I don't have credentials: - Syndetics TOC - Syndetics Excerpt - Syndetics Reviews - Syndetics AuthorNotes - LibraryThing for Libraries (with LibraryThingForLibrariesTabbedView set to "in tabs.") Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:52:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:52:41 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #3 from Lucas Gass --- This looks good. I was able to test with Syndetics but not LibraryThing for Libraries. Unrelated thing: I notices a modal ( #libraryInfoModal ) that is outside of the page's HTML tags. So I filed Bug 33902. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 00:53:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 22:53:10 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 01:01:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 23:01:48 +0000 Subject: [Koha-bugs] [Bug 33886] Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 01:04:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 23:04:45 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 01:04:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 23:04:47 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 --- Comment #1 from Lucas Gass --- Created attachment 152017 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152017&action=edit Bug 33902: Move modal inside HTML body To test: -Go Administration > Libraries and add a URL for a branch. -Also add some OPAC info: ( via HTML Customizations ) -Now find a record belonging to that branch and bring up the OPAC detail page. -In the holdings table there should be a link under the 'Current library' column. -Clicking it should bring up a modal. -Make sure the modal pops up correctly, can be dismissed, and the 'Visit web site' link works. Nothing about the appearance or behavior of the page should change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 01:05:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 23:05:07 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |lucas at bywatersolutions.com Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 01:06:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 23:06:11 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33897 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 01:06:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jun 2023 23:06:11 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33902 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 02:08:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 00:08:58 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 02:09:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 00:09:01 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152000|0 |1 is obsolete| | --- Comment #4 from David Nind --- Created attachment 152018 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152018&action=edit Bug 33894: Restructuring: Use BLOCKs for biblio and authority sections In order to make the conversion to the tab wrapper markup easier I'm putting the biblio search history and authority search history sections into blocks. This will make it easier to include or not include the sections using template logic. To test, apply the patch and, if necessary, perform some searches for bibliographic and authority records. The OPAC search history page should be unchanged, with the correct information showing under each tab and in each section for current and previous searches. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 02:09:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 00:09:03 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152001|0 |1 is obsolete| | --- Comment #5 from David Nind --- Created attachment 152019 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152019&action=edit Bug 33894: Use template wrapper for tabs: OPAC search history This patch updates the OPAC search history page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and view the OPAC search history page. With the OpacAuthorities system preference enabled you should see two tabs: Catalog and Authority. Confirm that each tab shows the correct information. Deactivate OpacAuthorities and reload the search history page. The bibliographic search history should display without tabs. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 02:38:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 00:38:48 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 02:38:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 00:38:51 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151867|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 152020 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152020&action=edit Bug 33868: Upgrade the Multiple Select plugin in the staff interface This patch upgrades the Multiple Select plugin in the staff interface and adds some minor adjustments to system preferences CSS to accommodate the change. The listing on the about page is updated with current information. To test, apply the patch and clear your browser cache if necessary. - Go to Administration -> System preferences. - Test some preferences which use the plugin, e.g. - ApplyFrameworkDefaults - CoceProviders - OpacHiddenItemsExceptions - OPACAllowUserToChangeBranch - Confirm that the menus look correct and work correctly. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 02:42:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 00:42:54 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement updates release notes| |the jQuery Multiple Select | |plugin version from 1.1 to | |1.6. This plugin is used in | |the staff interface system | |preferences area. CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:01:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:01:29 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:01:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:01:31 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151798|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 152021 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152021&action=edit Bug 33855: Clean up forms and page sections on 'manage MARC imports' page This patch makes minor changes to the structure of the "Manage MARC imports" page so that sections are more clearly delineated and forms have the correct structure. The patch also shortens the new framework field labels and adds hints for clarification. To test, apply the patch and go to Cataloging -> Stage MARC records for import. - Import a batch of MARC records. - Go to Cataloging -> Manage staged records. - View the batch you just imported. - You should see three sections: - A list of information about the batch - Options for changing the matching rules - Options for setting frameworks during import. - Test that the form for applying different matching rules still works correctly. - Import a batch of records which contains matches (by, for example, exporting MARC records from Koha and then reimporting the same batch) - On the manage page for that batch try changing the matching rule applied, switching between "Do not look for matching records" and a matching rule which will catch the duplicate records. - Test that your records are imported correctly according to the framework settings you select, both for new records and for replaced records. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:07:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:07:14 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement makes release notes| |minor changes to the | |structure of the "Manage | |MARC imports" page so that | |sections are more clearly | |delineated and forms have | |the correct structure. It | |also shortens the new | |framework field labels and | |adds hints for | |clarification. CC| |david at davidnind.com --- Comment #3 from David Nind --- A nice update! One thing I noticed (both before and after the patch was applied) was that the DIff view page background is all grey and aligned to th efar left of the page - maybe this needs the div background change made? Possibly a separate bug, or a follow-up if a change is warranted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:11:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:11:09 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement makes |This enhancement makes release notes|minor changes to the |minor changes to the |structure of the "Manage |structure of the "Manage |MARC imports" page so that |staged MARC records" page |sections are more clearly |for a batch so that |delineated and forms have |sections are more clearly |the correct structure. It |delineated and forms have |also shortens the new |the correct structure. It |framework field labels and |also shortens the new |adds hints for |framework field labels and |clarification. |adds hints for | |clarification. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:28:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:28:25 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:28:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:28:28 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152017|0 |1 is obsolete| | --- Comment #2 from David Nind --- Created attachment 152022 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152022&action=edit Bug 33902: Move modal inside HTML body To test: -Go Administration > Libraries and add a URL for a branch. -Also add some OPAC info: ( via HTML Customizations ) -Now find a record belonging to that branch and bring up the OPAC detail page. -In the holdings table there should be a link under the 'Current library' column. -Clicking it should bring up a modal. -Make sure the modal pops up correctly, can be dismissed, and the 'Visit web site' link works. Nothing about the appearance or behavior of the page should change. Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 03:38:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 01:38:41 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This moves the HTML for the release notes| |pop-up window with the | |information for a library | |(where it exists) on the | |OPAC detail page inside the | | tag so that it | |validates correctly. There | |is no change to the | |appearance or behavior of | |the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:19:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:19:33 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 --- Comment #28 from David Cook --- (In reply to Martin Renvoize from comment #27) > sha1 issues on apply I'm afraid. Hmm weird. I've rebased, so I'll upload again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:20:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:20:57 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150707|0 |1 is obsolete| | --- Comment #29 from David Cook --- Created attachment 152023 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152023&action=edit Bug 32341: Some OPAC tables are not displayed well in mobile mode Some OPAC tables are not displayed well in mobile mode, it is absolutely necessary to scroll to the right to read the content properly This patch fix this problem by making the tables responsive To test: 1- Go to the OPAC 2- Open mobile mode 3- Go to a bibliographic record detail page in the OPAC (opac-detail.pl?biblionumber=X) 4- Check the Holdings table --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> we see very narrow columns --> unreadable text 5- Go to to the page 'Summary' (opac-user.pl) 6- Check the 'Checked out' table --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 7- Check the 'Overdue' table --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 8- Go to the page 'Charges' (opac-account.pl) 9- Click on 'Show all transactions' --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 10- Go to the page 'Search history' (opac-search-history.pl) --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 11- Apply the patch 12- Execute 'yarn build --view opac' 13- Clean your cache or open your navigator on private mode (to load updated css files) 14- Perform previous step (1-10) 15- Confirm that the tables are now displayed correctly and is now responsive. Signed-off-by: pauld Signed-off-by: LMSCloudPaulD Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:21:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:21:01 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150708|0 |1 is obsolete| | --- Comment #30 from David Cook --- Created attachment 152024 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152024&action=edit Bug 32341: (Fix) Changing the placement of the button This attachment correct the placement of the responsive button. It is now in its own column at the last column and the '+' and '-' are remplaced by 'Expand' and 'Unexpand' to make it more clear. Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:21:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:21:05 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150709|0 |1 is obsolete| | --- Comment #31 from David Cook --- Created attachment 152025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152025&action=edit Bug 32341: (follow-up) Alternate button style This patch applies a different button style and does a couple of clean up tasks: Removing the redundant sorting-related CSS and moving the responsive button CSS to _common.scss where other DataTable-related styles are found. I think this different button style is more consistent with the OPAC's design. It also eliminates untranslatable strings from the CSS. Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:21:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:21:08 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150710|0 |1 is obsolete| | --- Comment #32 from David Cook --- Created attachment 152026 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152026&action=edit Bug 32341: (follow-up) Making the remains OPAC tables responsive Apply the patch and check for the responsivity of the following tables 1- Go to the OPAC 2- Open mobile mode 3- The following tables are not responsive - Summary - Clubs - Summary - Recalls - Summary - Article requests - Charges - (relative's) - Search history - Authority - Checkout history - All - Checkout history - Checkouts - Checkout history - On-site - Recalls history - Messaging - Subscription (serial) - Course reserves - Courses - Course reserves - Reserves - Authority search results 4- Apply the patch 5- Execute 'yarn build --view opac' 6- Clean your cache or open your navigator on private mode (to load updated css files) 7- Perform previous step (1-3) 8- Confirm that the tables are now displayed correctly and is now responsive. Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:21:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:21:12 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150711|0 |1 is obsolete| | --- Comment #33 from David Cook --- Created attachment 152027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152027&action=edit Bug 32341: (follow-up) Add responsivity to Curbside pickups table and changing button style for finestables To activate Curbside pickups 1- Enable the CurbsidePickup system preference 1.1 Go to Administration > Global system preferences 1.2 Search for CurbsidePickup 1.3 Change the value for 'Enable' 1.4 Click on 'Save all circulation preferences' 2- Configure time slots for at least one library 2.1 Go to Administration > Curbside pickup 2.2 Fill out the form for Centerville (or another library) Enable: Check Pickup interval: 10 (or other) Maximum boss per interval: 3 (or other) Patron-scheduled pickup: Check Enable for waiting holds only: DO NOT check 2.3 Add a time slot In 'New slot', enter Monday From: 10:00 To: 12:00 Click on 'Add' 3- Make an appointment from the OPAC 3.1 Go to OPAC 3.2 Open mobile mode 3.3 Connect with a user 3.4 Click on 'Curbside pickups' 3.5 Choose the library in 'Pick a library' 3.6 Choose a date in 'Pickup date' 3.7 Choose a time range in 'Select a time' 3.8 Click on 'Schedule pickup' => Notice The table is not responsive 4- Apply the patch 5- Execute 'yarn build --view opac' 6- Clean your cache or open your navigator on private mode (to load updated css files) 7- Perform step 3.1, 3.2, 3.3, 3.4, 8- click on 'Your pickups' => Confirm that the CurbsidePickup table are now displayed correctly and is now responsive. 9- Click on 'Charges' => Confirm that the Charges table are now displayed correctly and is now responsive. I correct a little bug. The "suspend_hold" button did not work anymore. This change resets it to it's original state. Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:21:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:21:16 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150712|0 |1 is obsolete| | --- Comment #34 from David Cook --- Created attachment 152028 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152028&action=edit Bug 32341: (follow-up) Making the label not showed twice when the tables are in responsive mode Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:21:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:21:32 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 04:36:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 02:36:47 +0000 Subject: [Koha-bugs] [Bug 33898] background_jobs_worker.pl may leave defunct children processes for extended periods of time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 05:39:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 03:39:09 +0000 Subject: [Koha-bugs] [Bug 29543] Self-checkout allows returning everybody's loans In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29543 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33881 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 07:40:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 05:40:31 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 07:40:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 05:40:34 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151990|0 |1 is obsolete| | --- Comment #2 from David Cook --- Created attachment 152030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152030&action=edit Bug 33896: Check whether index is defined before string match This patch checks that $indexes[$i] is defined before testing whether the string matches to remove the logged warning when searching Test plan: 1) In the intranet, search the catalog from the top search bar 2) Check plack-intranet-error.log 3) There should be a warning "[WARN] Use of uninitialized value within @indexes in string eq" 4) Apply patch 5) restart_all and then re-try the search 6) The warning should no longer appear Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 07:57:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 05:57:35 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 07:57:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 05:57:37 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152022|0 |1 is obsolete| | --- Comment #3 from David Cook --- Created attachment 152031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152031&action=edit Bug 33902: Move modal inside HTML body To test: -Go Administration > Libraries and add a URL for a branch. -Also add some OPAC info: ( via HTML Customizations ) -Now find a record belonging to that branch and bring up the OPAC detail page. -In the holdings table there should be a link under the 'Current library' column. -Clicking it should bring up a modal. -Make sure the modal pops up correctly, can be dismissed, and the 'Visit web site' link works. Nothing about the appearance or behavior of the page should change. Signed-off-by: David Nind Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:08:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:08:03 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:08:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:08:06 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152015|0 |1 is obsolete| | --- Comment #3 from David Cook --- Created attachment 152032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152032&action=edit Bug 33891: Use template wrapper for tabs: OPAC advanced search This patch adds the tab WRAPPER markup to the OPAC, adapted for the Bootstrap version used by the OPAC (4.5.0). The advanced search page is updated to use the wrapper construction. Unrelated markup fix: an empty size attribute is removed from an . To test, apply the patch and view the the advanced search page in the OPAC. The tabs for item type, shelving location, and collection should all look correct and work correctly. In the staff interface, go to Administration -> System preferences -> OpacAdvancedSearchTypes and try various configurations, confirming each time that the OPAC page adjustes correctly. Signed-off-by: Lucas Gass Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:08:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:08:21 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au QA Contact|testopia at bugs.koha-communit |dcook at prosentient.com.au |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:08:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:08:28 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au QA Contact|testopia at bugs.koha-communit |dcook at prosentient.com.au |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:21:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:21:01 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #15 from Martin Renvoize --- With bug 21983 introducing a deleted_biblio_id field for storing this data, I wonder if we aught to be embedding that and displaying (and highlighting) deleted bib details in the table here rather than displaying an empty column? I see three cases with bug 21983.. Bib still exists and active, Bib is 'deleted' but exists and Bib has been completely removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:25:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:25:30 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:25:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:25:32 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151985|0 |1 is obsolete| | --- Comment #4 from David Cook --- Created attachment 152033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152033&action=edit Bug 33883: "Make sure to copy your API secret" message overlaps text This patch updates the markup on the patron API keys page so that it uses standard classes for dialogs and page sections. To test you must have RESTOAuth2ClientCredentials enabled. - Apply the patch and locate a patron record. - From their checkout or detail page, choose More -> Manage API keys - Click "Generate a new client id/secret pair" - Enter a description and click Save. - You should see a message in a standard message-style dialog, "Make sure to copy your API secret now. You won’t be able to see it again!" - The API key information should be displayed in a .page-section div. - The table of existing keys should be displayed in a .page-section div. Signed-off-by: Matt Blenkinsop Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:25:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:25:40 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |dcook at prosentient.com.au |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:30:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:30:26 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:30:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:30:28 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151954|0 |1 is obsolete| | --- Comment #3 from David Cook --- Created attachment 152034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152034&action=edit Bug 33882: Add spans in dateofbirth column on member.tt To test: 1 Apply patch 2 Do a patron search that will return multiple patrons. 3 Look at the date of birth column and notice the text is now wrapped in a class called 'dateofbirth' 4. Notice that the age hint is wrapped in a class called 'agehint'. 5. Add '.agehint { display: none }' to intranetusercss. 6. Now notice the date of birth still displays but no age information. Signed-off-by: Sam Lau Signed-off-by: David Cook -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:30:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:30:38 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au QA Contact|testopia at bugs.koha-communit |dcook at prosentient.com.au |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:30:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:30:51 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #16 from Martin Renvoize --- Hmm.. I think we still need this though.. I fixed a very similar issue recently in 744ac4825ba9a346e2ad1c8e413d3d9423658512 (Bug 33504: Update patron_to_html to deal with null) In the above commit I wrote: > In the patron_to_html function we were dealing explicitly with the case > where patron may be passed undefined, but forgetting that it may be > returned as 'null' from the api too. Changing from `( patron === > undefined )` to `( patron == null )` is the recommended approach for > detecting 'undefined or null' in javascript. Do we have a preference for `!biblio` vs `biblio == null`.. They are equivalent right? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:57:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:57:29 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #17 from Martin Renvoize --- I consulted google.. They're not equivilent.. `== null` will catch `undefined or null` whereas `!variable` will catch `null, undefined, 0, NaN, false, or an empty string`. I think your `!variable` is probably the better call here :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:58:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:58:38 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152009|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize --- Created attachment 152035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152035&action=edit Bug 33873: Improve check for inexistant biblio object Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:58:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:58:52 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #19 from Martin Renvoize --- Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:59:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:59:13 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31059 --- Comment #35 from Jonathan Druart --- Reported on the ML, it's breaking the upgrade ERROR - Exception 'Koha::Exceptions::MissingParameter' thrown 'No encryption_key in koha-conf.xml' We should not use Koha module in db revs. Here we have Koha::Database that can be replaced easily with $dbh, however there is no good solution for Koha::Encryption. We could maybe require the module only if there are rows in vendor_edi_accounts? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:59:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:59:13 +0000 Subject: [Koha-bugs] [Bug 31059] encryption_key config entry not generated when upgrading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31059 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30649 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:59:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:59:17 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 08:59:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 06:59:28 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:01:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:01:33 +0000 Subject: [Koha-bugs] [Bug 32630] Don't delete ILL requests when patron is deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32630 --- Comment #2 from Martin Renvoize --- I think 'SET NULL' is the right thing to do here.. if you want the audit trail for what deleted borrower we should follow the pattern and add a deleted_borrower_id field to the table and trigger a move at patron delete. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:01:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:01:48 +0000 Subject: [Koha-bugs] [Bug 32630] Don't delete ILL requests when patron is deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32630 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:03:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:03:07 +0000 Subject: [Koha-bugs] [Bug 32629] Add option for deleting resolved ILL requests to cleanup_database.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32629 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:09:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:09:34 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151791|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize --- Created attachment 152036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152036&action=edit Bug 33786: ILL requests table id Make sure requests table is unique when visiting patron ILL history so the table state is not shared unintentionally Reproduce: 1) Have a borrower with >20 ILL requests in their history 2) Visit cgi-bin/koha/members/ill-requests.pl?borrowernumber= 3) On the table, click page 2 4) Visit a different borrower with <20 ILL requests 5) Verify that no requests are shown, this is because the table is using page 2 from step 3) 6) Go back to original borrower, click table page 1 7) Now go back to 2nd borrower, verify is now showing page 1 correctly Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:10:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:10:05 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #19 from Martin Renvoize --- This is an important bugfix, all working as described and code is clean. Also passing QA scripts. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:13:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:13:36 +0000 Subject: [Koha-bugs] [Bug 22285] ILL: Allow to configure displayed data for staff interface and OPAC separately In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22285 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Severity|normal |enhancement -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:15:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:15:51 +0000 Subject: [Koha-bugs] [Bug 19605] ILL backends should be pluggable through regular Koha plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605 --- Comment #3 from Martin Renvoize --- Lets make this happen for 23.11 :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:19:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:19:58 +0000 Subject: [Koha-bugs] [Bug 19605] ILL backends should be pluggable through regular Koha plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |ILL |and plumbing | CC| |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:23:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:23:21 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:24:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:24:13 +0000 Subject: [Koha-bugs] [Bug 33903] New: HTML::Table 2.08a breaks the About page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33903 Bug ID: 33903 Summary: HTML::Table 2.08a breaks the About page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org Symptoms: - The "About" page gives a 500 Internal Server Error - plack-error.log shows: "Invalid version format (non-numeric data) at /usr/share/koha/lib/C4/Installer/PerlModules.pm line 83, line 755." This is on Ubuntu 20.04.5 and Perl 5.30.0. /usr/share/koha/lib/C4/Installer/PerlModules.pm line 83 looks like this: my $pkg_version = $module->can("VERSION") ? $module->VERSION : 0; After some digging it looks like HTML::Table version 2.08a is causing this. Test script: #!/usr/bin/perl use Modern::Perl; use Data::Dumper; my $module = "HTML::Table"; eval "require $module"; say Dumper $module->can("VERSION"); say $module->VERSION; say "OK"; Output: $VAR1 = sub { "DUMMY" }; Invalid version format (non-numeric data) at test_version.pl line 10. Not sure how to work around this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:25:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:25:08 +0000 Subject: [Koha-bugs] [Bug 22338] illrequests.notesopac is editable by both patron and staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22338 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:25:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:25:55 +0000 Subject: [Koha-bugs] [Bug 32524] 'New comment' link for ILL requests should probably be a button In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32524 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:27:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:27:01 +0000 Subject: [Koha-bugs] [Bug 33903] HTML::Table 2.08a breaks the About page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33903 --- Comment #1 from Magnus Enger --- Looks like this problem was reported ~13 years ago: https://rt.cpan.org/Public/Bug/Display.html?id=62165 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:35:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:35:51 +0000 Subject: [Koha-bugs] [Bug 33903] HTML::Table 2.08a breaks the About page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33903 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Magnus Enger --- Ah looks like this was caused by us applying the work from bug 27510 a bit prematurely. Never mind! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:36:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:36:45 +0000 Subject: [Koha-bugs] [Bug 27510] Download the report in HTML format In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27510 --- Comment #26 from Magnus Enger --- Just a note that if HTML::Table is added to cpanfile, HTML::Table 2.08a will break the About page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:52:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:52:13 +0000 Subject: [Koha-bugs] [Bug 10994] Allow use of branch/kohaAdmin e-mail address for sending claim notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10994 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #13 from Katrin Fischer --- I just looked into this for another reason and it looks like we are now using the branchemail / KohaAdminEmailAdress in SendAlerts: my $mail = Koha::Email->create( { to => join( ',', @email ), cc => join( ',', @cc ), ( ( C4::Context->preference("ClaimsBccCopy") && ( $type eq 'claimacquisition' || $type eq 'claimissues' ) ) ? ( bcc => $userenv->{emailaddress} ) : () ), from => $library->branchemail || C4::Context->preference('KohaAdminEmailAddress'), -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 09:54:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 07:54:29 +0000 Subject: [Koha-bugs] [Bug 20755] Allow separate email configuration for acq emails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #1 from Katrin Fischer --- We do now use the branch email instead of the librarian's, but it would still be nice to have an option for configuring a separate Acq Team email address to be used. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:03:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:03:31 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:03:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:03:34 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151981|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 152037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152037&action=edit Bug 33880: Remove Version param from GB::Barcode->new Looking at the code here if (Koha/Auth/TwoFactorAuth.pmoSelf->{Version}){ #--- auto version select for(->{Version}=1; ->{Version} <= 40; ++->{Version}) { last if ({->{Ecc}}->[->{Version}] >= + ->[->{Version}]); } } in https://metacpan.org/release/KWITKNR/GD-Barcode-1.15/source/Barcode/QRcode.pm#L349 It appears the version parameter is not required, and will default to whatever version has the necessary bits for the input words given Signed-off-by: Pedro Amorim Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:29:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:29:29 +0000 Subject: [Koha-bugs] [Bug 22513] Anonymize old ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22513 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:39:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:39:32 +0000 Subject: [Koha-bugs] [Bug 33904] New: 2FA registration fails if library name has non-latin characters Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Bug ID: 33904 Summary: 2FA registration fails if library name has non-latin characters Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Authentication Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Depends on: 28786 If the library name has non-latin characters the two-factor authentication registration fails with a JS error and a 500 server-side. POST /api/v1/auth/two-factor/registration: unhandled exception (Mojo::Exception)< References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33904 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 [Bug 33904] 2FA registration fails if library name has non-latin characters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:39:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:39:47 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33880 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:39:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:39:47 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33904 --- Comment #10 from Jonathan Druart --- Found bug 33904 when testing this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:47:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:47:11 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:47:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:47:13 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 --- Comment #1 from Jonathan Druart --- Created attachment 152038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152038&action=edit Bug 33904: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 10:47:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 08:47:16 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 --- Comment #2 from Jonathan Druart --- Created attachment 152039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152039&action=edit Bug 33904: Fix 2FA registration when library name has non-latin characters If the library name contains non-latin characters, the 2FA registration process will fail with a JS alert coming from a 500 server-side. The problem is that Auth::GoogleAuth is expecting an already UTF8 encoded string. We should set the encoding correctly to make Auth::GoogleAuth deal with the URL escaping internally correctly, then decode on our own (in the REST API controller) Test plan: * Modify your logged in library name and add some non-latin characters (eg. "my ❤ library") * Turn on TwoFactorAuthentication * Go to your account > More > Manage 2FA * Click the enable button => Notice that you see the QR code and that both "issuer" and "key id" entries display the library name correctly. * Test the whole 2FA process, confirm that the library name is correctly displayed on the app you are using. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:10:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:10:07 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:13:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:13:42 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #9 from Jonathan Druart --- That's the description of the test: 'cookie_auth did use interface from cookie' It's confusing IMO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:19:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:19:23 +0000 Subject: [Koha-bugs] [Bug 23824] Add a 'Save and run' button to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824 Andrii Nugged changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged at gmail.com --- Comment #16 from Andrii Nugged --- IMPORTANT: You can not save this form in non-English interfaces anymore. I.e. this breaks how "Update" (saving form) works: in non-English Koha button's text gets translated, what is desired, and because of that also there was hidden: which wasn't translated (excluded from translations). And, if the button's content is translated, so in reports/guided_reports.pl contents of the "phase" parameter compared with hardcoded "Update SQL", which is not anymore English. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:22:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:22:43 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #9 from Pedro Amorim --- Is removing the "medium" column an option? It's not being used anywhere as far as I can tell. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:25:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:25:17 +0000 Subject: [Koha-bugs] [Bug 33832] Can't change a patron's username without entering passwords In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33832 Sally changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk --- Comment #3 from Sally --- (In reply to David Cook from comment #2) > Should we perhaps change this script so that it just changes the password > and doesn't affect the username? We use the change username functionality; it'd be a shame to lose this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:26:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:26:07 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145476|0 |1 is obsolete| | --- Comment #85 from Thibaud Guillot --- Created attachment 152040 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152040&action=edit Bug 8137: Add Default checkout limit by patron category with priority. This patch add the ability to make a 'Default checkout limit by patron category' rule has priority. When a rule has priority, it overrides all others for the same categorycode. For "normal" rule, the behavior is the same than before (like a default rule if no one is specified at branch level). Rule with priority can only be created on the circulation and fine rules page for *all libraries*. The goal is to allow librarian to limit the total number of checkouts by patron category for all libraries. test plan: - Create a rule with 4 checkouts allowed in default checkout limit table for a patron category and make it has priority, - create more permissive rules for all other branches (at least 5 checkouts allowed), - Checkout items of different branches for a patron with the same category, - Patron should be limited to 4 checkouts https://bugs.koha-community.org/show_bug.cgi?id=8137 Rebased: 2018-03-14, by: Alex Arnaud Rebased: 2020-07-23, by: Arthur Suzuki Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:26:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:26:13 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145477|0 |1 is obsolete| | --- Comment #86 from Thibaud Guillot --- Created attachment 152041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152041&action=edit Bug 8137: Add default issuing rule for all branches. This patch does the same that for 'Default checkout limit by patron category'. test plan: - Create an issuing rule a patron category and itemtype. make it has priority, - create more permissive issuing rules for all other branches, - check that the priority rule is taken into account for this category and itemtype. Rebased: 2018-03-14, by: Alex Arnaud Rebased: 2020-07-34, by: Arthur Suzuki Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:26:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:26:19 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145478|0 |1 is obsolete| | --- Comment #87 from Thibaud Guillot --- Created attachment 152042 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152042&action=edit Bug 8137: (follow-up) Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:26:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:26:25 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145479|0 |1 is obsolete| | --- Comment #88 from Thibaud Guillot --- Created attachment 152043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152043&action=edit Bug 8137: (follow-up) Fix error on the rules cloning functionality Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:26:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:26:30 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145480|0 |1 is obsolete| | --- Comment #89 from Thibaud Guillot --- Created attachment 152044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152044&action=edit Bug 8137: (follow-up) Rebased on master Made some adjustments to make the patch work, I tested it and apprently it works as expected but I'm interested in your feedback otherwise -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:26:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:26:36 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 --- Comment #90 from Thibaud Guillot --- Created attachment 152045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152045&action=edit Bug 8137: (follow-up) Fix number of tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:29:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:29:19 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Thibaud Guillot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thibaud.guillot at biblibre.co | |m Attachment #116680|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:50:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:50:34 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #10 from Katrin Fischer --- Older versions of backends might use it, it's hard to tell. We might need to have some kind of deprecation process to be on the save side. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 11:58:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 09:58:58 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #20 from Katrin Fischer --- Thx all! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 12:08:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 10:08:05 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #91 from Jonathan Druart --- Comments 74-76 and 78 are waiting for an answer. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 12:16:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 10:16:05 +0000 Subject: [Koha-bugs] [Bug 32748] Library limitations will cause data loss when editing items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 --- Comment #20 from Jonathan Druart --- (In reply to Thibaud Guillot from comment #19) > Jonathan : What do you mean by adding the branchcode into the cache key? The > branchcode from which the VAs originate is not accessible until the cached > string is defined. Why should I get random results? Thanks for the > clarification Hum forget that, branch_limit is part of the cache key. I cannot remember what I meant but that does not seem correct. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 12:18:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 10:18:04 +0000 Subject: [Koha-bugs] [Bug 33833] Remove Test::DBIx::Class from t/SocialData.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833 --- Comment #11 from Jonathan Druart --- It's data dependent, not database dependent. We should actually use more Test::DBIx::Class IMO. I don't get why we should remove it from these tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 13:17:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 11:17:42 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #11 from Pedro Amorim --- I like the deprecation idea, I think having stuff in the database/code that is no longer used is bad for maintainability. The core code does not check/query for illrequests.medium as far as my searching goes, so I think that really only leaves us with the possibility of backends using it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 13:17:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 11:17:56 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 13:37:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 11:37:47 +0000 Subject: [Koha-bugs] [Bug 19605] ILL backends should be pluggable through regular Koha plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605 --- Comment #4 from Katrin Fischer --- (In reply to Martin Renvoize from comment #3) > Lets make this happen for 23.11 :) + 1 :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 13:40:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 11:40:19 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #23 from Katrin Fischer --- I'll try to get to this ASAP, but might not make it today. If someone can take over, please do! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 14:14:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 12:14:30 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #12 from Magnus Enger --- The Swedish "Libris backend" (https://github.com/Libriotech/koha-illbackend-libris) uses both illrequests.medium and illrequestattributes.type=type to store if a request is a loan or a copy. If the attribute is what is displayed I'm pretty sure we can do without illrequests.medium. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 14:33:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 12:33:46 +0000 Subject: [Koha-bugs] [Bug 23824] Add a 'Save and run' button to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824 --- Comment #17 from Magnus Enger --- Gah! I knew there was a catch here... So, what is the best thing to do? Add an "op" parameter that does not get translated, like we do in lots of other places? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 14:42:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 12:42:49 +0000 Subject: [Koha-bugs] [Bug 33845] Hold notes should show when viewing a patron's hold list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33845 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 14:42:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 12:42:51 +0000 Subject: [Koha-bugs] [Bug 33845] Hold notes should show when viewing a patron's hold list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33845 --- Comment #10 from Nick Clemens --- Created attachment 152046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152046&action=edit Bug 33845: (follow-up) Rename config and add a second configuration section This patch renames the table in the columns configuration to match the id used in the templates It also adds a section for the moremember table to alllow config of each page as we do for issues Lastly we add the table controls as they exist on the issues tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 14:52:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 12:52:22 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply --- Comment #36 from Tomás Cohen Arazi --- Please rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:12 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:14 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 --- Comment #20 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:16 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:18 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:19 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:21 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 --- Comment #9 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:23 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:25 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #21 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:26 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:28 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:30 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:32 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 --- Comment #5 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:33 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:01:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:01:35 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 --- Comment #4 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:07:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:07:48 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:07:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:07:51 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 --- Comment #1 from Owen Leonard --- Created attachment 152047 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152047&action=edit Bug 33895: Use template wrapper for tabs: OPAC user summary This patch updates the OPAC user summary page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and log in to the OPAC. Check these tabs on the patron summary page: - Checkouts - Relatives' checkouts - Relatives' charges - Overdues - Charges - Credits - Clubs - Test enrolling and unenrolling - Holds - Recalls - Article requests - Overdrive - Test with OverDriveCirculation enabled - Logging in, logging out -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:13:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:13:18 +0000 Subject: [Koha-bugs] [Bug 32554] Test prediction pattern does not consider subscription length (uses only subscription end date) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32554 Donna changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwsdonna at gmail.com --- Comment #2 from Donna --- I have confirmed the same behavior in 22.11. This is not a desirable change. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:17:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:17:57 +0000 Subject: [Koha-bugs] [Bug 33236] Move C4::Suggestions::NewSuggestion to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:17:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:17:59 +0000 Subject: [Koha-bugs] [Bug 33236] Move C4::Suggestions::NewSuggestion to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236 --- Comment #13 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:18:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:18:01 +0000 Subject: [Koha-bugs] [Bug 33242] Allow passing things like add_days => 3 to KohaDates filter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:18:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:18:03 +0000 Subject: [Koha-bugs] [Bug 33242] Allow passing things like add_days => 3 to KohaDates filter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242 --- Comment #19 from Tomás Cohen Arazi --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:39:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:39:11 +0000 Subject: [Koha-bugs] [Bug 33905] New: Username and cardnumber should be unique respectively Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 Bug ID: 33905 Summary: Username and cardnumber should be unique respectively Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Currently Koha allows a user to sign in with either their cardnumber or userid Confusion can arise when a user has a username that is another users cardnumber, and vice versa We should check uniqueness across both of these fields. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:39:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:39:48 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com, | |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 15:45:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 13:45:06 +0000 Subject: [Koha-bugs] [Bug 32256] self-checkout batch mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Catrina Berka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |catrina at bywatersolutions.co | |m --- Comment #1 from Catrina Berka --- Several partners have indicated an interest in this functionality, especially those using RFID pads for self-check stations, as Dave noted. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:00:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:00:10 +0000 Subject: [Koha-bugs] [Bug 33547] Print slips from the preservation module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 --- Comment #3 from Jonathan Druart --- Created attachment 152048 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152048&action=edit Bug 33547: Display AV descriptions instead of codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:02:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:02:44 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #3 from Owen Leonard --- (In reply to Lucas Gass from comment #2) > The aria-controls attribute's point to all_checkouts_panel, checkout_panel, > onsite_checkout_panel but I don't see those elements on the page. I'm not sure how to resolve this one... There aren't actually three panels, so with the way the WRAPPER works at the moment we can either have uniquely-named tabs ("#all_checkouts-tab," "#checkout-tab," "onsite_checkout-tab") and invalid aria-controls, or duplicate tab IDs and aria-controls attributes that all point to the same (existing) tab. I guess the accessibility-compliant option would be better? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:20:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:20:19 +0000 Subject: [Koha-bugs] [Bug 21522] Labels incorrectly inheriting some default Bootstrap style properties In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21522 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Discussion |RESOLVED --- Comment #6 from Owen Leonard --- This issue appears to have been fixed. The labels discussed in the original question are now wrapping correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:24:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:24:27 +0000 Subject: [Koha-bugs] [Bug 20266] Authentication using Shibboleth - bootstrap In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20266 --- Comment #4 from Owen Leonard --- Is this still valid? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:36:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:36:51 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 --- Comment #4 from Lucas Gass --- > I guess the accessibility-compliant option would be better? Is having duplicate ID's but correct aria-controls the accessibility-compliant option? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:40:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:40:49 +0000 Subject: [Koha-bugs] [Bug 27834] CircControl syspref is used wrong in TooMany function C4::Circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27834 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette.scheer at bywatersolut | |ions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:43:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:43:51 +0000 Subject: [Koha-bugs] [Bug 24622] Restrict Circulation by price In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24622 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette.scheer at bywatersolut | |ions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:47:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:47:04 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 --- Comment #5 from Owen Leonard --- I would assume so. My assumption is that the rule against duplicate ID is more about semantics and DOM validity and less about making things work well with assistive technology. But that is just an assumption. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:49:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:49:07 +0000 Subject: [Koha-bugs] [Bug 21045] Default checkout limit by patron category for all libraries not managed by SIP2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21045 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette.scheer at bywatersolut | |ions.com Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Lisette Scheer --- *** This bug has been marked as a duplicate of bug 27834 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:49:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:49:07 +0000 Subject: [Koha-bugs] [Bug 27834] CircControl syspref is used wrong in TooMany function C4::Circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27834 Lisette Scheer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anne-claire.bernaudin at univ- | |rennes1.fr --- Comment #2 from Lisette Scheer --- *** Bug 21045 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:55:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:55:20 +0000 Subject: [Koha-bugs] [Bug 30198] Add privacy elements to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198 AspenCat Team changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aspencatteam at clicweb.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 16:56:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 14:56:36 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 --- Comment #6 from Lucas Gass --- (In reply to Owen Leonard from comment #5) > I would assume so. My assumption is that the rule against duplicate ID is > more about semantics and DOM validity and less about making things work well > with assistive technology. But that is just an assumption. I'd have that assumption as well. I did find this: https://accessibilityinsights.io/info-examples/web/duplicate-id/ So duplicate ID's are not great for accessibility but if the aria-controls are correct assistive technologies should behave as expected? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:00:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:00:33 +0000 Subject: [Koha-bugs] [Bug 30198] Add privacy elements to reports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198 --- Comment #6 from AspenCat Team --- The way our consortium operates is we share reports by having our branches use a dropdown menu. I'm not sure how feasible it is, but what would be ideal is making it so that drop down would only list the library that is logged in. Similarly it would be good to prevent using a branch code for a report that does match the home library, at a certain permission level. I certainly agree with David's point about the difficulties in accomplishing this, but perhaps instead of an intervention there would be a way to limit what is viewable or what can be selected based on branch. - Bob Bennhoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:22:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:22:07 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:22:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:22:09 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151998|0 |1 is obsolete| | --- Comment #3 from Lucas Gass --- Created attachment 152049 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152049&action=edit Bug 33892: Use template wrapper for tabs: OPAC authority detail This patch updates the OPAC authority detail page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and locate an authority record in the OPAC which has notes fields. When viewing the details for that record the notes should appear in a single "Notes" tab. Signed-off-by: Sam Lau Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:22:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:22:17 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Jake Deery changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|koha-upgrade-schema should |updatedatabase.pl should |restart memcached |purge memcached -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:31:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:31:52 +0000 Subject: [Koha-bugs] [Bug 33809] Accessibility: OPAC results page needs more descriptive links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:31:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:31:55 +0000 Subject: [Koha-bugs] [Bug 33809] Accessibility: OPAC results page needs more descriptive links In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151925|0 |1 is obsolete| | --- Comment #8 from Lucas Gass --- Created attachment 152050 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152050&action=edit Bug 33809: (follow-up) Grammar correction This is somewhat nitpicky but I think "Show fewer..." is more correct than "Show less..." for strings like "Show fewer authors." 'Generally, fewer is used when the number of things is counted ("fewer problems") whereas less is used when the number is measured ("less trouble" or "less time").' -- https://www.merriam-webster.com/words-at-play/fewer-vs-less It's not a strict rule but to my ear it sounds more correct. The brief "Show less" displayed on screen seems fine because the object feels indeterminate: "Show less information." Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:41:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:41:11 +0000 Subject: [Koha-bugs] [Bug 22232] Use Advanced cataloguing editor (Rancor) for authority records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22232 --- Comment #8 from Kristi --- The cataloging team at my library would also love to have the ability to edit authority records using the advanced editor. I'll watch for updates to this bug report. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:41:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:41:13 +0000 Subject: [Koha-bugs] [Bug 33906] New: [OMNIBUS] Improve translation of title tags Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Bug ID: 33906 Summary: [OMNIBUS] Improve translation of title tags Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 15395 I would like to update all templates which output a tag to use the template internationalization method demonstrated in Bug 33077 > We can instead use the i18n template plugin introduced by Bug 15395 to wrap > individual title tag elements like so: > > [% t("Modify city") | html %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395 [Bug 15395] Internationalization: plural forms, context, and more -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:41:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:41:13 +0000 Subject: [Koha-bugs] [Bug 15395] Internationalization: plural forms, context, and more In-Reply-To: <bug-15395-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15395-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15395-70-hRfYWA3GcS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33906 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:43:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:43:30 +0000 Subject: [Koha-bugs] [Bug 33907] New: Improve translation of title tags: OPAC Message-ID: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 Bug ID: 33907 Summary: Improve translation of title tags: OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify OPAC templates, including self checkout and self checkin, so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:43:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:43:30 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-NBGuM3anfs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33907 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 [Bug 33907] Improve translation of title tags: OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:46:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:46:33 +0000 Subject: [Koha-bugs] [Bug 33908] New: Improve translation of title tags: Acquisitions Message-ID: <bug-33908-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908 Bug ID: 33908 Summary: Improve translation of title tags: Acquisitions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify acquisitions, suggestions, and ERM templates so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:46:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:46:33 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-ZlsVV6Nbiv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33908 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908 [Bug 33908] Improve translation of title tags: Acquisitions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:49:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:49:33 +0000 Subject: [Koha-bugs] [Bug 33909] New: Improve translation of title tags: Administration Message-ID: <bug-33909-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909 Bug ID: 33909 Summary: Improve translation of title tags: Administration Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify administration templates so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:49:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:49:33 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-iIxFscGKVA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33909 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909 [Bug 33909] Improve translation of title tags: Administration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:50:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:50:20 +0000 Subject: [Koha-bugs] [Bug 33910] New: Improve translation of title tags: Authorities Message-ID: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910 Bug ID: 33910 Summary: Improve translation of title tags: Authorities Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify authorities templates so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:50:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:50:20 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-2LsBjQhLd4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33910 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910 [Bug 33910] Improve translation of title tags: Authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:52:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:52:13 +0000 Subject: [Koha-bugs] [Bug 33911] New: Improve translation of title tags: Catalog, basket, and lists Message-ID: <bug-33911-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911 Bug ID: 33911 Summary: Improve translation of title tags: Catalog, basket, and lists Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify catalog, basket, and lists templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:52:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:52:13 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-pjCLOEliay@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33911 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911 [Bug 33911] Improve translation of title tags: Catalog, basket, and lists -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:53:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:53:53 +0000 Subject: [Koha-bugs] [Bug 33912] New: Improve translation of title tags: Cataloging Message-ID: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 Bug ID: 33912 Summary: Improve translation of title tags: Cataloging Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify cataloging templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:53:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:53:53 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-Hrm2pyMckB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33912 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 [Bug 33912] Improve translation of title tags: Cataloging -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:55:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:55:41 +0000 Subject: [Koha-bugs] [Bug 33913] New: Improve translation of title tags: Catalog, holds, and ILL Message-ID: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 Bug ID: 33913 Summary: Improve translation of title tags: Catalog, holds, and ILL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify catalog, holds, and ILL templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:55:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:55:41 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-bpd7EQAtsf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33913 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 [Bug 33913] Improve translation of title tags: Catalog, holds, and ILL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:56:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:56:44 +0000 Subject: [Koha-bugs] [Bug 33914] New: Improve translation of title tags: Course reserves Message-ID: <bug-33914-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914 Bug ID: 33914 Summary: Improve translation of title tags: Course reserves Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify course reserves templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:56:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:56:44 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-zZLNXRjptV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33914 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914 [Bug 33914] Improve translation of title tags: Course reserves -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:58:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:58:10 +0000 Subject: [Koha-bugs] [Bug 33915] New: Improve translation of title tags: Installer and onboarding Message-ID: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915 Bug ID: 33915 Summary: Improve translation of title tags: Installer and onboarding Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify the installer and onboarding templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:58:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:58:10 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-zlVhf98cFg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33915 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915 [Bug 33915] Improve translation of title tags: Installer and onboarding -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:59:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:59:55 +0000 Subject: [Koha-bugs] [Bug 33916] New: Improve translation of title tags: Labels Message-ID: <bug-33916-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33916 Bug ID: 33916 Summary: Improve translation of title tags: Labels Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify label creator templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 17:59:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 15:59:55 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-llPsJ8mbQt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33916 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33916 [Bug 33916] Improve translation of title tags: Labels -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:01:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:01:32 +0000 Subject: [Koha-bugs] [Bug 33917] New: Improve translation of title tags: Offline circulation Message-ID: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917 Bug ID: 33917 Summary: Improve translation of title tags: Offline circulation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify offline circulation templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:01:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:01:32 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-RvkNcEl3Ki@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33917 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917 [Bug 33917] Improve translation of title tags: Offline circulation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:03:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:03:00 +0000 Subject: [Koha-bugs] [Bug 33918] New: Improve translation of title tags: Patron card creator Message-ID: <bug-33918-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33918 Bug ID: 33918 Summary: Improve translation of title tags: Patron card creator Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify patron card creator templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:03:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:03:00 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-YxX6f5rwHy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33918 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33918 [Bug 33918] Improve translation of title tags: Patron card creator -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:06:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:06:39 +0000 Subject: [Koha-bugs] [Bug 33919] New: Improve translation of title tags: Patron clubs Message-ID: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Bug ID: 33919 Summary: Improve translation of title tags: Patron clubs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify patron clubs templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:06:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:06:39 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-UHzsAiY0MB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33919 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 [Bug 33919] Improve translation of title tags: Patron clubs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:07:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:07:34 +0000 Subject: [Koha-bugs] [Bug 33920] New: Improve translation of title tags: Patrons Message-ID: <bug-33920-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920 Bug ID: 33920 Summary: Improve translation of title tags: Patrons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify patron module templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:07:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:07:34 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-14fCvMxBDe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33920 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920 [Bug 33920] Improve translation of title tags: Patrons -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:08:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:08:56 +0000 Subject: [Koha-bugs] [Bug 33921] New: Improve translation of title tags: Plugins Message-ID: <bug-33921-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33921 Bug ID: 33921 Summary: Improve translation of title tags: Plugins Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify plugin templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:08:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:08:56 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-flfGflHprI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33921 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33921 [Bug 33921] Improve translation of title tags: Plugins -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:11:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:11:08 +0000 Subject: [Koha-bugs] [Bug 33922] New: Improve translation of title tags: Recalls Message-ID: <bug-33922-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33922 Bug ID: 33922 Summary: Improve translation of title tags: Recalls Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify recalls templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:11:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:11:08 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-RYzUUdFfnU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33922 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33922 [Bug 33922] Improve translation of title tags: Recalls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:13:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:13:41 +0000 Subject: [Koha-bugs] [Bug 33923] New: Improve translation of title tags: Reports Message-ID: <bug-33923-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923 Bug ID: 33923 Summary: Improve translation of title tags: Reports Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify reports templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:13:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:13:41 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-scfqTaRAhY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33923 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923 [Bug 33923] Improve translation of title tags: Reports -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:14:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:14:58 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33895-70-bhZJHw9VFD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- I notice that when OverDriveCirculation is off the #opac-user-overdrive tab-pane is still built. Which leads to this error: The aria-labelledby attribute must point to an element in the same document. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:15:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:15:03 +0000 Subject: [Koha-bugs] [Bug 33924] New: Improve translation of title tags: Rotating collections Message-ID: <bug-33924-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33924 Bug ID: 33924 Summary: Improve translation of title tags: Rotating collections Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify rotating collections templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:15:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:15:03 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-ob5hRHgONz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33924 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33924 [Bug 33924] Improve translation of title tags: Rotating collections -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:15:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:15:58 +0000 Subject: [Koha-bugs] [Bug 33925] New: Improve translation of title tags: Serials Message-ID: <bug-33925-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33925 Bug ID: 33925 Summary: Improve translation of title tags: Serials Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify serials templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:15:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:15:58 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-PCK2ylsuaa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33925 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33925 [Bug 33925] Improve translation of title tags: Serials -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:16:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:16:09 +0000 Subject: [Koha-bugs] [Bug 33926] New: Add ability to specify fields allowed in a response Message-ID: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 Bug ID: 33926 Summary: Add ability to specify fields allowed in a response Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org At this time, we can specify fields to hide in SIP response at the login level. >From a security perspective, it would be useful to also be able to specify which fields are allowed in a response. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:16:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:16:13 +0000 Subject: [Koha-bugs] [Bug 33926] Add ability to specify fields allowed in a response In-Reply-To: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33926-70-SI1C7AbR96@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:16:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:16:55 +0000 Subject: [Koha-bugs] [Bug 33927] New: Improve translation of title tags: Tools Message-ID: <bug-33927-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33927 Bug ID: 33927 Summary: Improve translation of title tags: Tools Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify tools templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:16:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:16:55 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-afxSyPIqX6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33927 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33927 [Bug 33927] Improve translation of title tags: Tools -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:17:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:17:52 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33895-70-f2WF06FAAM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152051 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152051&action=edit Bug 33895: (follow-up) Build overdrive tab-pane only if OverDriveCirculation is turned on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:18:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:18:59 +0000 Subject: [Koha-bugs] [Bug 33928] New: Improve translation of title tags: Various Message-ID: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Bug ID: 33928 Summary: Improve translation of title tags: Various Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 33906 This patch will modify various templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] - about.tt - auth.tt - errors/errorpage.tt - intranet-main.tt Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:18:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:18:59 +0000 Subject: [Koha-bugs] [Bug 33906] [OMNIBUS] Improve translation of title tags In-Reply-To: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33906-70-JDgMMmheSH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33928 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 [Bug 33928] Improve translation of title tags: Various -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:19:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:19:31 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33132-70-vf1zZLaZHa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147738|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:21:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:21:11 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33895-70-HgeWSQEWth@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 --- Comment #4 from Lucas Gass <lucas at bywatersolutions.com> --- Owen, if you agree with my follow-up I'll go ahead and add sign off here. If not, happy to obsolete it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:23:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:23:07 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33132-70-bjoLisPhzh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:23:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:23:10 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33132-70-tgqkk42pPd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152052 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152052&action=edit Bug 33132: [22.05.x] Add date_to_rfc3339 Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:24:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:24:01 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33132-70-Zgy9pWnawY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151969|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:24:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:24:25 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33132-70-hIrXelH4Rl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com Keywords| |rel_22_05_candidate -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:24:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:24:31 +0000 Subject: [Koha-bugs] [Bug 33132] Searching by DOB still broken in 22.05.x In-Reply-To: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33132-70-YcTNZUdQrp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:25:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:25:06 +0000 Subject: [Koha-bugs] [Bug 33926] Add ability to specify fields allowed in a response In-Reply-To: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33926-70-XLFgfo0xip@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:25:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:25:08 +0000 Subject: [Koha-bugs] [Bug 33926] Add ability to specify fields allowed in a response In-Reply-To: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33926-70-vkGKkh25ni@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152053 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152053&action=edit Bug 33926: Add ability to specify fields allowed in a response At this time, we can specify fields to hide in SIP response at the login level. >From a security perspective, it would be useful to also be able to specify which fields are allowed in a response. Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Message.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:27:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:27:14 +0000 Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags: Circulation, holds, and ILL In-Reply-To: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33913-70-JLXCBQXMwt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Improve translation of |Improve translation of |title tags: Catalog, holds, |title tags: Circulation, |and ILL |holds, and ILL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:30:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:30:46 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33899-70-2ttmmDYm0i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151999|0 |1 is obsolete| | --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152054 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152054&action=edit Bug 33899: Add the 23.11 release team This patch updates the teams.yaml to include the voted in 23.11 release team and also updates the release date of 22.11 to match the actual release. Test plan 1/ Check against https://wiki.koha-community.org/wiki/Release_Teams Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:31:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:31:40 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33899-70-356VQMxkPP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:32:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:32:42 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: <bug-33893-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33893-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33893-70-OYrCwiUGE8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:43:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:43:48 +0000 Subject: [Koha-bugs] [Bug 29063] [DOCS] Manual: Translation issue with repeated strings in system preferences In-Reply-To: <bug-29063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29063-70-tjnzFzzJWa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29063 --- Comment #10 from Aude Charillon <aude.charillon at ptfs-europe.com> --- If we aren't able to get some dev opinions on your options 2 and 3 in the next few months, Caroline, I'd say let's go for option 1! But I'm also hopeful we can ask some questions to friendly devs, at least to get an idea of what would be feasible :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:50:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:50:53 +0000 Subject: [Koha-bugs] [Bug 33722] Cannot see existing public lists from virtualshelves/addbybiblionumber.pl In-Reply-To: <bug-33722-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33722-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33722-70-VmhlDhku6g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33722 --- Comment #12 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #10) > - [% IF private_shelves_shared_with_me.count %] > - <optgroup label="Private lists shared with me"> > - [% FOREACH private_shelf IN > private_shelves_shared_with_me %] > - <option value="[% private_shelf.shelfnumber | > html %]">[% private_shelf.shelfname | html %]</option> > - [% END %] > - </optgroup> > - [% END %] > > We loose the separate display of shared lists. We still have in OPAC. > I think we should keep that distinction. Pardon my ignorance here. I don't understand how a private list can be shared with someone else. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:53:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:53:07 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-hXe9k5U5Nc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hinemoea.viault at inlibro.com --- Comment #3 from Hinemoea Viault <hinemoea.viault at inlibro.com> --- Created attachment 152055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152055&action=edit Add item type option to batch extend due date tool This patch add an option to change due date by item type from the batch extend due date tool. Test plan: 1. Checkout multiple items for any patron 1.1. Checkout items for different types 2. Go to : More > Tools > Batch extends due date 2.1. There is no item type box 3. Apply the patch 4. Repeat step 2 5. Choose a previously check-outed item type 6. Choose the dates that correspond with your checkouts 7. Click on "Continue" 8. There is the list of items whose types has been specified. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:54:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:54:56 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-9dUqCYOfcB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Hinemoea Viault <hinemoea.viault at inlibro.com> 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. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:56:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:56:06 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-56EKw0uFb8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:56:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:56:08 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-sgggYtF734@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152010|0 |1 is obsolete| | Attachment #152011|0 |1 is obsolete| | Attachment #152012|0 |1 is obsolete| | Attachment #152013|0 |1 is obsolete| | --- Comment #24 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152056 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152056&action=edit Bug 21983: DB update This patch: - Adds a illrequests.deleted_biblio_id column - Adjusts existing db_rev so people upgrading have the biblio_id value moved to the also created column, before attempting to add the FK constraint on the biblios table. - Adds a new db_rev for those who unfortunately already updated, it should be idempotent. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 18:59:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 16:59:57 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-tcGuTBa6Qh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152056|0 |1 is obsolete| | --- Comment #25 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152057 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152057&action=edit Bug 21983: DB update This patch: - Adds a illrequests.deleted_biblio_id column - Adjusts existing db_rev so people upgrading have the biblio_id value moved to the also created column, before attempting to add the FK constraint on the biblios table. - Adds a new db_rev for those who unfortunately already updated, it should be idempotent. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 19:00:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 17:00:04 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-7qebSHRv9j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #26 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152058 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152058&action=edit Bug 21983: DBIC schema [DO NOT PUSH] Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 19:00:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 17:00:07 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-cKTpFNPWEX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #27 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152059 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152059&action=edit Bug 21983: Add Koha::Biblio->ill_requests This patch adds a new method, used for retrieving the linked ill requests for a biblio. To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass! Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 19:00:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 17:00:09 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-boAKCRMaEa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #28 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152060 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152060&action=edit Bug 21983: Make DelBiblio update linked ILL requests This patch makes DelBiblio update the biblio linked ILL requests so the value in biblio_id is moved to the deleted_biblio_id. The change is covered by tests. To test: 1. Apply this patchset 2. Run: $ ktd --shell k$ updatedatabase k$ qa --run-tests => SUCCESS: Tests pass! All green/good 3. Sign off :-D Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 19:43:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 17:43:37 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29522-70-sRT8w1vbKx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 --- Comment #2 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152061 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152061&action=edit Bug 29522 - Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match To test: Set system preferences AutoCreateAuthorities = don't generate RequireChoosingExistingAuthority = don't require AutoLinkBiblios = Do CatalogModuleRelink = Do LinkerKeepStale = Don't LinkerModule = first match LinkerRelink = Do 1. Create an authority record 1.1. Go to Authorities 1.2. Click on "New authority" and choose an authority type (I chose Corporate name)* 1.3. Fill in the mandatory fields (000, 003, 005, 008, 040) 1.4. In tab 1, click on the label of the main heading (110 for Corporate name) 1.5. Fill in subfield 1.6. Copy content of subfield 1.7. Click on "Save" 1.8. Note the authority record number 2. Duplicate the authority record 2.1. Click on "Edit" and choose "Edit as new (duplicate)" 2.2. Click on "Save" 2.3. Click on "No: Save as new authority" 2.4. Note the authority record number (should be the number from step 1.8 +1) 3. Link one of the authority records to a bibliographic record 3.1 In another tab, do a catalog search 3.2. Click on "Edit record" under one of the search results 3.3. Go to the relevant tab (for corporate name, I used field 710 in tab 7) 3.3.a. If there are no empty fields for that tag, click the "Repeat this tag" button (two rectangles) 3.4. Paste the text previously copied in subfield 3.5. Click on "Link authorities automatically" at the top of the page 3.6. Note the authority record number in subfield --> The linked authority record should be the first authority record (step 1.8) 3.7. Click on "Save" 4. Merge the two authority records, keep the one that is not linked to the bibliographic record 4.1. Go back to the tab with the authorities 4.1. Go to Authorities 4.2. Search for the aurhorities previous created 4.2. Click on "Actions" and choose "Merge" for both records 4.3. Select the record number that is NOT linked to the bibliographic record 4.4. Click on "Next" 4.5. Click on "Merge" 5. Check the bibliographic record 5.1. Go back to the tab with the bibliographic record and refresh the page (Ctrl+F5) 5.2. Hover the mouse cursor over the name or term, without clicking 5.3. Note the record number that appears at the bottom of the screen --> The record number was not changed 6. Apply the patch 6.1. Run prove t/AuthoritiesMarc_MARC21.t 6.2. Repeat Previous steps 1, 2, 3, 4, 5 --> The record number is change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 19:43:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 17:43:40 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29522-70-POykyDcsTA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 --- Comment #3 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152062 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152062&action=edit Bug 29522 - Adding unit Test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:11:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:11:14 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29522-70-hnqp1QFA04@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin at inlibro.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:25:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:25:42 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-wBXPTbJSc9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #29 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152063 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152063&action=edit Bug 21983: (QA follow-up) Skip deleted_biblio_id from the API object Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:26:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:26:55 +0000 Subject: [Koha-bugs] [Bug 33929] New: Cannot export genre/form authority framework Message-ID: <bug-33929-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33929 Bug ID: 33929 Summary: Cannot export genre/form authority framework Change sponsored?: --- Product: Koha Version: 22.11 Hardware: PC OS: Windows Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: alejojanin at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Created attachment 152064 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152064&action=edit Console error screenshot Hi, There is an error when clicking the "Export" button of the genre/form authority framework (it also happens with the "Import" button). I'm attaching a screenshot with the web console message. I'm using version 22.11.06 Thanks, Alejo -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:27:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:27:27 +0000 Subject: [Koha-bugs] [Bug 33907] Improve translation of title tags: OPAC In-Reply-To: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33907-70-IcZhSYW04o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:27:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:27:30 +0000 Subject: [Koha-bugs] [Bug 33907] Improve translation of title tags: OPAC In-Reply-To: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33907-70-LGiQiUsAKy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152065 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152065&action=edit Bug 33913: Improve translation of title tags: Circulation, holds, and ILL This patch updates circulation, holds, and ILL templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Circulation -> Article requests - Catalog -> Bibliographic record -> Items -> View item's checkout history - Circulation -> Overdues with fines - Circulation -> Transfers - Circulation -> Checkout notes - Circulation -> Circulation home - Circulation -> Check out - Circulation -> Batch checkouts - Circulation -> Curbside pickups - Circulation -> On-site checkouts - Circulation -> Overdues - Circulation -> Holds to pull - Circulation -> Checkout to patron -> Print slip - Circulation -> Renew - Catalog -> Bibliographic record -> Request article - Circulation -> Hold ratios - Circulation -> Check in - Circulation -> Set library - Circulation -> Transfers to receive - Circulation -> Transfers to send - Circulation -> Holds queue - Circulation -> Holds awaiting pickup - ILL requests - Catalog -> Bibliographic record -> Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:31:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:31:26 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-cxNIvQ9g35@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:31:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:31:28 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-XsJxZ6eqGZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #30 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:39:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:39:56 +0000 Subject: [Koha-bugs] [Bug 32464] Koha::Item->as_marc_field obsolete option mss In-Reply-To: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32464-70-807ZWCuviD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:39:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:39:58 +0000 Subject: [Koha-bugs] [Bug 32464] Koha::Item->as_marc_field obsolete option mss In-Reply-To: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32464-70-ciyKPR1whQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464 --- Comment #19 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:40:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:40:00 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33892-70-Y3TpftBiyf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 20:40:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 18:40:02 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33892-70-bKfLjrMQgt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:15:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:15:07 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-QDkCCAEGxi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Templates Group|Koha security | Product|Koha security |Koha QA Contact| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:16:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:16:58 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-OZUbRQvEzO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151544|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:17:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:17:00 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-ire7geAOBU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151545|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:17:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:17:23 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-2F3mHXx5wc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 --- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152066 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152066&action=edit Bug 33343: Make use of the 'autocomplete=off' attribute on password fields This patch adds 'autocomplete=off' to all password type fields in the OPAC To test: 1. Apply the patch 2. Visit http://master/cgi-bin/koha/opac-main.pl 3. Inspect the page --> Confirm html shows autocomplete off on the password field 4. Click on Log in (without filling any field) 5. Repeat step 3 --> Confirm html shows autocomplete off on the password field 6. Set 'PatronSelfRegistration' system preference to 'Allow' and PatronSelfRegistrationDefaultCategory to 'Board' 7. Visit http://master/cgi-bin/koha/opac-memberentry.pl 9. Repeat step 3 --> Confirm html shows autocomplete off on the password field 10. Connect to the OPAC 11. Click on Change password 11. Repeat step 3 --> Confirm html shows autocomplete off on the password field 12. Set 'EnableExpiredPasswordReset' system preference to 'Enable' 13. Visit http://master/cgi-bin/koha/opac-reset-password.pl 14. Repeat step 3 --> Confirm html shows autocomplete off on the password field Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:17:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:17:27 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-e5a4Qz8Aq5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 --- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152067 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152067&action=edit Bug 33343: Catch more cases and correctly use new-password hint I believe where we're allowing a user to set a new password instead of using autocomplete="off" we should be hinting to the brownser that it's a new password box with autocompelte="new-password". I also correct a couple of missing instances.. Honestly, I'm not sure how much this helps these days as most browsers offer to save passwords regardless. See: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:20:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:20:34 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-TGi3K5TzH8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:20:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:20:36 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-3FqCV2ytnP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 --- Comment #24 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:20:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:20:38 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-LYIBPLNxEG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:20:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:20:40 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-1BkTEBx9Im@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #41 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:20:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:20:42 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-hcPFK4T1jV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:20:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:20:45 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-5nThTyuFmW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:24:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:24:37 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: <bug-11999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-11999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-11999-70-IIBct8OooJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 --- Comment #137 from Fridolin Somers <fridolin.somers at biblibre.com> --- FYI here is our patch for 22.11 https://git.biblibre.com/biblibre/kohac/commit/2fd63a2a5916e3e19ba9b0aad90caca0225a1212 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:32:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:32:29 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-QSEgzn5Trk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151797|0 |1 is obsolete| | --- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152068 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152068&action=edit Bug 33169: Build breadcrumbs and left-hand side menu from routes definition Signed-off-by: Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:34:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:34:31 +0000 Subject: [Koha-bugs] [Bug 33930] New: Single record can have too many items for performance Message-ID: <bug-33930-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33930 Bug ID: 33930 Summary: Single record can have too many items for performance Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: lisette.scheer at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl If a library has a lot of items (1000+) on a single record, such as all of National Geographic on the same record, it will cause slowdowns in the system. Specifically can make (at least) the following things difficult: -searching -loading records -holds Having a limit would be helpful. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 21:36:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 19:36:54 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-GpeDWsEuwB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #18 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Not changing the status as I aint no Vue expert. But I tested things work and no warnings/errors in the console. The only thing I don't like but is not this patch responsibility, is the fact we display 'Show Thing' in the breadcrumb... I think we should be more consistent (we are not 100% consistent on this, I know but...). Right now we display Home > E-resource management > Licenses > Show license it should be: Home > E-resource management > Licenses > A licence name like we have in other places e.g Home > Tools > Patron lists > A list name I mention this in case it fits this change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 22:08:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 20:08:07 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-laR9tirimZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 22:08:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 20:08:09 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-MepREdbOrN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151893|0 |1 is obsolete| | --- Comment #5 from David Nind <david at davidnind.com> --- Created attachment 152069 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152069&action=edit Bug 33798: Add colons after the labels on the edit form Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 22:08:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 20:08:12 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-yNChP3Fmbe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151894|0 |1 is obsolete| | --- Comment #6 from David Nind <david at davidnind.com> --- Created attachment 152070 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152070&action=edit Bug 33798: Improve consistency of the vendor display view It was not consistent: indentation, bold, etc. This patch is suggesting a new style using .page-section and .rows Is it what we want? Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 22:13:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 20:13:47 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-58RwCdIUjZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes display errors release notes| |and improves the | |consistency of the vendor | |page and edit forms in | |acquisitions. Includes | |adding colons to field | |labels when adding an | |interface, making field | |labels all bold, and | |addressing some | |accessibility issues. --- Comment #7 from David Nind <david at davidnind.com> --- Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 22:16:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 20:16:44 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-XTX4o5wKWe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds an release notes| |aria-label to the Lists | |button in the OPAC | |masthead. It is currently | |not descriptive enough and | |doesn't identify what is | |displayed when clicking the | |button. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 6 23:56:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 21:56:20 +0000 Subject: [Koha-bugs] [Bug 9602] Allow/disallow self check out based on item type In-Reply-To: <bug-9602-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-9602-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-9602-70-QhWEteKdru@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9602 Lisette Scheer <lisette.scheer at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette.scheer at bywatersolut | |ions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 00:46:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 22:46:34 +0000 Subject: [Koha-bugs] [Bug 33931] New: Date Acquired automatically saved as today's date when left blank when adding a new item Message-ID: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 Bug ID: 33931 Summary: Date Acquired automatically saved as today's date when left blank when adding a new item Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: lisette.scheer at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl After 29963 if the date accessioned is left blank, it should save with no date (say for ordered items that haven't arrived) but is instead saving with today's date. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 00:51:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 22:51:20 +0000 Subject: [Koha-bugs] [Bug 33932] New: Why multiple statuses Message-ID: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 Bug ID: 33932 Summary: Why multiple statuses Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Is there a reason we need to have multiple status fields? I'm wondering why we don't consolidate the statuses to a single field that you can set multiple statuses on. Is it because each status has a timestamp? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 00:51:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 22:51:38 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-Lcw1MRkUTn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 Christopher Brannon <cbrannon at cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 00:52:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 22:52:15 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-U0JliI8vfQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 Christopher Brannon <cbrannon at cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Why multiple statuses |Why multiple statuses on | |item record -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 01:10:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 23:10:45 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-hoYGo1b0lP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #36 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #35) > We could maybe require the module only if there are rows in > vendor_edi_accounts? Sounds reasonable to me -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 01:14:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 23:14:30 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-L3YIkE1qQP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Could you provide a screenshot of what you mean? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 01:33:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jun 2023 23:33:34 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29522-70-8INtNOBqhK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 02:21:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 00:21:42 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33905-70-U8hAwo6jLr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook <dcook at prosentient.com.au> --- We have a lot of patrons whose userid and cardnumber are the same, so I'd want to preserve that. But it does make sense to prevent a userid/cardnumber that belongs to the cardnumber/userid of another borrower... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 02:22:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 00:22:51 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-EOL6xNeVeL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook <dcook at prosentient.com.au> --- If someone else signs this one off, I'll QA it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:09:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:09:08 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-P80Jy8JniC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Just bumped into this one. Fun times 🤣 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:12:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:12:25 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-PJXw260BjI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- Couldn't recall if we just update the XML or also the XSLT, so I'll do two separate patches. This is how I generated the XSLT though: xsltproc ./etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml > ./etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:13:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:13:16 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-RFIDeNfJvn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch fixes the release notes| |date-entered-on-file index | |so that it correctly uses | |all 6 characters instead of | |the 5 character it has used | |the last 11 years. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:27:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:27:09 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-LyOLTgbUCH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- Test plan: Before applying patch... 1. yaz-client unix:/var/run/koha/kohadev/bibliosocket 2. base biblios 3. querytype ccl2rpn 4. set_cclfile /etc/koha/zebradb/ccl.properties 5. find date-entered-on-file,st-numeric < 23000 6. format xml 7. elements zebra::snippet 8. show 1 9. Note that only 5 digits appear in the "date-entered-on-file" snippet (e.g. 12082) -- Apply the patch 0a. cp etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl 0b. koha-rebuild-zebra -b -f -v kohadev 1. yaz-client unix:/var/run/koha/kohadev/bibliosocket 2. base biblios 3. querytype ccl2rpn 4. set_cclfile /etc/koha/zebradb/ccl.properties 5. find date-entered-on-file,st-numeric < 230000 6. format xml 7. elements zebra::snippet 8. show 1 9. Note that 6 digits appear in the "date-entered-on-file" snippet (e.g. 120829) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:27:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:27:35 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-kerX5H2EcH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:27:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:27:38 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-uK6pGHrFwV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- Created attachment 152071 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152071&action=edit Bug 24517: Add missing 6th position to date-entered-on-file index -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:27:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:27:41 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-taMDwTseCT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- Created attachment 152072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152072&action=edit Bug 24517: Add missing 6th position to date-entered-on-file index (XSLT) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:30:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:30:54 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-BwapVbbr9X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 05:31:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 03:31:10 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-IgfuHxdvxf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch fixes the |This patch fixes the release notes|date-entered-on-file index |date-entered-on-file index |so that it correctly uses |so that it correctly uses |all 6 characters instead of |all 6 characters instead of |the 5 character it has used |the 5 character it has used |the last 11 years. |the last 11 years. | | | |Note: | |For this patch to have | |effect, Zebra must be | |re-indexed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 06:23:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 04:23:49 +0000 Subject: [Koha-bugs] [Bug 32611] Not for loan items don't show the specific not for loan value in OPAC detail page In-Reply-To: <bug-32611-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32611-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32611-70-PKI2EDRcpX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #9 from David Cook <dcook at prosentient.com.au> --- Think this has introduced a different regression... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 06:26:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 04:26:20 +0000 Subject: [Koha-bugs] [Bug 33933] New: Use restrictions appear twice for items on OPAC Message-ID: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 Bug ID: 33933 Summary: Use restrictions appear twice for items on OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org Bug 32611 fixed a problem with restricted_lib and notforloan_lib not being set correctly. However, it also introduced another span.restricted, when that information is already shown next to "Available". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 06:30:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 04:30:53 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-4VTCheV0oj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32611 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611 [Bug 32611] Not for loan items don't show the specific not for loan value in OPAC detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 06:30:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 04:30:53 +0000 Subject: [Koha-bugs] [Bug 32611] Not for loan items don't show the specific not for loan value in OPAC detail page In-Reply-To: <bug-32611-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32611-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32611-70-yGvqP39uHl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33933 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 [Bug 33933] Use restrictions appear twice for items on OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 07:33:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 05:33:30 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-gqNkhI7R2U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 07:33:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 05:33:33 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-afs73c10XJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152073 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152073&action=edit Bug 33933: Only show use restriction once on OPAC detail page This patch removes a regression from bug 32611 that caused the use restriction text to be shown twice for "Available" items. Test plan: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/cataloguing/additem.pl?biblionumber=29 2. Edit item and add "Restricted access" for "5 - Use restrictions" 3. Go to http://localhost:8080/cgi-bin/koha/opac-detail.pl?biblionumber=29 4. Note that "Status" says "Available (Restricted access)" and there is no duplicate "Restricted access" at the top of that table cell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 07:33:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 05:33:41 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-Tuda3NI5Ls@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 08:44:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 06:44:52 +0000 Subject: [Koha-bugs] [Bug 33722] Cannot see existing public lists from virtualshelves/addbybiblionumber.pl In-Reply-To: <bug-33722-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33722-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33722-70-eL6Xy6GLLG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33722 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Lucas Gass from comment #12) > (In reply to Marcel de Rooy from comment #10) > > - [% IF private_shelves_shared_with_me.count %] > > - <optgroup label="Private lists shared with me"> > > - [% FOREACH private_shelf IN > > private_shelves_shared_with_me %] > > - <option value="[% private_shelf.shelfnumber | > > html %]">[% private_shelf.shelfname | html %]</option> > > - [% END %] > > - </optgroup> > > - [% END %] > > > > We loose the separate display of shared lists. We still have in OPAC. > > I think we should keep that distinction. > > Pardon my ignorance here. I don't understand how a private list can be > shared with someone else. There is a feature to share lists with each other, so you can edit them together even. It's only in the OPAC and requires OpacAllowSharingPrivateLists. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:14:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:14:46 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-TFB1QFvUMu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- It looks correct but I am not confident in signing it off. The code is confusing! How did we miss that on bug 32611? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:21:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:21:07 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-y2M6fTAFkX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #50 from David Cook <dcook at prosentient.com.au> --- Trying to remember why we needed this since in theory Plack::Middleware::ReverseProxy should've handled this... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:23:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:23:01 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-jEgpkB6Wyi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #51 from David Cook <dcook at prosentient.com.au> --- Also wondering how we could update REMOTE_USER so that it appears in plack.log... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:27:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:27:56 +0000 Subject: [Koha-bugs] [Bug 33934] New: 'No encryption_key in koha-conf.xml' needs more detail Message-ID: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Bug ID: 33934 Summary: 'No encryption_key in koha-conf.xml' needs more detail Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org If encryption_key is not set in $KOHA_CONF we are raising an exception. This key was only needed for a couple of feature, but now we are using Koha::Encryption from the update DB process, and so the upgrade fails with no more info than 'No encryption_key in koha-conf.xml'. We need to provide more detail in this error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:28:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:28:01 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-ynzr5s7KF0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28998 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28998 [Bug 28998] Encrypt borrowers.secret -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:28:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:28:01 +0000 Subject: [Koha-bugs] [Bug 28998] Encrypt borrowers.secret In-Reply-To: <bug-28998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28998-70-gw6U2yoSdW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28998 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33934 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:28:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:28:39 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-pzL4ncY4M7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30649 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:28:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:28:39 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-ayGwMMlALp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33934 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:30:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:30:10 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-3tL9Sxbi3E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- https://lists.katipo.co.nz/pipermail/koha/2023-June/059566.html https://lists.katipo.co.nz/pipermail/koha/2023-June/059581.html Additionally the following answer can be very confusing: """ I added the lines: <!-- Encryption key for crypted password or sensitive data --> <encryption_key>__ENCRYPTION_KEY__</encryption_key> The update went through without a problem. """ https://lists.katipo.co.nz/pipermail/koha/2023-June/059582.html We must reject "__ENCRYPTION_KEY__", just in case... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:33:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:33:38 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-6GQIwd2B0e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:33:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:33:41 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-MZiohvIj8d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152074 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152074&action=edit Bug 33934: Add more detail to 'No encryption_key in koha-conf.xml' If encryption_key is not set in $KOHA_CONF we are raising an exception. This key was only needed for a couple of feature, but now we are using Koha::Encryption from the update DB process, and so the upgrade fails with no more info than 'No encryption_key in koha-conf.xml'. We need to provide more detail in this error. Additionally we reject "__ENCRYPTION_KEY__", in case people will simple copy/paste that Test plan: Apply the patch Edit $KOHA_CONf, remove the encryption_key entry (or blank) restart_all Go to the about page and enable 2FA => warning on the about page, and 500 server-side are displaying more info about how to generate the missing entry Edit $KOHA_CONF and set the value to __ENCRYPTION_KEY__ restart_all => Same messages Edit $KOHA_CONF and set a correct value restart_all => No error, everything is working correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:37:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:37:46 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-6ToBtu613B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #19 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Tomás Cohen Arazi from comment #18) > Not changing the status as I aint no Vue expert. But I tested things work > and no warnings/errors in the console. > > The only thing I don't like but is not this patch responsibility, is the > fact we display 'Show Thing' in the breadcrumb... I think we should be more > consistent (we are not 100% consistent on this, I know but...). > > Right now we display > > Home > E-resource management > Licenses > Show license > > it should be: > > Home > E-resource management > Licenses > A licence name > > like we have in other places e.g > > Home > Tools > Patron lists > A list name > > I mention this in case it fits this change. It is something I didn't manage to do with the current code (I thought there was actually a FIXME in the code but there is none). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:46:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:46:43 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-8wKP7YbyOW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #42 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I think we need a test to prevent regressions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 09:49:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 07:49:15 +0000 Subject: [Koha-bugs] [Bug 32671] basic_workflow.t is failing randomly In-Reply-To: <bug-32671-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32671-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32671-70-tfrMF0Juqj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32671 --- Comment #5 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Koha_Master/2544 koha_1 | CP add items = 14.97 koha_1 | CP checkout = 8.63 koha_1 | CP checkin = 7.90 koha_1 | koha_1 | # Failed test at t/db_dependent/selenium/basic_workflow.t line 279. koha_1 | # got: '1' koha_1 | # expected: '2' koha_1 | CP holds = 15.34 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:00:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:00:51 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-RrW5EBzP58@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:00:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:00:53 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-taLyGUkvyu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152074|0 |1 is obsolete| | --- Comment #3 from David Nind <david at davidnind.com> --- Created attachment 152075 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152075&action=edit Bug 33934: Add more detail to 'No encryption_key in koha-conf.xml' If encryption_key is not set in $KOHA_CONF we are raising an exception. This key was only needed for a couple of feature, but now we are using Koha::Encryption from the update DB process, and so the upgrade fails with no more info than 'No encryption_key in koha-conf.xml'. We need to provide more detail in this error. Additionally we reject "__ENCRYPTION_KEY__", in case people will simple copy/paste that Test plan: Apply the patch Edit $KOHA_CONf, remove the encryption_key entry (or blank) restart_all Go to the about page and enable 2FA => warning on the about page, and 500 server-side are displaying more info about how to generate the missing entry Edit $KOHA_CONF and set the value to __ENCRYPTION_KEY__ restart_all => Same messages Edit $KOHA_CONF and set a correct value restart_all => No error, everything is working correctly Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:02:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:02:00 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-1fhyeSDI0D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Talking about damaged, withdrawn, lost? Yes, there is one date field per status, and we also want a MARC mapping (so it has to be a DB column). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:02:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:02:37 +0000 Subject: [Koha-bugs] [Bug 33931] Date Acquired automatically saved as today's date when left blank when adding a new item In-Reply-To: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33931-70-nwNz2znCFi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29963 CC| |jonathan.druart+koha at gmail. | |com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963 [Bug 29963] Date accessioned plugin should not automatically fill today's date on cataloguing screens -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:02:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:02:37 +0000 Subject: [Koha-bugs] [Bug 29963] Date accessioned plugin should not automatically fill today's date on cataloguing screens In-Reply-To: <bug-29963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29963-70-42JKDZWuno@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33931 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 [Bug 33931] Date Acquired automatically saved as today's date when left blank when adding a new item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:05:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:05:14 +0000 Subject: [Koha-bugs] [Bug 33931] Date Acquired automatically saved as today's date when left blank when adding a new item In-Reply-To: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33931-70-OeXsdOIGBN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30931 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Duplicate of bug 30931? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:05:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:05:14 +0000 Subject: [Koha-bugs] [Bug 30931] Handling of items.dateaccessioned in the item editor In-Reply-To: <bug-30931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30931-70-hdj1qNTb4x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30931 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33931 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:09:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:09:43 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33905-70-rp8Ruaobxq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Can you remind me the good reason behind the 2 login fields? :) If you want to use cardnumber to login why not set userid=cardnumber and always use userid as login? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:17:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:17:18 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-7MRzQ8FqSW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This fixes an issue that release notes| |can cause upgrades to Koha | |23.05 to fail with an error | |message that includes 'No | |encryption_key in | |koha-conf.xml'. It also | |requires the configuration | |entry in the instance | |koha-conf.xml to be | |something other than | |__ENCRYPTION_KEY__, for | |example: | |<encryption_key>mY$ecret%ey | |</encryption_key>. (It is | |recommended that the key is | |generated using pwgen 32) --- Comment #4 from David Nind <david at davidnind.com> --- Testing notes (using KTD): 1. After removing the <encryption_key> entry in /etc/koha/sites/kohadev/koha-conf.xml and restarting, there is: - a warning in About Koha > System information about the encryption key missing - after enabling the TwoFactorAuthentication system preference, got to 'Manage two-factor authentication' for the koha user - you should get an error message pop up when trying to set up 2FA 2. If you try to add <encryption_key>__ENCRYPTION_KEY__</encryption_key> you will also get the warning and error message. 3. Changing __ENCRYPTION_KEY__ to something else will remove the warning and let you set up 2FA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:28:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:28:17 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-74PI39fQy8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152075|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152076 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152076&action=edit Bug 33934: Add more detail to 'No encryption_key in koha-conf.xml' If encryption_key is not set in $KOHA_CONF we are raising an exception. This key was only needed for a couple of feature, but now we are using Koha::Encryption from the update DB process, and so the upgrade fails with no more info than 'No encryption_key in koha-conf.xml'. We need to provide more detail in this error. Additionally we reject "__ENCRYPTION_KEY__", in case people will simple copy/paste that Test plan: Apply the patch Edit $KOHA_CONf, remove the encryption_key entry (or blank) restart_all Go to the about page and enable 2FA => warning on the about page, and 500 server-side are displaying more info about how to generate the missing entry Edit $KOHA_CONF and set the value to __ENCRYPTION_KEY__ restart_all => Same messages Edit $KOHA_CONF and set a correct value restart_all => No error, everything is working correctly Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:29:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:29:20 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-M9N7PpqTV6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- All working as described. Did we work out a better way to accomplish the DB update that was causing issues? Anyway, this can go PQA as is.. scripts happy, works clearly. Passing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:29:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:29:25 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-UbEGzSHwj3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:33:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:33:28 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-ETaA6Hh0kz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com Version|22.05 |unspecified Status|NEW |Needs Signoff Severity|normal |critical CC| |jonathan.druart+koha at gmail. | |com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:35:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:35:29 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-8ROnJdJBq3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152077 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152077&action=edit Bug 33888: (bug 22375 follow-up) Add missing USE KohaDates Bug 22375 added use of KohaDates without the USE statement. Test plan: Make sure you have overdues and go to circ/branchoverdues.pl Without this patch you get a 500 Template process failed: undef error - : filter not found at /kohadevbox/koha/C4/Templates.pm line 127 With this patch applied you can see the overdue list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:37:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:37:13 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-9NK8nHx1Wp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- No other occurrences apparently, the following command return only include files grep -l '$KohaDates' **/*.tt **/*.inc | xargs grep -L 'USE KohaDates' Ideally we should have the USE statement in include files as well, and add a test to catch those problems for KohaDates, raw, Price, etc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:52:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:52:51 +0000 Subject: [Koha-bugs] [Bug 33856] Inventory tool CSV export contains untranslatable strings In-Reply-To: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33856-70-WRXP1gdB58@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33856 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:52:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:52:54 +0000 Subject: [Koha-bugs] [Bug 33856] Inventory tool CSV export contains untranslatable strings In-Reply-To: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33856-70-R5aOtKEpKf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33856 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152078&action=edit Bug 33856: Make inventory problems translatable We should make the inventory 'problem' column translatable. Test plan: Update po, translate the new strings, install the language, use it for the UI and confirm that the CSV generated has 'problem' column translated gulp po:update --lang LANG vim misc/translator/po/LANG-messages-js.po cd misc/translator; perl translate install LANG -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:53:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:53:00 +0000 Subject: [Koha-bugs] [Bug 33856] Inventory tool CSV export contains untranslatable strings In-Reply-To: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33856-70-VVIhIbDXGK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33856 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com CC| |jonathan.druart+koha at gmail. | |com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:57:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:57:59 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-NXVDdI8sXM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152079&action=edit Bug 33858: Format dates in offline circ -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 10:58:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 08:58:13 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-9p2XwKtaFZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Should be as simple as that, but I have not tested the patch. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:04:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:04:24 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-E3wlJr8793@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com Depends on|33293 |8179 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 [Bug 8179] Receiving multiple order lines at once https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293 [Bug 33293] Use template wrapper for tabs: Holds -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:04:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:04:24 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8179-70-v0TxBYm5tY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33885 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:04:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:04:24 +0000 Subject: [Koha-bugs] [Bug 33293] Use template wrapper for tabs: Holds In-Reply-To: <bug-33293-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33293-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33293-70-dxXaBDrG3X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|33885 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:04:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:04:32 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-Cqqa3gMHKG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com Severity|major |critical -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:08:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:08:29 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-zpzpgZxuEs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:08:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:08:31 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-lembKmsDLw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152080&action=edit Bug 33885: Make Koha::Acq::Order->creator return undef if no creator If the account of the creator of an order has been deleted we should return undef here, instead of crashing with GET /api/v1/acquisitions/orders: unhandled exception (Mojo::Exception)<<DBIC result _type isn't of the _type Borrower at /kohadevbox/koha/Koha/Objects.pm line 445. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:08:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:08:34 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-bibsoC4TwH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152081&action=edit Bug 33885: Prevent JS crash if creator does no longer exist JS error in the console was Uncaught TypeError: row.creator is null -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:13:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:13:44 +0000 Subject: [Koha-bugs] [Bug 26403] Move debit and credit types to YAML files and fix other related translation issues In-Reply-To: <bug-26403-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26403-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26403-70-mcvAiWy65I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #35 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Nobody tried the installer process? There are issues reported on the mailing list. There are still occurrences of the sql files! % git grep account_credit_types.sql -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:18:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:18:10 +0000 Subject: [Koha-bugs] [Bug 33935] New: installer list deleted files which stops the process Message-ID: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Bug ID: 33935 Summary: installer list deleted files which stops the process Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: blocker Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com account_credit_types.sql and account_debit_types.sql have been moved to yml files but there are still references to them in C4::Installer. If you select the files during the installer process it will explode with Something went wrong loading file /usr/share/koha/intranet/cgi-bin/installer/data/mysql/mandatory/account_credit_types.sql (Couldn't read '/usr/share/koha/intranet/cgi-bin/installer/data/mysql/mandatory/account_credit_types.sql' : No such file or directory at /usr/share/perl5/DBIx/RunSQL.pm line 180. ) at /usr/share/koha/lib/C4/Installer.pm line 587. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:18:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:18:19 +0000 Subject: [Koha-bugs] [Bug 26403] Move debit and credit types to YAML files and fix other related translation issues In-Reply-To: <bug-26403-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26403-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26403-70-FTLpj572y3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403 --- Comment #36 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Jonathan Druart from comment #35) > Nobody tried the installer process? There are issues reported on the mailing > list. > > There are still occurrences of the sql files! > % git grep account_credit_types.sql See 33935. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:18:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:18:43 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-A0qTKDB4MD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26403 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403 [Bug 26403] Move debit and credit types to YAML files and fix other related translation issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:18:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:18:43 +0000 Subject: [Koha-bugs] [Bug 26403] Move debit and credit types to YAML files and fix other related translation issues In-Reply-To: <bug-26403-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26403-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26403-70-2hZtsECpfE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33935 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 [Bug 33935] installer list deleted files which stops the process -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:19:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:19:48 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-k1Vjgcm0AI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:19:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:19:50 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-aGQmf0UG5O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152082&action=edit Bug 33935: (bug 26403 follow-up) Remove occurrences to deleted files account_credit_types.sql and account_debit_types.sql have been moved to yml files but there are still references to them in C4::Installer. If you select the files during the installer process it will explode with Test plan: DROP database koha_kohadev CREATE database koha_kohadev restart_all then install Koha using the UI Select all the sample data files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:20:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:20:09 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-ET2FdK4YSe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:20:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:20:19 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-Mxztd76G2b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:20:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:20:25 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-RrGjdh6tFa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:20:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:20:31 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-USWWjceTQX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:20:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:20:39 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-ZUJEBSomDY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:20:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:20:47 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-d4DNZsBmMg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:21:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:21:45 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-W30B5Lhpkc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes an issue that |This fixes an issue that release notes|can cause upgrades to Koha |can cause upgrades to Koha |23.05 to fail with an error |23.05 to fail with an error |message that includes 'No |message that includes 'No |encryption_key in |encryption_key in |koha-conf.xml'. It also |koha-conf.xml'. It also |requires the configuration |requires the configuration |entry in the instance |entry in the instance |koha-conf.xml to be |koha-conf.xml to be |something other than |something other than |__ENCRYPTION_KEY__, for |__ENCRYPTION_KEY__. |example: |It is |<encryption_key>mY$ecret%ey |recommended that the key is |</encryption_key>. (It is |generated using pwgen 32 |recommended that the key is | |generated using pwgen 32) | --- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Removing the example from the release notes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:22:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:22:31 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-tbkCPrJBSn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 --- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Martin Renvoize from comment #6) > All working as described. Did we work out a better way to accomplish the DB > update that was causing issues? See bug 30649 comment 35. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:27:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:27:26 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-dXP1egGFAU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #34 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- We discussed as a team and agreed on pushing this. Thanks everyone! Pushed to 22.11.x for the next release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:32:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:32:55 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-e7ZpzGTtlK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:32:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:32:57 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-yn87Xdspiu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152083&action=edit Bug 33581: Disable sample holiday if libraries are not selected If libraries are not selected we should not try to insert holidays, or the installer will fail with a missing FK. This patch simply disable and uncheck the checkbox when libraries are not going to be inserted. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:33:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:33:12 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-yolZNR66P7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.11 |unspecified CC| |jonathan.druart+koha at gmail. | |com Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:38:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:38:40 +0000 Subject: [Koha-bugs] [Bug 33739] ModItemTransfer triggers indexing twice In-Reply-To: <bug-33739-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33739-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33739-70-5WDopPxVfa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33739 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #9 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Missing dependencies on 22.11.x, not pushing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:43:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:43:23 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33905-70-vL2zTGiVv5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Nick Clemens from comment #0) > Currently Koha allows a user to sign in with either their cardnumber or > userid > > Confusion can arise when a user has a username that is another users > cardnumber, and vice versa > > We should check uniqueness across both of these fields. We had definitely problems with that in the past and had solved it. Could this be a regression? For our libraries Joubu's solution would not work. We have all different cases: * Libraries where the self check reads the chip number that is long, complicated and unknown to the user. They user the userid for logging into the OPAC. * Libraries that don't use the userid at all, but only use the cardnumber Koha has always supported both - I think there is no step back from that. But uniqueness must be enforced. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:50:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:50:29 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-cFqmjBfUEU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com CC| |jonathan.druart+koha at gmail. | |com Status|NEW |ASSIGNED Depends on| |30718 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- This was wrong: -$enddate = eval { output_pref( { str => $enddate, dateonly => 1, dateformat => 'iso' } ); }; +$enddate = dt_from_string($enddate)->ymd; Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718 [Bug 30718] Use flatpickr's altInput option everywhere -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:50:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:50:29 +0000 Subject: [Koha-bugs] [Bug 30718] Use flatpickr's altInput option everywhere In-Reply-To: <bug-30718-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30718-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30718-70-USNGIUCSKf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33901 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 [Bug 33901] Only one issue shown in Test prediction pattern -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:52:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:52:34 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-Q80ksto1cN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:52:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:52:37 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-JUEaUssoZ1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152084&action=edit Bug 33901: (bug 30718 follow-up) Predition pattern - don't set end date to today If the end date is not set we should not set it to today. On bug 30718 the following change was wrong: -$enddate = eval { output_pref( { str => $enddate, dateonly => 1, dateformat => 'iso' } ); }; +$enddate = dt_from_string($enddate)->ymd; output_pref returns undef if str is empty After the change we returned today's date. Test plan: 1. Go to Serials > Manage numbering patterns 2. Click Edit next to one of the existing patterns (e.g. Number) 3. Enter information in the Test prediction pattern section - Frequency: choose one (e.g. 1/month) - First issue publication date: enter a date (e.g. 2023-06-01) - Subscription length: issues + enter a number of issues (e.g. 12) - Locale: leave empty - Begins with: enter a number in the X column, e.g. 42 4. Click Test pattern => Without this patch only one issue is shown, no matter how many you enter in Subscription length => With this patch applied the end date is not set to today and the prediction pattern list is correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:53:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:53:29 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-k7awnrDALD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 11:53:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 09:53:32 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-vEv4EHtzLl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152077|0 |1 is obsolete| | --- Comment #3 from David Nind <david at davidnind.com> --- Created attachment 152085 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152085&action=edit Bug 33888: (bug 22375 follow-up) Add missing USE KohaDates Bug 22375 added use of KohaDates without the USE statement. Test plan: Make sure you have overdues and go to circ/branchoverdues.pl Without this patch you get a 500 Template process failed: undef error - : filter not found at /kohadevbox/koha/C4/Templates.pm line 127 With this patch applied you can see the overdue list Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:00:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:00:44 +0000 Subject: [Koha-bugs] [Bug 29565] selenium/regressions.t can fail on slow boxes In-Reply-To: <bug-29565-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29565-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29565-70-MlEa43EA0o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565 --- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Koha_22.11_D11/188 11:21:22 koha_1 | Wide character in print at /usr/share/perl/5.32/Test2/Formatter/TAP.pm line 156. 11:21:22 koha_1 | Wide character in print at /usr/share/perl/5.32/Test2/Formatter/TAP.pm line 156. 11:21:22 koha_1 | # Looks like you planned 18 tests but ran 7. 11:21:22 koha_1 | 11:21:22 koha_1 | # Failed test 'Encoding in session variables' 11:21:22 koha_1 | # at t/db_dependent/selenium/regressions.t line 340. 11:21:22 koha_1 | Can't call method "get_text" on an undefined value at t/db_dependent/selenium/regressions.t line 325. 11:21:22 koha_1 | # Looks like your test exited with 11 just after 7. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:01:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:01:21 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-kmb5sfZRVa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This fixes the 'Circulation release notes| |> Overdues > Overdues with | |fines' listing so that it | |lists overdue items where | |there are fines, instead of | |generating an error. --- Comment #4 from David Nind <david at davidnind.com> --- Testing notes (using KTD): 1. To generate overdues with fines: . set finesMode system preference to 'Calculate and charge' . configure the Circulation and fine rules so that fines will be charged, I set: . Fine amount: 5 . Fine charging interval: 2 . checkout some items to a patron - set the due date in the past . run the misc/cronjobs/fines.pl script to calculate fines (I used fines.pl -v -m 10) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:03:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:03:40 +0000 Subject: [Koha-bugs] [Bug 33936] New: timezone Message-ID: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 Bug ID: 33936 Summary: timezone Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: Igor.A.Sychev at mail.ru QA Contact: testopia at bugs.koha-community.org If in koha-conf.xml set <timezone>Antarctica/South_Pole</timezone> and restart koha-common, then the error "Internal Server Error" comes out /cgi-bin/koha/about.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:03:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:03:53 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-FW374BXaKa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:03:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:03:56 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-aVb5Dy3KN8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150847|0 |1 is obsolete| | Attachment #150848|0 |1 is obsolete| | Attachment #150849|0 |1 is obsolete| | Attachment #150850|0 |1 is obsolete| | Attachment #150851|0 |1 is obsolete| | Attachment #150852|0 |1 is obsolete| | Attachment #150853|0 |1 is obsolete| | Attachment #150854|0 |1 is obsolete| | Attachment #150855|0 |1 is obsolete| | --- Comment #37 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152086 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152086&action=edit Bug 32894: Remove wrong caching from Koha:: methods - simple In some of our Koha:: objects we have methods that cache their result and return it in subsequent calls. However there is no invalidation of the cache if the object is modified. For instance, in Koha/ArticleRequest.pm sub biblio { my ($self) = @_; $self->{_biblio} ||= Koha::Biblios->find( $self->biblionumber() ); return $self->{_biblio}; } This pattern exists in several places. It can lead to confusion and incorrect results, such as: use Koha::ArticleRequests; my $ar = Koha::ArticleRequest->new({ borrowernumber => 42, biblionumber => 42, })->store; say $ar->biblio->biblionumber; # Display 42, correct $ar->set({ biblionumber => 24 })->store; say $ar->biblio->biblionumber; # Display 42, wrong $ar->discard_changes; say $ar->biblio->biblionumber; # Display 42, wrong $ar->delete; We should remove those caching and rely on DBIC/DBMS caching mechanism instead. This patch is adjusting the trivial occurrences Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:03:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:03:59 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-oIQ2diwc6N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #38 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152087 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152087&action=edit Bug 32894: Koha::Item->last_returned_by Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:02 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-ykgQXMyQTN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #39 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152088 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152088&action=edit Bug 32894: Koha::Biblio->biblioitem Can we do better here? Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:06 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-TOKzjs6ibW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #40 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152089 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152089&action=edit Bug 32894: Fix test Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:10 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-61dWmBof5k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #41 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152090&action=edit Bug 32894: Remove incorrect caching from bundle_items Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:15 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-MEW7D44ERg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #42 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152091&action=edit Bug 32894: (QA follow-up) Fix typo Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:19 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-rrLSs5Atvn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #43 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152092&action=edit Bug 32894: (follow-up) Koha::Item->last_returned_by Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:23 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-HMMRFGTvUL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #44 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152093&action=edit Bug 32894: Make ->sharee looks like others Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:04:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:04:27 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-lp1KGcudEi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #45 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152094&action=edit Bug 32894: (QA follow-up) Fix tests Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:11:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:11:56 +0000 Subject: [Koha-bugs] [Bug 33733] Move t/XSLT.t to db_dependent In-Reply-To: <bug-33733-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33733-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33733-70-bjWT5Hklvl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33733 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #12 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Does not apply in 22.11.x because bug 33567 was not pushed. Not pushing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:14:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:14:50 +0000 Subject: [Koha-bugs] [Bug 33937] New: Incorrect export in C4::Members Message-ID: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 Bug ID: 33937 Summary: Incorrect export in C4::Members Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 17600 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 [Bug 17600] Standardize the EXPORT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:14:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:14:50 +0000 Subject: [Koha-bugs] [Bug 17600] Standardize the EXPORT In-Reply-To: <bug-17600-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17600-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17600-70-CoDv2vl97i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33937 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 [Bug 33937] Incorrect export in C4::Members -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:00 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-4TNVZ10b8L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:02 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-q4Oy5phirL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152095&action=edit Bug 33937: Remove incorrect export in C4::Members Bug 17600 re-add those exports, but the module does no longer have the subroutines. We should remove these export. Test plan: git grep is your friend -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:33 +0000 Subject: [Koha-bugs] [Bug 32648] Search.t is failing if run after Filter_MARC_ViewPolicy.t In-Reply-To: <bug-32648-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32648-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32648-70-3uKCafdcvr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00,22.11.05 |23.05.00,22.11.07,22.11.05 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:35 +0000 Subject: [Koha-bugs] [Bug 32648] Search.t is failing if run after Filter_MARC_ViewPolicy.t In-Reply-To: <bug-32648-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32648-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32648-70-DmA3nbgd5C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648 --- Comment #18 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:36 +0000 Subject: [Koha-bugs] [Bug 33705] Tables have configure button even if they are not configurable In-Reply-To: <bug-33705-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33705-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33705-70-1Rkhx6gVIY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33705 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:38 +0000 Subject: [Koha-bugs] [Bug 33705] Tables have configure button even if they are not configurable In-Reply-To: <bug-33705-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33705-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33705-70-0UMqoXrGh1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33705 --- Comment #7 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:40 +0000 Subject: [Koha-bugs] [Bug 33707] News vs Quote of the day styling on staff interface main page In-Reply-To: <bug-33707-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33707-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33707-70-Wv5GhgPUKv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33707 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:42 +0000 Subject: [Koha-bugs] [Bug 33707] News vs Quote of the day styling on staff interface main page In-Reply-To: <bug-33707-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33707-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33707-70-hEgzXlIt8C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33707 --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:44 +0000 Subject: [Koha-bugs] [Bug 33718] _new_Zconn crashes on a bug in t::lib::Mocks::mock_config In-Reply-To: <bug-33718-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33718-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33718-70-HsmEwLaFZy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33718 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:46 +0000 Subject: [Koha-bugs] [Bug 33718] _new_Zconn crashes on a bug in t::lib::Mocks::mock_config In-Reply-To: <bug-33718-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33718-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33718-70-CIBFh2SiV3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33718 --- Comment #15 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:48 +0000 Subject: [Koha-bugs] [Bug 33719] Search.t: too much noise about ContentWarningField In-Reply-To: <bug-33719-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33719-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33719-70-UZzR7qb8T5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33719 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:16:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:16:50 +0000 Subject: [Koha-bugs] [Bug 33719] Search.t: too much noise about ContentWarningField In-Reply-To: <bug-33719-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33719-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33719-70-2Uo3rlmeYR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33719 --- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:18:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:18:52 +0000 Subject: [Koha-bugs] [Bug 32648] Search.t is failing if run after Filter_MARC_ViewPolicy.t In-Reply-To: <bug-32648-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32648-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32648-70-l68kUEJgcV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m Version(s)|23.05.00,22.11.07,22.11.05 |23.05.00,22.11.07 released in| | --- Comment #19 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Follow-up pushed to 22.11.07 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:38:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:38:14 +0000 Subject: [Koha-bugs] [Bug 32970] Allow export of batch item modification results in background jobs In-Reply-To: <bug-32970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32970-70-OJ2tARh7bF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32970 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #10 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Enhancement. Not pushing to 22.11.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:45:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:45:20 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-qHeLyy5jC7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #2 from David Nind <david at davidnind.com> --- I can't recreate the issue using KTD - nothing explodes after selecting all the sample data and clicking import. (How I reset the database in KTD https://gitlab.com/-/snippets/1893788#start-the-web-installer) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 12:54:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 10:54:43 +0000 Subject: [Koha-bugs] [Bug 32256] self-checkout batch mode In-Reply-To: <bug-32256-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32256-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32256-70-YDpFKxrgjE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Could you clarify what form the output of the RFID reader comes as.. a newline delimited list of barcodes, or a comma delimited list perhaps? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:09:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:09:26 +0000 Subject: [Koha-bugs] [Bug 19696] HoldsQueue.t is failing randomly In-Reply-To: <bug-19696-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19696-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19696-70-bqKq3dHMKm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19696 --- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Koha_22.11_D11/189 12:35:24 koha_1 | # Failed test 'Correct Hold was filled for the correct patron, item group 1, priority 1' 12:35:24 koha_1 | # at t/db_dependent/HoldsQueue.t line 1617. 12:35:24 koha_1 | # got: '160' 12:35:24 koha_1 | # expected: '157' 12:35:24 koha_1 | 12:35:24 koha_1 | # Failed test 'Correct Hold was filled for the correct patron, item group 1, priority 2' 12:35:24 koha_1 | # at t/db_dependent/HoldsQueue.t line 1620. 12:35:24 koha_1 | # got: '157' 12:35:24 koha_1 | # expected: '159' 12:35:24 koha_1 | 12:35:24 koha_1 | # Failed test 'Correct Hold was filled for the correct patron, no item group' 12:35:24 koha_1 | # at t/db_dependent/HoldsQueue.t line 1623. 12:35:24 koha_1 | # got: '159' 12:35:24 koha_1 | # expected: '160' 12:35:24 koha_1 | # Looks like you failed 3 tests of 4. 12:35:24 koha_1 | 12:35:24 koha_1 | # Failed test 'Test item group holds' 12:35:24 koha_1 | # at t/db_dependent/HoldsQueue.t line 1624. 12:35:24 koha_1 | # Looks like you failed 1 test of 59. 12:35:24 koha_1 | [10:34:18] t/db_dependent/HoldsQueue.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:15:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:15:31 +0000 Subject: [Koha-bugs] [Bug 31761] Toolbar clarity and consistency In-Reply-To: <bug-31761-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31761-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31761-70-f0l82Gokhv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31761 --- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- See also: https://wiki.koha-community.org/wiki/Style_Guide#Toolbars_.28DRAFT.29 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:20:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:20:34 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-HAh1bAVzQf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Indeed wrong description it actually does not explode, but there is the error in the plack-intranet-error.log file [WARN] Something went wrong loading file /kohadevbox/koha/installer/data/mysql/mandatory/account_credit_types.sql (Couldn't read '/kohadevbox/koha/installer/data/mysql/mandatory/account_credit_types.sql' : No such file or directory at /usr/share/perl5/DBIx/RunSQL.pm line 180. ) at /kohadevbox/koha/C4/Installer.pm line 588. [WARN] Something went wrong loading file /kohadevbox/koha/installer/data/mysql/mandatory/account_debit_types.sql (Couldn't read '/kohadevbox/koha/installer/data/mysql/mandatory/account_debit_types.sql' : No such file or directory at /usr/share/perl5/DBIx/RunSQL.pm line 180. ) at /kohadevbox/koha/C4/Installer.pm line 588. lowering severity -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:35:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:35:06 +0000 Subject: [Koha-bugs] [Bug 31761] Toolbar clarity and consistency In-Reply-To: <bug-31761-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31761-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31761-70-URT5JmFIe8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31761 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33190 CC| |pedro.amorim at ptfs-europe.co | |m Status|NEW |In Discussion --- Comment #2 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Visit /cgi-bin/koha/catalogue/itemsearch.pl Check "Go to advanced search" button style Visit /cgi-bin/koha/catalogue/search.pl Check "Go to item search" link style These 2 things should match. Additionally, in /cgi-bin/koha/catalogue/search.pl "More options" and "Clear fields" are actions that affect the current page, whilst "Go to item search" takes the user to a different page. The "go to" in the label may be considered a good enough hint, but bug 33190 introduces a new optional link to this toolbar, that also navigates to a different page, and to keep adding "go to" to these links does not seem like a sustainable option. I agree with Martin's comment in bug 33190 that we should find a way to further distinguish these actions in this toolbar. ------- These docs are very good: https://wiki.koha-community.org/wiki/Interface_patterns#Toolbar_buttons But I think this specific case for advanced-search toolbar does not fit in any of the examples there. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:35:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:35:06 +0000 Subject: [Koha-bugs] [Bug 33190] Add search history button to advance search form if EnableSearchHistory keep In-Reply-To: <bug-33190-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33190-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33190-70-RYUeTGoCFD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33190 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31761 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:37:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:37:50 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-XRVC9L24L3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151881|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152096 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152096&action=edit Bug 33720: Update the updatedatabase.pl script to flush caches before running -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:38:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:38:21 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-AJHHAYlWbU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 --- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I've attached a git patch. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:43:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:43:19 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-2UsTxRGjlc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #37 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152097 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152097&action=edit Bug 30649: (follow-up) Improve database update This patch implements the proposed switch to use the standard DB handle and only require Koha::Encryption if necessary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:43:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:43:32 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-lgMiJd1nYt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:43:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:43:50 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-K7R5D4qGUu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #38 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I threw that together.. needs testing though. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:44:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:44:37 +0000 Subject: [Koha-bugs] [Bug 33938] New: Installer wants to upgrade even when the DB is up-to-date Message-ID: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33938 Bug ID: 33938 Summary: Installer wants to upgrade even when the DB is up-to-date Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org If you hit /cgi-bin/koha/installer/install.pl and that the DB is up-to-date already, the screen shows "We are upgrading from Koha 23.06.00.002 to 23.06.00.002" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:44:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:44:55 +0000 Subject: [Koha-bugs] [Bug 33190] Add search history button to advance search form if EnableSearchHistory keep In-Reply-To: <bug-33190-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33190-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33190-70-ZDm0KgjzJK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33190 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #19 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Enhancement. Not pushing to 22.11.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:46:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:46:05 +0000 Subject: [Koha-bugs] [Bug 33938] Installer wants to upgrade even when the DB is up-to-date In-Reply-To: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33938-70-kIPcn8gZOW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33938 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:46:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:46:07 +0000 Subject: [Koha-bugs] [Bug 33938] Installer wants to upgrade even when the DB is up-to-date In-Reply-To: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33938-70-MMjZ5b4v65@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33938 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152098 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152098&action=edit Bug 33938: Don't tell the DB is not up-to-date when it is If you hit /cgi-bin/koha/installer/install.pl and that the DB is up-to-date already, the screen shows "We are upgrading from Koha 23.06.00.002 to 23.06.00.002". We should just say that everything is ok Test plan: Have an up-to-date DB, then hit /cgi-bin/koha/installer/install.pl Notice that the message changed and is more correct with the patch applied. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:47:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:47:46 +0000 Subject: [Koha-bugs] [Bug 33365] Add item type column to call number browser's results table In-Reply-To: <bug-33365-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33365-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33365-70-WDJuhqGvcg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33365 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m Status|Pushed to master |Needs documenting --- Comment #8 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Enhancement. Not pushing to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:50:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:50:19 +0000 Subject: [Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default In-Reply-To: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27424-70-HbxbisNzCo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #37 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- We are missing a test on the existence of the column. The DB rev will fail if executed twice. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:53:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:53:13 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-U2kx95fP9w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152082|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152099 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152099&action=edit Bug 33935: (bug 26403 follow-up) Remove occurrences to deleted files account_credit_types.sql and account_debit_types.sql have been moved to yml files but there are still references to them in C4::Installer. If you select the files during the installer process it will explode with Test plan: DROP database koha_kohadev CREATE database koha_kohadev restart_all then install Koha using the UI Select all the sample data files Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:53:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:53:17 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-h4qA8lIt4b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 --- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I think we should fix install.pl as well. The UI is not telling us the DB is behind if the syspref has been modified manually in DB. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:53:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:53:57 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-1Ytuv3rpXH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:54:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:54:17 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-k81iYYb8J8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Thanks for the quick follow-up here Jonathan.. annoyed I missed this one :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:54:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:54:21 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-xpMkqVButD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:54:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:54:25 +0000 Subject: [Koha-bugs] [Bug 33935] installer list deleted files which stops the process In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-Apedqqj2ZG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 13:56:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 11:56:09 +0000 Subject: [Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default In-Reply-To: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27424-70-im5uYY4K11@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:01:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:01:06 +0000 Subject: [Koha-bugs] [Bug 30358] Strip leading/trailing whitespace characters from input fields when cataloguing In-Reply-To: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30358-70-KJF3jJfY8N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m Status|Pushed to master |Needs documenting --- Comment #88 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Enhancement. Not pushing to 22.11.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:02:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:02:35 +0000 Subject: [Koha-bugs] [Bug 33749] Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter In-Reply-To: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33749-70-DN96yydhx0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- 100% agree here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:04:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:04:46 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-gZPHVdYsg8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24326 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:04:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:04:46 +0000 Subject: [Koha-bugs] [Bug 24326] Remove advance_notices_digest.t In-Reply-To: <bug-24326-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24326-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24326-70-s4TvxtEIdW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24326 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33900 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:10:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:10:00 +0000 Subject: [Koha-bugs] [Bug 11983] Code to select patrons to purge needs to be centralized (use of filter_by) In-Reply-To: <bug-11983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-11983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-11983-70-mVyBmN93ri@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11983 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Patch doesn't apply --- Comment #23 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Can we move forward here? The patches do not longer apply. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:10:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:10:21 +0000 Subject: [Koha-bugs] [Bug 11983] Code to select patrons to purge needs to be centralized (use of filter_by) In-Reply-To: <bug-11983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-11983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-11983-70-tDSSQnZSnW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11983 --- Comment #24 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- anonymise_issue_history changes need to be adjusted, the method has been removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:16:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:16:44 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-hDUVRQqBZM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|installer list deleted |Installer list deleted |files which stops the |files which shows warning |process |in the logs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:37 +0000 Subject: [Koha-bugs] [Bug 33158] Use template wrapper for authorized values and item types administration tabs In-Reply-To: <bug-33158-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33158-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33158-70-IaTi8zo7VN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33158 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:39 +0000 Subject: [Koha-bugs] [Bug 33158] Use template wrapper for authorized values and item types administration tabs In-Reply-To: <bug-33158-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33158-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33158-70-29RSsmORe6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33158 --- Comment #14 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:40 +0000 Subject: [Koha-bugs] [Bug 33220] Recalls to pull should not show in transit or allocated items In-Reply-To: <bug-33220-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33220-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33220-70-2Mzejjsmou@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33220 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:42 +0000 Subject: [Koha-bugs] [Bug 33220] Recalls to pull should not show in transit or allocated items In-Reply-To: <bug-33220-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33220-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33220-70-jkxCeX8tQw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33220 --- Comment #7 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:44 +0000 Subject: [Koha-bugs] [Bug 33297] Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl In-Reply-To: <bug-33297-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33297-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33297-70-JvXYc5jAfL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:46 +0000 Subject: [Koha-bugs] [Bug 33297] Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl In-Reply-To: <bug-33297-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33297-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33297-70-MIsJvZBIwU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297 --- Comment #23 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:48 +0000 Subject: [Koha-bugs] [Bug 33340] Correct formatting of English 1-page order PDF when the basket group covers multiple pages In-Reply-To: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33340-70-Sw9Urqu1Iz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:50 +0000 Subject: [Koha-bugs] [Bug 33340] Correct formatting of English 1-page order PDF when the basket group covers multiple pages In-Reply-To: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33340-70-sMXVb2zDl8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340 --- Comment #8 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:52 +0000 Subject: [Koha-bugs] [Bug 33743] xt/find-missing-filters.t parsing files outside of git repo In-Reply-To: <bug-33743-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33743-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33743-70-zSfoatyWcx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33743 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:18:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:18:53 +0000 Subject: [Koha-bugs] [Bug 33743] xt/find-missing-filters.t parsing files outside of git repo In-Reply-To: <bug-33743-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33743-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33743-70-f76loEVfZG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33743 --- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Nice work everyone! Pushed to 22.11.x for next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:32:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:32:06 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-XYp50AGxu3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:32:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:32:08 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-WUQlBarraI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #135488|0 |1 is obsolete| | Attachment #135489|0 |1 is obsolete| | Attachment #135490|0 |1 is obsolete| | --- Comment #25 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152100&action=edit Bug 30825: Add unit tests Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:32:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:32:12 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-WzpNdJT8vx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 --- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152101&action=edit Bug 30825: Add Koha::Item->holds_control_library This simple method takes care of calculating the control branch for an item and a patron, depending on a syspref. It targets replacing C4::Reserves::GetReservesControlBranch To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Item.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:32:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:32:15 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-XwUtZuVaGn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 --- Comment #27 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152102 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152102&action=edit Bug 30825: Remove GetReservesControlBranch in favour of Koha::Item->holds_control_library This patch removes the GetReservesControlBranch method, and replaces its uses with the newly introduced method. To test: 1. Apply this patch 2. Verify that placing holds from the OPAC works => SUCCESS: Things work as expected 3. Run: $ kshell k$ prove t/db_dependent/Reserves* \ t/db_dependent/Hold* \ t/db_dependent/Koha/Hold* \ t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:32:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:32:18 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-OCg2cidy69@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 --- Comment #28 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152103 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152103&action=edit Bug 30825: Move holds_control_library to Koha::Policy::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:32:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:32:36 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-46K2U72Mz6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 --- Comment #29 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I've rebased the patches and moved the method to a separate module, Koha::Policy::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:35:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:35:17 +0000 Subject: [Koha-bugs] [Bug 31761] Toolbar clarity and consistency In-Reply-To: <bug-31761-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31761-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31761-70-38mCzESvN7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31761 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:35:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:35:48 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-ECOIavUHwc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152103|0 |1 is obsolete| | --- Comment #30 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152104&action=edit Bug 30825: Move holds_control_library to Koha::Policy::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:37:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:37:59 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33905-70-upS0tdxSox@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:50:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:50:10 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-EYplAUC12i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 14:51:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 12:51:47 +0000 Subject: [Koha-bugs] [Bug 28849] Claim Returned should alert at checkout In-Reply-To: <bug-28849-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28849-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28849-70-iYLvQ8f9XZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28849 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:00:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:00:26 +0000 Subject: [Koha-bugs] [Bug 30358] Strip leading/trailing whitespace characters from input fields when cataloguing In-Reply-To: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30358-70-3aMM1LtBmN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED --- Comment #89 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Documentation already submitted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:00:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:00:27 +0000 Subject: [Koha-bugs] [Bug 33749] Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter In-Reply-To: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33749-70-N33NyE45py@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749 Bug 33749 depends on bug 30358, which changed state. Bug 30358 Summary: Strip leading/trailing whitespace characters from input fields when cataloguing https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:05:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:05:12 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-Mhu27pvPPI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:05:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:05:14 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-vj7HLrmgRo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152084|0 |1 is obsolete| | --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152105 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152105&action=edit Bug 33901: (bug 30718 follow-up) Predition pattern - don't set end date to today If the end date is not set we should not set it to today. On bug 30718 the following change was wrong: -$enddate = eval { output_pref( { str => $enddate, dateonly => 1, dateformat => 'iso' } ); }; +$enddate = dt_from_string($enddate)->ymd; output_pref returns undef if str is empty After the change we returned today's date. Test plan: 1. Go to Serials > Manage numbering patterns 2. Click Edit next to one of the existing patterns (e.g. Number) 3. Enter information in the Test prediction pattern section - Frequency: choose one (e.g. 1/month) - First issue publication date: enter a date (e.g. 2023-06-01) - Subscription length: issues + enter a number of issues (e.g. 12) - Locale: leave empty - Begins with: enter a number in the X column, e.g. 42 4. Click Test pattern => Without this patch only one issue is shown, no matter how many you enter in Subscription length => With this patch applied the end date is not set to today and the prediction pattern list is correct Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:05:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:05:36 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-k2QVxHXFBh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 --- Comment #4 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Thanks Jonathan! It's much better now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:08:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:08:30 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-MVDP9zRQCA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 --- Comment #5 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- I think this patch may also solve bug 32554 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:09:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:09:45 +0000 Subject: [Koha-bugs] [Bug 32554] Test prediction pattern does not consider subscription length (uses only subscription end date) In-Reply-To: <bug-32554-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32554-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32554-70-1ZEVSLCjZx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32554 --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- I think the patch for bug 33901 solves this. I tried the test plan with the patch applied and I see all my issues (24). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:19:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:19:50 +0000 Subject: [Koha-bugs] [Bug 33939] New: javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket Message-ID: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 Bug ID: 33939 Summary: javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org >From bug 22802 comment 10: > Add orders from MARC file > "show inactive funds" is not checked > expand the order div to see the details You see Fund: Select a fund (will use default if set) > Check "show inactive funds" You see Select a fund (will populate orders/items if set) > Uncheck "show inactive funds" You see Select a fund (will populate orders/items if set) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:19:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:19:57 +0000 Subject: [Koha-bugs] [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket In-Reply-To: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33939-70-rIVN5HspJ1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22802 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 [Bug 22802] When ordering from a staged file, if funds are populated per item order level fund should not be required -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:19:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:19:57 +0000 Subject: [Koha-bugs] [Bug 22802] When ordering from a staged file, if funds are populated per item order level fund should not be required In-Reply-To: <bug-22802-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22802-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22802-70-HJA8arzV0y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33939 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:23:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:23:32 +0000 Subject: [Koha-bugs] [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket In-Reply-To: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33939-70-0F1e3UlTwT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 Nick Clemens <nick at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:23:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:23:34 +0000 Subject: [Koha-bugs] [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket In-Reply-To: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33939-70-EufmyU8tyV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152106&action=edit Bug 33939: Preserve order budget dropdowns and default budget dropdowns seperately The dropdowns have different hints after bug 22802. We need to preserve those when adding or hiding inactive budgets To test: 1 - Add some inactive budgets to Koha 2 - Use the settings and file from bug 22802 to stage a file and begin adding to basket 3 - When adding to basket test the 'Show inactive funds' on both the 'Select to import' tab and the 'Default accounting details' tab 4 - Ensure the dropdown hints/defaults don't change when hiding/showing budgets 5 - Confirm inactive budgets are correctly shown/hidden -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:23:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:23:46 +0000 Subject: [Koha-bugs] [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket In-Reply-To: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33939-70-YU99TpVULZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:36:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:36:50 +0000 Subject: [Koha-bugs] [Bug 33940] New: Move get_cardnumber_length and checkcardnumber to Koha Message-ID: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 Bug ID: 33940 Summary: Move get_cardnumber_length and checkcardnumber to Koha Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org C4::Members::get_cardnumber_length and C4::Members::checkcardnumber must be moved to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:37:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:37:03 +0000 Subject: [Koha-bugs] [Bug 16846] Move patron related code to Koha::Patron In-Reply-To: <bug-16846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16846-70-kE9G1gkt5y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16846 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33940 --- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Bug 33940 - Move get_cardnumber_length and checkcardnumber to Koha Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:37:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:37:03 +0000 Subject: [Koha-bugs] [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha In-Reply-To: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33940-70-lCtbpWTp5U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16846 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16846 [Bug 16846] Move patron related code to Koha::Patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:37:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:37:45 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-3PpgVcjKC5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 --- Comment #31 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I am reusing Koha::Policy in bug 33940. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:37:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:37:48 +0000 Subject: [Koha-bugs] [Bug 30825] Get rid of GetReservesControlBranch In-Reply-To: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30825-70-xnQVWI7K2d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33940 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:37:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:37:48 +0000 Subject: [Koha-bugs] [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha In-Reply-To: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33940-70-1uvpyq8LnK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30825 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:44:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:44:37 +0000 Subject: [Koha-bugs] [Bug 33573] Holds cancellation for waiting holds via the API don't generate a cancellation request In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-SLmoySl2XD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:44:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:44:57 +0000 Subject: [Koha-bugs] [Bug 33573] Holds cancellation for waiting holds via the API don't generate a cancellation request In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-6Ou54DMD3y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 --- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152107&action=edit Bug 33573: Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:45:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:45:00 +0000 Subject: [Koha-bugs] [Bug 33573] Holds cancellation for waiting holds via the API don't generate a cancellation request In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-zEIVYOYX9n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 --- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152108 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152108&action=edit Bug 33573: Add public endpoint for cancelling holds This patch introduces a public endpoint for cancelling holds. Cancellation requests are generated when the hold is waiting and configuration allows requesting cancellation, as the OPAC does right now. Tests cover all the use cases. To test: 1. Apply this patches 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/patrons_holds.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:45:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:45:42 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-8EEsdDANJv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Holds cancellation for |Add public endpoint for |waiting holds via the API |cancelling holds |don't generate a | |cancellation request | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:49:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:49:35 +0000 Subject: [Koha-bugs] [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha In-Reply-To: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33940-70-TrJE4EtEb6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:49:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:49:38 +0000 Subject: [Koha-bugs] [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha In-Reply-To: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33940-70-VJb68zK2Mg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152109&action=edit Bug 33940: Move C4::Members cardnumber sub to Koha::Policy::Patrons::Cardnumber Test plan: The idea here is to confirm this patch does not introduce regression. For that you will play with the CardnumberLength syspref and create a new user, modify an existing one, and check that the UI does not let you modify an invalid cardnumber. The onboarding process and the patron import tool will also have to be tested -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:55:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:55:34 +0000 Subject: [Koha-bugs] [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha In-Reply-To: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33940-70-iV0mdWSeZi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Actually you will need to edit the DOM of the patron edit page, to remove the min and max length on the cardnumber's input. Otherwise the form will be validate client-side and you won't reach the changes made by this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 15:58:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 13:58:32 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-GCYhTpGE7T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #43 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- The current test suite does a lot of navigation using .click() events - this should cover the router functionality for those routes/links. Do we just need a test that tests the routes that aren't currently included in existing cypress tests or are you thinking of a different testing method? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:15:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:15:20 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-FuKP61DrnM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 --- Comment #3 from Christopher Brannon <cbrannon at cdalibrary.org> --- (In reply to Jonathan Druart from comment #2) > Talking about damaged, withdrawn, lost? > > Yes, there is one date field per status, and we also want a MARC mapping (so > it has to be a DB column). Yes. It just seems like this model might be a bit limiting. So you're saying that MARC mapping could not work at all if status was structured any differently? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:17:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:17:22 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-fFLSYukkms@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Igor, are you sure about the text? I found Antarctica/McMurdo listed on Wikipedia for South Pole. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:24:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:24:43 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-CvqcxtSCWh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:26:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:26:08 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-JstEvIqDYi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #44 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I was more thinking: how do we make sure future changes won't introduce non-named URLs in ERM or even other vue files? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:32:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:32:16 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-YDKC9OXi7Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:32:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:32:18 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-255QOOsDW7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151785|0 |1 is obsolete| | Attachment #151786|0 |1 is obsolete| | --- Comment #7 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152110 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152110&action=edit Bug 33844: Modify test to show problem Add delete key. Without the follow-up, this triggers a delete. Test fails. DBIx::Class::Row::delete(): Not in database at /usr/share/koha/Koha/Object.pm line 234 Test plan: Run t/db_dependent/Koha/Item.t Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:32:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:32:20 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-GR6Cofewr5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 --- Comment #8 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152111 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152111&action=edit Bug 33844: Fix is_denied_renewal Going via result_set->has_column does cost actually nothing if the object is already there. Test plan: Run again t/db_dependent/Koha/Item.t Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:32:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:32:37 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-DiUNug2nsz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |nick at bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:41:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:41:17 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-oToYHu39xs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:41:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:41:19 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-9DN2iqzu24@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152107|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau at gmail.com> --- Created attachment 152112 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152112&action=edit Bug 33573: Unit tests Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:41:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:41:21 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-kRAK6S6hA9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152108|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152113 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152113&action=edit Bug 33573: Add public endpoint for cancelling holds This patch introduces a public endpoint for cancelling holds. Cancellation requests are generated when the hold is waiting and configuration allows requesting cancellation, as the OPAC does right now. Tests cover all the use cases. To test: 1. Apply this patches 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/patrons_holds.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:42:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:42:12 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-08r3l5a0tC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Look at cgi-bin/koha/admin/koha2marclinks.pl: 1 DB column is mapped to 1 MARC subfield. Everything is always possible, but that would be really hard to change :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:57:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:57:32 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-aD5IDhzvy2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152112|0 |1 is obsolete| | --- Comment #5 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152114 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152114&action=edit Bug 33573: Unit tests Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 16:57:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 14:57:34 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-UuKuFnWSCY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152113|0 |1 is obsolete| | --- Comment #6 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152115 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152115&action=edit Bug 33573: Add public endpoint for cancelling holds This patch introduces a public endpoint for cancelling holds. Cancellation requests are generated when the hold is waiting and configuration allows requesting cancellation, as the OPAC does right now. Tests cover all the use cases. To test: 1. Apply this patches 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/patrons_holds.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:01:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:01:32 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-tvZRSGOlPj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 --- Comment #5 from Christopher Brannon <cbrannon at cdalibrary.org> --- (In reply to Jonathan Druart from comment #4) > Look at cgi-bin/koha/admin/koha2marclinks.pl: 1 DB column is mapped to 1 > MARC subfield. > > Everything is always possible, but that would be really hard to change :) Everything is hard to change from my perspective, especially mechanisms that have been in place for years, but there is a community of programmers out there that put together a brilliant ILS from nothing. Complexity should not be the deciding factor. I'm sure that answer could be given to most of the things the community programmers have contributed to Koha over the last 23 years. The question is, does the current setup tie our hands, and is it something that libraries would benefit from if it were changed? That's really why this is a discussion at this point. I am curious why the statuses are compartmentalized the way they are, and does this layout limit setup or functionality? Could consolidation improve system administration or item workflow? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:03:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:03:09 +0000 Subject: [Koha-bugs] [Bug 29063] [DOCS] Manual: Translation issue with repeated strings in system preferences In-Reply-To: <bug-29063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29063-70-DYc8DvgL24@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29063 Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marie-luce.laflamme at inlibro | |.com --- Comment #11 from Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> --- Great work Caroline. The option 1 looks nice and tidy, and it's probably the easiest way to fix the issue from the documentation side. I'll be curious to hear more about option 2 and 3. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:17:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:17:24 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-xaQYUepM3v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Christopher Brannon from comment #0) > Is there a reason we need to have multiple status fields? I'm wondering why > we don't consolidate the statuses to a single field that you can set > multiple statuses on. Is it because each status has a timestamp? Because an item can be checked out, lost and damaged, usage restricted at the same time. I believe having multiple status for separate things is indeed a strength of Koha, not a weakness. If we tried to simplify this we'd end up with a long list of possible status and would make things ultimately less flexible and more complicated. I believe changing it would tie our hands - keeping it gives us all the flexibility. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:27:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:27:54 +0000 Subject: [Koha-bugs] [Bug 33940] Move get_cardnumber_length and checkcardnumber to Koha In-Reply-To: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33940-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33940-70-wpJFEfd8lC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:48:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:48:11 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-bQci3o6iXu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:51:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:51:39 +0000 Subject: [Koha-bugs] [Bug 33907] Improve translation of title tags: OPAC In-Reply-To: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33907-70-YgWp1Ugsoq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152065|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:51:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:51:45 +0000 Subject: [Koha-bugs] [Bug 33907] Improve translation of title tags: OPAC In-Reply-To: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33907-70-2ziDDnJXO6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:53:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:53:15 +0000 Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags: Circulation, holds, and ILL In-Reply-To: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33913-70-RuS3u6Jen7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152116 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152116&action=edit Bug 33913: Improve translation of title tags: Circulation, holds, and ILL This patch updates circulation, holds, and ILL templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Circulation -> Article requests - Catalog -> Bibliographic record -> Items -> View item's checkout history - Circulation -> Overdues with fines - Circulation -> Transfers - Circulation -> Checkout notes - Circulation -> Circulation home - Circulation -> Check out - Circulation -> Batch checkouts - Circulation -> Curbside pickups - Circulation -> On-site checkouts - Circulation -> Overdues - Circulation -> Holds to pull - Circulation -> Checkout to patron -> Print slip - Circulation -> Renew - Catalog -> Bibliographic record -> Request article - Circulation -> Hold ratios - Circulation -> Check in - Circulation -> Set library - Circulation -> Transfers to receive - Circulation -> Transfers to send - Circulation -> Holds queue - Circulation -> Holds awaiting pickup - ILL requests - Catalog -> Bibliographic record -> Holds https://bugs.koha-community.org/show_bug.cgi?id=33907 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:53:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:53:51 +0000 Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags: Circulation, holds, and ILL In-Reply-To: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33913-70-4EpkflJLwp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:53:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:53:53 +0000 Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags: Circulation, holds, and ILL In-Reply-To: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33913-70-lAfjCn1ZKl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152116|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152117 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152117&action=edit Bug 33913: Improve translation of title tags: Circulation, holds, and ILL This patch updates circulation, holds, and ILL templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Circulation -> Article requests - Catalog -> Bibliographic record -> Items -> View item's checkout history - Circulation -> Overdues with fines - Circulation -> Transfers - Circulation -> Checkout notes - Circulation -> Circulation home - Circulation -> Check out - Circulation -> Batch checkouts - Circulation -> Curbside pickups - Circulation -> On-site checkouts - Circulation -> Overdues - Circulation -> Holds to pull - Circulation -> Checkout to patron -> Print slip - Circulation -> Renew - Catalog -> Bibliographic record -> Request article - Circulation -> Hold ratios - Circulation -> Check in - Circulation -> Set library - Circulation -> Transfers to receive - Circulation -> Transfers to send - Circulation -> Holds queue - Circulation -> Holds awaiting pickup - ILL requests - Catalog -> Bibliographic record -> Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:55:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:55:50 +0000 Subject: [Koha-bugs] [Bug 31187] Regression, Permanent shelving location is always updated when editing location VIA BATCH ITEM MOD if both are mapped to MARC fields In-Reply-To: <bug-31187-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31187-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31187-70-HwXpwo0s9g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31187 Rhonda Kuiper <rkuiper at roundrocktexas.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rkuiper at roundrocktexas.gov --- Comment #24 from Rhonda Kuiper <rkuiper at roundrocktexas.gov> --- I wanted to share how our library uses items.permanent_location and items.location to show items in display locations. We have both fields mapped to MARC fields (items.location -> 'c' and items.permanent_location -> 'C'). An example of our workflow is: We want to create a new display of children's book. We batch modify the items.location field for all the items on the new display to show '2ND FLOOR DISPLAY' and the items.permanent_location remains unchanged showing the location of the collection it is usually shelved with. We do not mark/sticker the items that are going on display to save staff time. Little Johnny comes in and sees a book on the display that he wants. He checks it out (Nothing changes in the location fields). Later, Little Johnny returns the book and it is checked in. At this time the items.location field is set to CART (and the items.permanent_location field still remains unchanged). Because we have not marked/stickered the item, public services staff shelve the item in its usual location, not the display location. Some time later the items.location field is updated from CART to whatever was in the items.permanent_location which is still the original location of the item which is where it got shelved. This workflow keeps the items physical shelving location and the shelving location in Koha matching. Currently this workflow works if you use the item editor but when using batch modification, the permanent_location gets updated with the location field. Item editor and batch modification should work the same. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:58:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:58:46 +0000 Subject: [Koha-bugs] [Bug 33926] Add ability to specify fields allowed in a response In-Reply-To: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33926-70-WisCqest0M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 17:58:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 15:58:48 +0000 Subject: [Koha-bugs] [Bug 33926] Add ability to specify fields allowed in a response In-Reply-To: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33926-70-gvrtmJgb44@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152053|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152118&action=edit Bug 33926: Add ability to specify fields allowed in a response At this time, we can specify fields to hide in SIP response at the login level. >From a security perspective, it would be useful to also be able to specify which fields are allowed in a response. Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Message.t Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:09:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:09:58 +0000 Subject: [Koha-bugs] [Bug 33941] New: EBSCO Packages filter failing Message-ID: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Bug ID: 33941 Summary: EBSCO Packages filter failing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ERM Assignee: jonathan.druart+koha at gmail.com Reporter: matt.blenkinsop at ptfs-europe.com CC: jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, martin.renvoize at ptfs-europe.com, matt.blenkinsop at ptfs-europe.com, pedro.amorim at ptfs-europe.com A bug has been introduced in bug 32932 where the router is pointing to the wrong URL in EBSCO Packages when filtering the table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:10:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:10:55 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-xdsn7tlh2Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:10:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:10:57 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-dbIWiViG6N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 --- Comment #1 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152119 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152119&action=edit Bug 33941: Fix wrong URL name in EBSCOPackagesList This patch fixes a URL pointing to the wrong route which stops filtering from working in the table. Note: To test you will need some EBSCO credentials Test plan: 1) In ERM, go to EBSCO > Packages and search for a package 2) It should fail with a warning in the console saying that a required param "package_id" is missing 3) Apply patch 4) Repeat step 1 5) It should now successfully fetch packages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:11:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:11:11 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-qfUY74NhjX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jonathan.druart+koha at gmail. |matt.blenkinsop at ptfs-europe |com |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:12:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:12:13 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-Iiykfe4ZT8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:12:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:12:16 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-PBtWB3Npik@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152120 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152120&action=edit Bug 26978: Add item type option to batch extend due date tool Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:14:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:14:35 +0000 Subject: [Koha-bugs] [Bug 33554] searching borrowers is a lot slower if there's searchable extended attributes. In-Reply-To: <bug-33554-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33554-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33554-70-elbOk3timG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33554 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to Jonathan Druart from comment #4) > I was going to suggest to have a separate "extended_attributes" parameter we > could pass to the endpoint, but that's not trivial to implement (we need the > search_type, and to know if we need a OR or AND with q...) what about storing searchable attribute values in a new borrowers column? Any time a searchable attribute is modified, we would just regenerate the text for that column. Then we would no longer need to join on the attributes tables. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:15:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:15:40 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-5thRalWTHJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:31:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:31:28 +0000 Subject: [Koha-bugs] [Bug 33942] New: Improve performance of local holds priority by temporarily caching patrons and items Message-ID: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 Bug ID: 33942 Summary: Improve performance of local holds priority by temporarily caching patrons and items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com For records with many item level holds by many patrons ( with multiple item level holds per record ), we fetch the item and patron from the database fresh on each loop iteration. If we store these in a hash it should speed this up in the case of large numbers of these holds. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:31:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:31:31 +0000 Subject: [Koha-bugs] [Bug 33942] Improve performance of local holds priority by temporarily caching patrons and items In-Reply-To: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33942-70-FzRxoFBdnl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:36:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:36:01 +0000 Subject: [Koha-bugs] [Bug 33908] Improve translation of title tags: Acquisitions In-Reply-To: <bug-33908-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33908-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33908-70-B4wJUHqPPX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:36:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:36:03 +0000 Subject: [Koha-bugs] [Bug 33908] Improve translation of title tags: Acquisitions In-Reply-To: <bug-33908-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33908-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33908-70-Xd6YLVf28O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152121 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152121&action=edit Bug 33908: Improve translation of title tags: Acquisitions This patch updates acquisitions, suggestions, and ERM templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Acquisitions -> Acquisitions home - Ordered - Spent - Vendors: Search, new, edit - Baskets: New, edit - New order - From an empty record - From an existing record - From existing orders (copy) - From a suggestion - From a subscription - From an external source - From a staged file - Basket groups - Receive shipments - Uncertain prices - Late orders - Suggestions - Invoices - Invoice details - Invoice files - Receive orders - Transfer order - Cancel order - EDIFACT messages - Order search - ERM -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:40:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:40:38 +0000 Subject: [Koha-bugs] [Bug 33943] New: Course Reserves Should Display Serial Enumeration/Chronology Message-ID: <bug-33943-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33943 Bug ID: 33943 Summary: Course Reserves Should Display Serial Enumeration/Chronology Change sponsored?: --- Product: Koha Version: 22.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: jyorio at equinoxinitiative.org QA Contact: testopia at bugs.koha-community.org We have a library with multiple volumes on reserve but since they all have the same title they all look the same to the patron. While a workaround is to add a public note, ideally the Course Reserves detail screen would display the Serial Enumeration/Chronology value. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:46:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:46:40 +0000 Subject: [Koha-bugs] [Bug 33942] Improve performance of local holds priority by temporarily caching patrons and items In-Reply-To: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33942-70-mmqNSlJPzX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 18:46:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 16:46:42 +0000 Subject: [Koha-bugs] [Bug 33942] Improve performance of local holds priority by temporarily caching patrons and items In-Reply-To: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33942-70-6WK2nC5lbQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152122&action=edit Bug 33942: Improve performance of local holds priority by temporarily caching patrons and items Test Plan: 1) Apply this patch 2) prove -r t/db_dependent/Hold* 3) Note all tests continue to pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:15:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:15:26 +0000 Subject: [Koha-bugs] [Bug 33909] Improve translation of title tags: Administration In-Reply-To: <bug-33909-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33909-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33909-70-AiHFt3CSc6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:15:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:15:29 +0000 Subject: [Koha-bugs] [Bug 33909] Improve translation of title tags: Administration In-Reply-To: <bug-33909-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33909-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33909-70-xgb5MgeBLW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152123 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152123&action=edit Bug 33909: Improve translation of title tags: Administration This patch updates administration templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following Administration pages have the correct title tags: - Libraries - Library groups - Item types - Authorized values - Patron categories - Circulation and fines rules - Patron attribute types - Library transfer limits - Library transfer limits advanced editor - Transport cost matrix - Item circulation alerts - Cities and towns - Curbside pickup - Patron restriction types - Debit types - Credit types - Cash registers - Manage plugins - Manage jobs - MARC bibliographic framework - Koha to MARC mapping - MARC Bibliographic framework test - Authority types - Classification configuration - Record matching rules - Record overlay rules - OAI sets configuration - Item search fields - Search engine configuration - Currencies and exchange rates - Budgets - Funds - EDI accounts - Library EANs - Network Printers - Identity providers - Z39.50/SRU servers - SMTP servers - Did you mean? - Table settings - Audio alerts - Share your usage statistics - Share content with Mana KB - Additional fields - Keyboard shortcuts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:34:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:34:13 +0000 Subject: [Koha-bugs] [Bug 30358] Strip leading/trailing whitespace characters from input fields when cataloguing In-Reply-To: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30358-70-CMJtstaW62@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358 --- Comment #90 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Is the removal of inner newline chars on purpose? Doesn't it break note fields for some people -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:42:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:42:19 +0000 Subject: [Koha-bugs] [Bug 33910] Improve translation of title tags: Authorities In-Reply-To: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33910-70-WAuql4M6Ro@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:42:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:42:21 +0000 Subject: [Koha-bugs] [Bug 33910] Improve translation of title tags: Authorities In-Reply-To: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33910-70-d2cwMeVufE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152124 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152124&action=edit Bug 33910: Improve translation of title tags: Authorities This patch updates authorities templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following authorities pages have the correct title tags: - Authorities -> Authorities home page - Authority search results - Authority details - Edit authority - Merge authorities - Cataloging -> New or edit record - Trigger the authority search plugin on a field which is linked to an authority type. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:46:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:46:41 +0000 Subject: [Koha-bugs] [Bug 33910] Improve translation of title tags: Authorities In-Reply-To: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33910-70-mNr51wTZsR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:46:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:46:43 +0000 Subject: [Koha-bugs] [Bug 33910] Improve translation of title tags: Authorities In-Reply-To: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33910-70-vrq31Dcf1R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152124|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152125 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152125&action=edit Bug 33910: Improve translation of title tags: Authorities This patch updates authorities templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following authorities pages have the correct title tags: - Authorities -> Authorities home page - Authority search results - Authority details - Edit authority - Merge authorities - Cataloging -> New or edit record - Trigger the authority search plugin on a field which is linked to an authority type. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:47:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:47:32 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-5okzcrFnyI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 19:47:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 17:47:35 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-okfGGOTVso@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151784|0 |1 is obsolete| | --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152126&action=edit Bug 33524: Use template wrapper for tabs: Authority editor This patch updates the authority editor template to replace tab markup with the use of WRAPPERs. Some CSS and JS has been modified in order to make the custom style and behavior of the tabs on this page work correctly with standard Bootstrap tab markup. To test, apply the patch and go to Authorities -> New authority. - Confirm that the tabs look correct, with the same style they had before the template change. - The first tab ("0") should be selected by default. - Confirm that tab-switching works correctly: The tab color should change and the list of numbered tags in the menu just below should change to match the section. - Confirm that these tag number links still work correctly to jump you down the page to the corresponding tag. - Without filling in any mandatory fields, click the "Save" button. - You should get an error message about missing mandatory fields. - Clicking the "Go to field" link should take you to the correct tab and the correct tag. - Append a hash to the URL to pre-select a tab other than the first one, e.g. "/cgi-bin/koha/authorities/authorities.pl?authtypecode=PERSO_NAME#tab5XX_panel" The correct tab should be selected upon page load. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:02:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:02:20 +0000 Subject: [Koha-bugs] [Bug 33944] New: When listing checkouts, don't fetch item object if not using recalls Message-ID: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Bug ID: 33944 Summary: When listing checkouts, don't fetch item object if not using recalls Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In svc/checkouts we fetch the item object, but it is only used if using recalls. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:06:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:06:06 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-lV7d8fHIEa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:06:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:06:09 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-D7A7JMyC2X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152127 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152127&action=edit Bug 33944: Don't fetch item object unless using recalls To test: 1 - Check someitems out to a patron 2 - View thier checkouts 3 - Apply patch, restart_all 4 - Confirm checkouts load as before 5 - Enable recalls 6 - Recall an item checked out to this patron 7 - Confirm recall shows as expected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:15:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:15:38 +0000 Subject: [Koha-bugs] [Bug 33945] New: Add ability to delay the loading of the current checkouts table on the checkouts page Message-ID: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Bug ID: 33945 Summary: Add ability to delay the loading of the current checkouts table on the checkouts page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com If a librarian has opted to load the checkouts table automatically on the checkouts page, it will trigger a call to svc/checkouts. If a librarian is checkout out 10 items to a patron, that means svc/checkouts is called uselessly 9 times, with only the 10th time being used to display the checkouts table. It would be useful to add a delay such that the table only load if the page has been display for a given number of seconds. That way the continuous scanning does not trigger useless svc/checkouts calls, but the librarian also does not need to click the load checkouts button manually. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:15:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:15:48 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-LJggof4AqA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:26:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:26:04 +0000 Subject: [Koha-bugs] [Bug 33911] Improve translation of title tags: Catalog, basket, and lists In-Reply-To: <bug-33911-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33911-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33911-70-5fgrTjiPKn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:26:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:26:07 +0000 Subject: [Koha-bugs] [Bug 33911] Improve translation of title tags: Catalog, basket, and lists In-Reply-To: <bug-33911-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33911-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33911-70-WPgovjz2og@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152128 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152128&action=edit Bug 33911: Improve translation of title tags: Catalog, basket, and lists This patch updates catalog, basket, and lists templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Advanced search - Search results - Bibliographic details - MARC preview - Image viewer (with local cover images) - MARC details - Labeled MARC details - ISBD details - Items - Checkout history - Rota - Add titles to the cart and view the cart - Send cart - Item search - Lists - View list - New list - Edit list - Send list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:29:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:29:19 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-bLPpMvuRSs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:29:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:29:21 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-ECkMMb1ryG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152127|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152129 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152129&action=edit Bug 33944: Don't fetch item object unless using recalls To test: 1 - Check someitems out to a patron 2 - View thier checkouts 3 - Apply patch, restart_all 4 - Confirm checkouts load as before 5 - Enable recalls 6 - Recall an item checked out to this patron 7 - Confirm recall shows as expected Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:29:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:29:24 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-ezmjkxjmvY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Passed QA |BLOCKED --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- The dependency is not PQA. Can someone check? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:31:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:31:29 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-XXbvPTYuqE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:31:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:31:31 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-QKl5pNxFEq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152130&action=edit Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page If a librarian has opted to load the checkouts table automatically on the checkouts page, it will trigger a call to svc/checkouts. If a librarian is checkout out 10 items to a patron, that means svc/checkouts is called uselessly 9 times, with only the 10th time being used to display the checkouts table. It would be useful to add a delay such that the table only load if the page has been display for a given number of seconds. That way the continuous scanning does not trigger useless svc/checkouts calls, but the librarian also does not need to click the load checkouts button manually. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Verify "Always show checkouts immediately" retains its' original behavior of loading the checkouts table immediately 4) Set LoadIssuesTableDelay to a non-zero integer 5) Verify the automatic table loading is delayed by that number of seconds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:33:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:33:59 +0000 Subject: [Koha-bugs] [Bug 32478] Remove Koha::Config::SysPref->find since bypasses cache In-Reply-To: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32478-70-Rczhe9D7OE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:02 +0000 Subject: [Koha-bugs] [Bug 32478] Remove Koha::Config::SysPref->find since bypasses cache In-Reply-To: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32478-70-kxkkMvnwld@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478 --- Comment #30 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:04 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-J5GdpHpnkW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:05 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-iC2oDuyV9T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:07 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-LTRECM9I7S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:09 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-lziFqXN8w9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:11 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-S5cQ0mCpNB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:13 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-1BCmomDrpF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:15 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-QFdkhqLmiQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:34:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:34:17 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-FnaSV0uCw9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:43:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:43:53 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-Vj81B1rIZE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:43:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:43:55 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-knLmUMZOHX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 --- Comment #12 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152131 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152131&action=edit Bug 33176: Enforce bad values 1. Turn on RequirePaymentType 2. Create a manual invocie on a patron account 3. Go to pay it, 'Payment type:' is marked as required. 4. In the inscept the select input ( #payment_type ) with your browser's dev tools. Removed the required attribute. 5. You are able to make the payment without a payment type. 6. Apply patch and restart_all 7. Try 4-5 again. This time you should get a 500 error and the payment should not go through. 8. Try a paymnet again this time manipulate the DOM and change the value of 'CASH' to something else like 'SOMETHINGELSE'. 9. Try to submit the payment and again you will get a 500 error. The payment should not go through. 10. Turn RequirePaymentType off. Try a payment with a payment type, you shoud be successful. 11. Make sure tests will pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:45:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:45:34 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-R2cJd9mz0p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:45:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:45:36 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-uh3Z8yv8VM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151158|0 |1 is obsolete| | Attachment #151890|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152132&action=edit Bug 33725: Add collection to search results To test: 1. Apply patch and restart services 2. Do a catalog search that will return available, onloan, and notforloan items. (withdrawn,lost,damaged) 3. Notice that the location column should now also include the collection description underneath the shelving location. Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:45:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:45:42 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-QwW1K4cLuy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 --- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152133&action=edit Bug 33725: (follow-up) Add ccode to grouping logic Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:48:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:48:16 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-Bf552ZilHa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA Depends on|33897 | --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Tomás Cohen Arazi from comment #4) > The dependency is not PQA. Can someone check? I am removing the dependency. Neither of these patch sets conflict with one another. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 20:48:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 18:48:16 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-MiQkpGaPMK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|33902 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:08:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:08:06 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-gcT53cRz76@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:08:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:08:08 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-vTUubSDYk3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152130|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152134 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152134&action=edit Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page If a librarian has opted to load the checkouts table automatically on the checkouts page, it will trigger a call to svc/checkouts. If a librarian is checkout out 10 items to a patron, that means svc/checkouts is called uselessly 9 times, with only the 10th time being used to display the checkouts table. It would be useful to add a delay such that the table only load if the page has been display for a given number of seconds. That way the continuous scanning does not trigger useless svc/checkouts calls, but the librarian also does not need to click the load checkouts button manually. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Verify "Always show checkouts immediately" retains its' original behavior of loading the checkouts table immediately 4) Set LoadIssuesTableDelay to a non-zero integer 5) Verify the automatic table loading is delayed by that number of seconds Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:49:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:49:30 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-aRZKfICHwu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:49:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:49:32 +0000 Subject: [Koha-bugs] [Bug 32894] Objects cache methods' result without invalidation In-Reply-To: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32894-70-YOtBULfsyL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894 --- Comment #46 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:49:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:49:34 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-geou8Q9J93@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:49:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:49:36 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-fJX1xaHV3v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:49:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:49:38 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-ndPkCnJzHZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 21:49:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 19:49:39 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-34bGSME6TE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 22:33:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 20:33:36 +0000 Subject: [Koha-bugs] [Bug 33749] Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter In-Reply-To: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33749-70-B0WnFmnXCr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749 --- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152135 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152135&action=edit Bug 33749: Add TrimFields field class This patch adds a RecordProcessor filter class that takes care of performing the field cleanup that was originally done in the static method `Koha::MetadataRecord::stripWhitespaceChars`. In order to test the results, I adapted the tests to use the filter instead of the original method. To test: 1. Run: $ ktd --shell k$ prove t/Koha_MetadataRecord.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests still pass 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 22:33:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 20:33:39 +0000 Subject: [Koha-bugs] [Bug 33749] Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter In-Reply-To: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33749-70-NChNNefboZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152136 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152136&action=edit Bug 33749: Use TrimFields instead of stripWhitespaceChars This patch replaces the uses of the static method with the new filter. It also moves the tests to the relevant place and removes the (now) unused method. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 22:38:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 20:38:28 +0000 Subject: [Koha-bugs] [Bug 33749] Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter In-Reply-To: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33749-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33749-70-WoQBz2wZNB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Can we get a review from the original authors? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 22:50:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 20:50:10 +0000 Subject: [Koha-bugs] [Bug 33360] SendQueuedMessages: Improve limit behavior and add domain limits In-Reply-To: <bug-33360-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33360-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33360-70-RCjhV51c5U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33360 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #39 from Liz Rea <wizzyrea at gmail.com> --- (In reply to Kyle M Hall from comment #32) > QA thoughts: Considering the SMTP configuration is web based, it would be > nice if the controls for this were integrated into it. 100% this yes please -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 23:43:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 21:43:50 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-TPtUqpz4Jf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 23:43:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 21:43:52 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-5vDw0YWidh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152080|0 |1 is obsolete| | --- Comment #3 from David Nind <david at davidnind.com> --- Created attachment 152137 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152137&action=edit Bug 33885: Make Koha::Acq::Order->creator return undef if no creator If the account of the creator of an order has been deleted we should return undef here, instead of crashing with GET /api/v1/acquisitions/orders: unhandled exception (Mojo::Exception)<<DBIC result _type isn't of the _type Borrower at /kohadevbox/koha/Koha/Objects.pm line 445. Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 7 23:43:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 21:43:54 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-yCQIS7TFrV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152081|0 |1 is obsolete| | --- Comment #4 from David Nind <david at davidnind.com> --- Created attachment 152138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152138&action=edit Bug 33885: Prevent JS crash if creator does no longer exist JS error in the console was Uncaught TypeError: row.creator is null Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 00:01:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 22:01:11 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-2oakcDLMS5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This fixes an issue that release notes| |prevents the receiving of | |items where the user who | |created the order has been | |deleted. When clicking on | |'Receive' for an item, this | |error was displayed: | |"Something went wrong when | |loading the table. | |500: | |Internal Server Error." --- Comment #5 from David Nind <david at davidnind.com> --- Testing notes (using KTD): 1. Edited user Henry Acevedo: set permissions so that Henry is a superlibrarian, change username (to Henry) and password (Policy10) so that you can log is as Henry. 2. Login as Henry and: - create a basket - add an item to the basket - close the basket 3. Login as user koha. 4. Delete the Henry Acevedo user. 5. Go to receive the order - when selecting 'Receive' in the table that lists the items ordered, you get this pop up error: "Something went wrong when loading the table. 500: Internal Server Error." 6. Apply the patch, refresh the page listing the items to receive, click 'Receive' ==> the receive window is now displayed without any errors. Reference: - IRC chat on how to replicate the issue: https://irc.koha-community.org/koha/2023-06-07#i_2490125 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 00:03:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 22:03:45 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-iaI1pzIcwm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 --- Comment #7 from David Nind <david at davidnind.com> --- (In reply to Jonathan Druart from comment #3) > Indeed wrong description it actually does not explode, but there is the > error in the plack-intranet-error.log file Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 01:45:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jun 2023 23:45:00 +0000 Subject: [Koha-bugs] [Bug 30358] Strip leading/trailing whitespace characters from input fields when cataloguing In-Reply-To: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30358-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30358-70-aPgRER6qyl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358 --- Comment #91 from David Cook <dcook at prosentient.com.au> --- (In reply to Tomás Cohen Arazi from comment #90) > Is the removal of inner newline chars on purpose? Doesn't it break note > fields for some people Yeah I think it's on purpose, but I have the same criticism. I think it would break note fields for people. I raised some concerns back on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358#c10 I also suggested adding different options for trimming start/end and start/inner/end. I wouldn't recommend this system preference to anyone as is, but it should default to off, so caveat emptor... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 02:23:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 00:23:58 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-nXHy2WGfmY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 --- Comment #7 from David Cook <dcook at prosentient.com.au> --- (In reply to Christopher Brannon from comment #5) > (In reply to Jonathan Druart from comment #4) > > Everything is always possible, but that would be really hard to change :) > > Everything is hard to change from my perspective, especially mechanisms that > have been in place for years, but there is a community of programmers out > there that put together a brilliant ILS from nothing. Complexity should not > be the deciding factor. I'm sure that answer could be given to most of the > things the community programmers have contributed to Koha over the last 23 > years. Considering that Jonathan Druart is the number 1 top contributor to Koha by a landslide, you can trust his authority on the feasibility of changes. Koha also doesn't come from nothing. While many of us community programmers have volunteered our own time at times out of the goodness of our hearts, a lot of the work we do is paid for by our employers or our clients. Someone has decided that the change was valuable enough to pay for our time. A contribution isn't just writing code either. It's also seeing it through an additional 3 step process of testing, quality assurance, and merging/pushing. At that point, it's not just 1 person's time, but 4 people's time involved in making just 1 contribution go into Koha. Small contributions are easy to get through the process, but complex ones are more challenging. Jonathan has contributed quite a few complex changes to Koha, and helped other people with theirs. Something like item "status" is complicated even further than many complex changes, because that's something that gets shared beyond Koha via APIs to discovery systems like VuFind, Aspen, EBSCO's EDS, Ovid's ODS, etc. -- That said, there is more than one way to look at a problem as well. Perhaps what you have in mind is more of a change to how the data is "viewed" rather than how the data is "modelled". -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 02:36:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 00:36:48 +0000 Subject: [Koha-bugs] [Bug 33932] Why multiple statuses on item record In-Reply-To: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33932-70-fCpBKvVTvx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33932 --- Comment #8 from David Cook <dcook at prosentient.com.au> --- (In reply to Christopher Brannon from comment #0) > Is there a reason we need to have multiple status fields? I'm wondering why > we don't consolidate the statuses to a single field that you can set > multiple statuses on. Is it because each status has a timestamp? I've re-read your description, and I'm wondering are you talking about a screen that has a "Status" label and then a number of checkboxes for things like "Withdrawn", "Damaged", "Lost", etc? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 03:00:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 01:00:13 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-MTkvGkmUTT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #45 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #44) > I was more thinking: how do we make sure future changes won't introduce > non-named URLs in ERM or even other vue files? Might be worth seeing if there's a way of using ESLint to check? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 03:04:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 01:04:22 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33905-70-HA6ozV0Vg1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #2) > Can you remind me the good reason behind the 2 login fields? :) > > If you want to use cardnumber to login why not set userid=cardnumber and > always use userid as login? Like Katrin was saying, I think the cardnumber is more for machines, and userid is more for humans. At my local public library, they used to only have cardnumber for logging in, but then they created "alias" which is similar to userid I think. When I log in to my account, I use that human-friendly alias/userid, but I validate myself on the self-checkout using my card. (As I say that, I realize that the Koha self-checkout could have an option to show both cardnumber and userid logins... as you might've forgotten your card but might have your userid/password...) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 03:13:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 01:13:41 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-WVso0I92KJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #2) > It looks correct but I am not confident in signing it off. The code is > confusing! I agree the code is confusing. At some point, I think we need to move more of this status information lower in the code, so that we're showing the same thing via all controllers (e.g. detail page, API, ILS-DI, etc). > How did we miss that on bug 32611? I think only the "Not for loan" was tested. Since "Not for loan" turns off "Available", this regression wouldn't have appeared during testing. That said, bug 32611 says "The patch also adds another case for displaying the item restricted status. Previously items.restricted would only display if the item *also* had a notforloan value." I don't think that's true, as I've been using use restrictions for quite a few years, and they've shown up for "available" items. (Many of my libraries use "Photocopy only" or "Electronic" use restrictions.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 03:19:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 01:19:33 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-m65Pg52y8k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #39 from David Cook <dcook at prosentient.com.au> --- Would this work without the encryption_key being set though? Might need to add a catch for that -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 03:21:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 01:21:18 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-8fdB8z184k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #10 from David Cook <dcook at prosentient.com.au> --- Very useful change 👍 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 03:33:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 01:33:25 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-BgbG4uICSY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- Then again... if we look at C4::Circulation::CanBookBeIssued, we can see the following: if ( $item_object->restricted && $item_object->restricted == 1 ) { $issuingimpossible{RESTRICTED} = 1; } So if you can't check it out, it probably shouldn't say "Available"... Item status drives me a little crazy... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 05:22:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 03:22:56 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-FggO8E5FEE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #2 from Igor A. Sychev <Igor.A.Sychev at mail.ru> --- Hi, Katrin! This line <timezone>Antarctica/South_Pole</timezone> is taken from the wiki https://wiki.koha-community.org/wiki/Time_Zone_Configuration Initially I set 'Asia/Tomsk', but I got an error. /var/log/koha/lib/indexer-output.log: DBD::mysql::db do failed: Unknown or incorrect time zone: 'Asia/Tomsk' at /usr/share/koha/lib/Koha/Database.pm line 117. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 07:50:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 05:50:08 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-zVlyExQfB6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook <dcook at prosentient.com.au> --- That's a MySQL database error, so the problem is on the database side. Take a look at something like this: https://dev.mysql.com/doc/refman/8.0/en/mysql-tzinfo-to-sql.html -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 08:45:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 06:45:06 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-NIHcacevAu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #25 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Great work here.. RMaints, I think this should be safely backported back to 22.11 which is when 30920 came in... for libraries getting hit by this performance issue this really constitutes a bugfix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 08:45:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 06:45:17 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-Z8629hF1HZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 08:46:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 06:46:05 +0000 Subject: [Koha-bugs] [Bug 33242] Allow passing things like add_days => 3 to KohaDates filter In-Reply-To: <bug-33242-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33242-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33242-70-XALrK0Dgju@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Templates |and plumbing | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 08:53:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 06:53:36 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-SNorYXwlGP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #40 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to David Cook from comment #39) > Would this work without the encryption_key being set though? Might need to > add a catch for that I don't think we should anything more, with bug 33934 the output of the upgrade process will tell what went wrong. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:08:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:08:05 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-WioC7CmjXO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:08:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:08:08 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-xs04hqACqm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152119|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152139&action=edit Bug 33941: Fix wrong URL name in EBSCOPackagesList This patch fixes a URL pointing to the wrong route which stops filtering from working in the table. Note: To test you will need some EBSCO credentials Test plan: 1) In ERM, go to EBSCO > Packages and search for a package 2) It should fail with a warning in the console saying that a required param "package_id" is missing 3) Apply patch 4) Repeat step 1 5) It should now successfully fetch packages Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:08:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:08:17 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-znCEZe3BAr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32932 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 [Bug 32932] Re-structure Vue router-links to use "name" instead of urls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:08:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:08:17 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-KDjtGKW2gE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33941 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 [Bug 33941] EBSCO Packages filter failing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:08:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:08:23 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-2jgxfa9i3H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:16:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:16:34 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-AGSdo4StEA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #4 from Igor A. Sychev <Igor.A.Sychev at mail.ru> --- /var/log/koha/lib/indexer-output.log: Invalid timezone in koha-conf.xml (Tomsk) at /usr/share/koha/lib/Koha/Config.pm line 205. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:44:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:44:59 +0000 Subject: [Koha-bugs] [Bug 33946] New: biblio-title.inc should not add a link if biblio does not exist Message-ID: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Bug ID: 33946 Summary: biblio-title.inc should not add a link if biblio does not exist Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Staff interface Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com If you use biblio-title.inc on a biblio that does not longer exist, "No title" is shown with a link to catalogue/detail?.pl?biblionumber= We should at least remove the link. We could even do better and display "No bibliographic record" if the biblio does not longer exist. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:46:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:46:06 +0000 Subject: [Koha-bugs] [Bug 33947] New: Move GetAllIssues to Koha Message-ID: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Bug ID: 33947 Summary: Move GetAllIssues to Koha Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:46:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:46:46 +0000 Subject: [Koha-bugs] [Bug 33948] New: Replace GetAllIssues with Koha::Checkouts - staff Message-ID: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 Bug ID: 33948 Summary: Replace GetAllIssues with Koha::Checkouts - staff Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Blocks: 33947 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 [Bug 33947] Move GetAllIssues to Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:46:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:46:46 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-eGS8SVI40t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33948 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:47:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:47:03 +0000 Subject: [Koha-bugs] [Bug 33949] New: Replace GetAllIssues with Koha::Checkouts - opac Message-ID: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 Bug ID: 33949 Summary: Replace GetAllIssues with Koha::Checkouts - opac Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Blocks: 33947 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 [Bug 33947] Move GetAllIssues to Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:47:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:47:03 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-HvGBVde2MG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:49:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:49:39 +0000 Subject: [Koha-bugs] [Bug 16846] Move C4::Members to the Koha namespace In-Reply-To: <bug-16846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16846-70-9xiF3vdvjs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16846 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Move patron related code to |Move C4::Members to the |Koha::Patron |Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:49:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:49:57 +0000 Subject: [Koha-bugs] [Bug 16846] Move C4::Members to the Koha namespace In-Reply-To: <bug-16846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16846-70-tdQqxeKPsL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16846 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33947 --- Comment #27 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Bug 33947 - Move GetAllIssues to Koha Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 [Bug 33947] Move GetAllIssues to Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:49:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:49:57 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-66eLkkHQ1e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16846 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16846 [Bug 16846] Move C4::Members to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:57:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:57:27 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-YktUm2AxHR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Have you tried setting it to the other value I suggested? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:58:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:58:48 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-mIxdfRwIFu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Available can be on the shelf... usable in the library, not necessarily for loan. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 09:59:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 07:59:35 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-zFcbx26Nkk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 --- Comment #5 from Hector Gonzalez <cacho at genac.org> --- The patch fixes the problem in our servers, thank you! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:05:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:05:46 +0000 Subject: [Koha-bugs] [Bug 33930] Single record can have too many items for performance In-Reply-To: <bug-33930-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33930-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33930-70-5j9za4a7OY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33930 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Introducing a limit seems not the ideal solution, and a reasonable limit might be different depending on your system's resources and setup. I like the work on the item table that seems one way to make this work better and is waiting for testing: bug 33945, 33568 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:14:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:14:17 +0000 Subject: [Koha-bugs] [Bug 33950] New: Unnecessary processing in opac-readingrec if BakerTaylor or Syndetics off Message-ID: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Bug ID: 33950 Summary: Unnecessary processing in opac-readingrec if BakerTaylor or Syndetics off Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org We are retrieving normalized_upc from the MARC XML in the controller (opac-readingrec.pl) for all issues to display, but this is only used if BakerTaylor or Syndetics are enabled. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:14:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:14:23 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor or Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-K6jvJLWOlh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33746 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33746 [Bug 33746] [omnibus] speed improvement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:14:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:14:23 +0000 Subject: [Koha-bugs] [Bug 33746] [omnibus] speed improvement In-Reply-To: <bug-33746-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33746-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33746-70-VeNHnvTqSQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33746 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33950 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor or Syndetics off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:16:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:16:08 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor or Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-iyIXJUD69l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:16:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:16:11 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor or Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-gUJw3fLjWF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152140 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152140&action=edit Bug 33950: Don't get marcxml if not necessary - opac-readingrecord.pl We are retrieving normalized_upc from the MARC XML in the controller (opac-readingrec.pl) for all issues to display, but this is only used if BakerTaylor or Syndetics are enabled. Test plan: Have some checkouts and confirm that the checkout history is displayed the same before and after this patch. You should also test BakerTaylor or Syndetics and see if they are working correctly, but I have no idea how to test them! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:17:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:17:52 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-GETBbuUQzI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unnecessary processing in |Unnecessary processing in |opac-readingrec if |opac-readingrec if |BakerTaylor or Syndetics |BakerTaylor and Syndetics |off |off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:22:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:22:09 +0000 Subject: [Koha-bugs] [Bug 8483] Borrower reading history should include deleted items In-Reply-To: <bug-8483-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8483-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8483-70-IfwA6YcUV8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8483 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #56 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- This will be fixed on bug 33948. *** This bug has been marked as a duplicate of bug 33948 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:22:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:22:09 +0000 Subject: [Koha-bugs] [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff In-Reply-To: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33948-70-5wTvJ9n5dZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin at catalyst.net.nz --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- *** Bug 8483 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:27:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:27:03 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33697-70-EsLnQijieV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Can we get some nice notes for release notes here? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:27:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:27:30 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-y1hzPJls1w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #46 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- ESLint could work if we create a custom rule, or we'd need to add something into the pre-commit hook to check Vue files for urls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:34:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:34:27 +0000 Subject: [Koha-bugs] [Bug 33856] Inventory tool CSV export contains untranslatable strings In-Reply-To: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33856-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33856-70-RTKx6ZJriC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33856 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hm, might need a little work with my dependent patch (I see yours still has problem instead of Problem) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:36:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:36:23 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33873-70-xNF2EYxqxs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_22_11_candidate, | |rel_23_05_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:38:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:38:20 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-JqClozr3on@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #6 from Igor A. Sychev <Igor.A.Sychev at mail.ru> --- DBD::mysql::db do failed: Unknown or incorrect time zone: 'Antarctica/McMurdo' at /usr/share/koha/lib/Koha/Database.pm line 117. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:49:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:49:44 +0000 Subject: [Koha-bugs] [Bug 33931] Date Acquired automatically saved as today's date when left blank when adding a new item In-Reply-To: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33931-70-BBISLYstD1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Koha enforcing today's date as dateaccessioned on saving has been the default behavior as long as I can remember and we actually train and rely on it. It serves as the 'date added' for libraries not using the acq module. Any change here should be discussed carefully. As Koha always enforced a dateaccessioned also when importing items there could also be side effects. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:51:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:51:56 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-vuON8ERQ1e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- In the link David provided there is a paragraph about setting up the database for timezones. Maybe that's the cause? I think maybe this topic would also be better on the mailing list (more readers) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 10:56:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 08:56:18 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-6wlUNQbD11@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I like this idea for improvement. In this case we have no biblionumber at all, right? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 11:49:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 09:49:15 +0000 Subject: [Koha-bugs] [Bug 33951] New: normalized_oclc not defined in opac-readingrecord.tt Message-ID: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Bug ID: 33951 Summary: normalized_oclc not defined in opac-readingrecord.tt Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 11:52:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 09:52:55 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-LIdLL6PvtB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152141&action=edit Bug 33951: Set normalized_oclc in opac/opac-readingrecord.pl normalized_oclc is used in the template to build the link to syndetics, but it's not passed from the controller. Is this patch correct? Is syndetics broken on this page? Should we remove it or keep it? Is oclc parameter in the URL unecessary and should be removed? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 11:53:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 09:53:05 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-DfdriTqW1b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:02:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:02:51 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and patrons In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-UlHx3zHUUL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Error in Webinstaller |Error in Webinstaller |concerning sample holidays |concerning sample holidays | |and patrons -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:10:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:10:43 +0000 Subject: [Koha-bugs] [Bug 33952] New: Add Koha::Biblio->normalized_isbn Message-ID: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Bug ID: 33952 Summary: Add Koha::Biblio->normalized_isbn Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:11:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:11:19 +0000 Subject: [Koha-bugs] [Bug 33953] New: Add Koha::Biblio->ratings Message-ID: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Bug ID: 33953 Summary: Add Koha::Biblio->ratings Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:11:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:11:49 +0000 Subject: [Koha-bugs] [Bug 33954] New: Add Koha::Biblio->opac_summary_html Message-ID: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 Bug ID: 33954 Summary: Add Koha::Biblio->opac_summary_html Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:12:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:12:23 +0000 Subject: [Koha-bugs] [Bug 33955] New: Add Koha::Biblio->normalized_upc Message-ID: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 Bug ID: 33955 Summary: Add Koha::Biblio->normalized_upc Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:14:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:14:10 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-1ajWhkOzDt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Error in Webinstaller |Error in Webinstaller |concerning sample holidays |concerning sample holidays |and patrons |and libraries -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:22:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:22:08 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-pvpD9HWzSY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> 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. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:22:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:22:10 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-mQj0RXRUHS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152083|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152142&action=edit Bug 33581: Disable sample holiday if libraries are not selected If libraries are not selected we should not try to insert holidays, or the installer will fail with a missing FK. This patch simply disable and uncheck the checkbox when libraries are not going to be inserted. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:22:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:22:13 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-DG9Y3HfoP7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152143 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152143&action=edit Bug 33581: Add sample patrons to patch and some hints * Adds sample patrons to the new dependency checking JS * Adds a red "requires sample libraries" note to sample patrons and sample holidays, to make things more clear to users. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:22:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:22:49 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and patrons requiring sample libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-8nBXwSWSND@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Error in Webinstaller |Error in Webinstaller |concerning sample holidays |concerning sample holidays |and libraries |and patrons requiring | |sample libraries -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:23:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:23:42 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-F1r2R8fw49@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33948, 33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:23:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:23:42 +0000 Subject: [Koha-bugs] [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff In-Reply-To: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33948-70-spJIGrNInz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33946 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 [Bug 33946] biblio-title.inc should not add a link if biblio does not exist -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:23:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:23:42 +0000 Subject: [Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac In-Reply-To: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33949-70-roXJ9aUsWR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33946 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 [Bug 33946] biblio-title.inc should not add a link if biblio does not exist -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:01 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and patrons requiring sample libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-mOOzOGcwzf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Looks like this: https://snipboard.io/MRlWT6.jpg -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:50 +0000 Subject: [Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac In-Reply-To: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33949-70-b2f9TKlRCY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33951, 33952, 33953, 33954, | |33955 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 [Bug 33952] Add Koha::Biblio->normalized_isbn https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 [Bug 33953] Add Koha::Biblio->ratings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 [Bug 33954] Add Koha::Biblio->opac_summary_html https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 [Bug 33955] Add Koha::Biblio->normalized_upc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:50 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-TjcntFPs43@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:50 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-8MYGr1PYF1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:50 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-Twh1DzSW7K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:50 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-cdkDExtJaa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:24:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:24:50 +0000 Subject: [Koha-bugs] [Bug 33955] Add Koha::Biblio->normalized_upc In-Reply-To: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33955-70-AZGxVDZF8R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:41:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:41:06 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-Q1u0RDAcFO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:44:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:44:31 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-eUmSBw2F8o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:44:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:44:33 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-YzlWE2icMI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152140|0 |1 is obsolete| | --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152144 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152144&action=edit Bug 33950: Don't get marcxml if not necessary - opac-readingrecord.pl We are retrieving normalized_upc from the MARC XML in the controller (opac-readingrec.pl) for all issues to display, but this is only used if BakerTaylor or Syndetics are enabled. Test plan: Have some checkouts and confirm that the checkout history is displayed the same before and after this patch. You should also test BakerTaylor or Syndetics and see if they are working correctly, but I have no idea how to test them! Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:44:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:44:47 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-kMYSnwnkZX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Signed Off |Passed QA --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- Trivial and straightforward, passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:47:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:47:04 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-FwjahEDe3x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I understand that this is to fix a serious problem, but the solution doesn't feel quite right. I am not going to block this, but it feels like there should be a better solution. Could we differentiate between loading the whole table and adding an additional line to it somehow? So the call would not be as extensive? Or maybe load the full checkouts list immediately but have an (optional) update button that will load the rest of the table after checkouts? Brain storming, will still continue QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:47:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:47:57 +0000 Subject: [Koha-bugs] [Bug 33956] New: opac-user.pl should use Koha::Biblio->opac_summary_html Message-ID: <bug-33956-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33956 Bug ID: 33956 Summary: opac-user.pl should use Koha::Biblio->opac_summary_html Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 33954 Added by bug 33954 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 [Bug 33954] Add Koha::Biblio->opac_summary_html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:47:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:47:57 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-HzGbTjGpjm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33956 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33956 [Bug 33956] opac-user.pl should use Koha::Biblio->opac_summary_html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:53:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:53:36 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-PrHOVFV6po@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:53:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:53:39 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-qdv9d5u06C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152145&action=edit Bug 33946: Do not display link to non-existing bibliographic record If you use biblio-title.inc on a biblio that does not longer exist, "No title" is shown with a link to catalogue/detail?.pl?biblionumber= We should at least remove the link. We could even do better and display "No bibliographic record" if the biblio does not longer exist. Test plan: Edit mainpage.pl, add $template->param( your_bib => Koha::Biblios->find(42) ); Edit intranet-main.tt, add [% INCLUDE 'biblio-title.inc' biblio=your_bib link = 1 %] Not hit the main page and see what's hapenning. If you have a bibliographic record with biblionumber=42, its info will be displayed. Remove this record and try again => it's replaced with "No bibliographic record" without a link -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:11 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-D0EwdUAV5v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:13 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-EJ31WVJd1N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152146 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152146&action=edit Bug 33952: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:16 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-xEgty4CQQ2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152147&action=edit Bug 33952: Koha::Biblio->normalized_isbn to squash get_normalized_isbn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:35 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-QEV8mGmj0o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33952 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 [Bug 33952] Add Koha::Biblio->normalized_isbn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:35 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-0ozWRcJrFs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33953 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 [Bug 33953] Add Koha::Biblio->ratings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:50 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-F5e9BsWdyF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:53 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-CxblOHVrP8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152148 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152148&action=edit Bug 33953: Adjust tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:55:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:55:55 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-sMGyTJiP9p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152149 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152149&action=edit Bug 33953: Koha::Biblio->ratings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:15 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-K27d2O7dJM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:18 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-kpDaBG4P85@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152150 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152150&action=edit Bug 33954: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:20 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-8TmMt1ZvVL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152151 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152151&action=edit Bug 33954: Koha::Biblio->opac_summary_html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:27 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-e9MTND5gKH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33953 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 [Bug 33953] Add Koha::Biblio->ratings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:27 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-AoE8MNFACK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33954 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 [Bug 33954] Add Koha::Biblio->opac_summary_html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:50 +0000 Subject: [Koha-bugs] [Bug 33955] Add Koha::Biblio->normalized_upc In-Reply-To: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33955-70-EFkfmlXsgG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:52 +0000 Subject: [Koha-bugs] [Bug 33955] Add Koha::Biblio->normalized_upc In-Reply-To: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33955-70-Ho4yPzC2ry@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152152 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152152&action=edit Bug 33955: Add a test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:56:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:56:55 +0000 Subject: [Koha-bugs] [Bug 33955] Add Koha::Biblio->normalized_upc In-Reply-To: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33955-70-LwENX6AAtv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152153 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152153&action=edit Bug 33955: Koha::Biblio::normalized_upc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:57:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:57:02 +0000 Subject: [Koha-bugs] [Bug 33955] Add Koha::Biblio->normalized_upc In-Reply-To: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33955-70-WkOj4FguUK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33954 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 [Bug 33954] Add Koha::Biblio->opac_summary_html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 12:57:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 10:57:02 +0000 Subject: [Koha-bugs] [Bug 33954] Add Koha::Biblio->opac_summary_html In-Reply-To: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33954-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33954-70-5K69kDNzjR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33955 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 [Bug 33955] Add Koha::Biblio->normalized_upc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:00:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:00:23 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-eO9WyFIAiS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> --- > Could we differentiate between loading the whole table and adding an > additional line to it somehow? So the call would not be as extensive? > > Or maybe load the full checkouts list immediately but have an (optional) > update button that will load the rest of the table after checkouts? > > Brain storming, will still continue QA. Unfortunately, those solutions cannot work with circulation.pl as it currently is. That page reloads for each checkout, so we cannot have an kind of persistence. The best solution is in line with your thoughts. We need circulation.pl to use API calls to check out items and build the table from those API call responses. This is big work and something I fully intend to make happen, but in the mean time this is our best solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:02:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:02:13 +0000 Subject: [Koha-bugs] [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff In-Reply-To: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33948-70-0LxAtmI5zv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:02:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:02:15 +0000 Subject: [Koha-bugs] [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff In-Reply-To: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33948-70-5EEXsbpwTX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152154&action=edit Bug 33948: Replace GetAllIssues with Koha::Checkouts - staff This patch replace GetAllIssues in readingrec.pl which is the only occurrence in the staff code. To test this patch you will need several items in your checkout history in order to confirm that the display is the same before and after the patch. However there is one change! And it's a bug fix (or an enhancement, it depends on how you see things). It includes checkouts with deleted items, which is a long standing bug (see bug 8483). Performance will be compared as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:02:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:02:32 +0000 Subject: [Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac In-Reply-To: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33949-70-rdrz4Sdtse@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:02:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:02:35 +0000 Subject: [Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac In-Reply-To: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33949-70-l8vWpRc91A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152155&action=edit Bug 33949: Replace GetAllIssues with Koha::Checkouts - opac Same as bug 33948 for the OPAC side. Additionally you will test * OPACMySummaryHTML * The different cover images services * Display of ISBN * Display of UPC * Ratings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:02:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:02:52 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-XrkBBZFr2E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:02:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:02:55 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-2dJHZqcrCG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152156&action=edit Bug 33947: Remove GetAllIssues No more occurrences of GetAllIssues, remove it! Test plan: git grep is your friend -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:04:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:04:06 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-htcwuWKwhi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:04:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:04:16 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-iNB6AnPC3R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:04:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:04:18 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-OZpr7EBYtM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152141|0 |1 is obsolete| | --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152157&action=edit Bug 33951: Set normalized_oclc in opac/opac-readingrecord.pl normalized_oclc is used in the template to build the link to syndetics, but it's not passed from the controller. Is this patch correct? Is syndetics broken on this page? Should we remove it or keep it? Is oclc parameter in the URL unecessary and should be removed? Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:04:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:04:20 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-G4nGN2uy7z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152158&action=edit Bug 33951: (QA follow-up) Import GetNormalizedOCLCNumber Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:04:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:04:42 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-R92GVpPbPy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |nick at bywatersolutions.com --- Comment #4 from Nick Clemens <nick at bywatersolutions.com> --- Trivial and straightforward, passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:08:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:08:29 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-1HmVklrgna@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- 1) LoadIssuesTableDelay should be LoadCheckoutsTableDelay All descriptions etc. use checkouts, it was only missed in the pref name itself. 2) It's a little irritating that the table disappears during the delay and only reappears after the delay. Maybe we could do better with some spinning thing and keeping the table visible until reloaded? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:09:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:09:05 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-Uneiu9Ob1t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Thx for the reply Kyle, can you have a look at my 2 testing comments? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:15:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:15:21 +0000 Subject: [Koha-bugs] [Bug 33957] New: normalized_oclc not defined in opac-user.tt Message-ID: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 Bug ID: 33957 Summary: normalized_oclc not defined in opac-user.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Similar to bug 33951 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:19:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:19:34 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-8xgy1mDEpa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Sam, seen you do a lot of sign-offs - THANK YOU :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:20:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:20:27 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-nXmOQ7d7TK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:20:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:20:29 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-MCZ0IK8noU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152004|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152159 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152159&action=edit Bug 33900: Fix handling of due_digest Test plan, on k-t-d 1) Go to 'my account' 2) On 'Patron messaging preferences', click 'Edit' 3) On the 'Item due' row, check the 'Email' and 'Digests only' checkboxes and save 4) On the top search bar, press 'Check out' and enter '42' (koha user cardnumber) 5) On the checkout input bar, enter a barcode e.g. 39999000001372 and press checkout 6) Run the following query to force the due_date to be equal to 'todays' date: NOTE: change the YYYY-MM-DD below to whatever day it is you're running this test plan UPDATE issues SET date_due = '2023-06-05 23:59:00' where issue_id = 1; 7) Run the cronjob: ./koha/misc/cronjobs/advance_notices.pl -c --digest-per-branch 8) Notice it hangs, it's stuck on an infinite loop on the 2nd while cycle after if () 9) Cancel the cronjob script, apply patch 10) Run the cronjob script again (step 7), notice it finishes 11) Access patron's notices: /cgi-bin/koha/members/notices.pl?borrowernumber=51 Check that the 'Item due reminder' notice is there. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:20:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:20:32 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-IXGjiTItF7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:20:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:20:33 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-ce7KwI4OJM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152160&action=edit Bug 33957: Add normalized_oclc and only fetch when needed opac-user.tt wants to normalized_oclc number if using syndetics or B&T images We don't need to fetch it if not, but we need to pass it if so To test: 1 - Switch all Syndetics prefs to 'Show' or 'Use' except SyndeticsClientCode = just enter 'test' 2 - Checkout some items to a patron, ensure the records have: - ISBN - UPC - OCLC number 3 - View opac-user.pl (sign in to opac as the user) 4 - View the network console tab (may need to reload) 5 - Note requests like: https://secure.syndetics.com/index.aspx?isbn=1780335792/MC.GIF&client=test&type=xw10&upc=&oclc= 6 - Note that oclc parameter is not filled for record with an oclc number 7 - Apply patch 8 - Reload 9 - Confirm the link now has oclc as expected 10 - Disable syndetics, enable google books or another source 11 - Confirm images display as expected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:21:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:21:50 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-K3U3iHrDVF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #35 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- The Marc Details view was missed.. but that page is already out of sync so I'm not too worried (I'd like to see the Marc and ISBD views converted to modals that display just the record as opposed to whole pages that try to replicate most of the features of the main detail display) Works well in all testing, QA scripts are happy. I'm generally happy to call this PQA, great work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:24:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:24:09 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-vsqNTullr8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:24:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:24:12 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-2SJwr2uf9Q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149027|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:24:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:24:14 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-PZseWI4fUo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149028|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:24:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:24:16 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-bcQO8sxht0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150517|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:25:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:25:11 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-nWfEh4Z3t4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:25:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:25:14 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-naTqCutwwb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #26 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152161 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152161&action=edit Bug 30002: Add .perltidyrc The options set in this file try to match the current code style without deviating too much from perltidy's defaults. Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:25:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:25:17 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-fTh6dJnZsJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #27 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152162&action=edit Bug 30002: Remove unused xt/perltidyrc Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:25:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:25:21 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-VhZfaKmjdT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #28 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152163&action=edit Bug 30002: Adjust perltidy Remove the following 3 options that are not available in perltidy v20190601 that is the version shipped with bullseye --add-terminal-newline --valign-exclusion-list --extended-continuation-indentation Extend max line length --maximum-line-length=120 Prevent perltidy to format lists (see bug 30002 comment 10) --break-at-old-comma-breakpoints Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:21 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-LP1SUjdMGp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152023|0 |1 is obsolete| | --- Comment #36 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152164&action=edit Bug 32341: Some OPAC tables are not displayed well in mobile mode Some OPAC tables are not displayed well in mobile mode, it is absolutely necessary to scroll to the right to read the content properly This patch fix this problem by making the tables responsive To test: 1- Go to the OPAC 2- Open mobile mode 3- Go to a bibliographic record detail page in the OPAC (opac-detail.pl?biblionumber=X) 4- Check the Holdings table --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> we see very narrow columns --> unreadable text 5- Go to to the page 'Summary' (opac-user.pl) 6- Check the 'Checked out' table --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 7- Check the 'Overdue' table --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 8- Go to the page 'Charges' (opac-account.pl) 9- Click on 'Show all transactions' --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 10- Go to the page 'Search history' (opac-search-history.pl) --> the information is not presented in a table as it is when viewing on a laptop or PC browser screen. --> The columns are overflowing to the right 11- Apply the patch 12- Execute 'yarn build --view opac' 13- Clean your cache or open your navigator on private mode (to load updated css files) 14- Perform previous step (1-10) 15- Confirm that the tables are now displayed correctly and is now responsive. Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:24 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-kalqh47FDf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152024|0 |1 is obsolete| | --- Comment #37 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152165&action=edit Bug 32341: (Fix) Changing the placement of the button This attachment correct the placement of the responsive button. It is now in its own column at the last column and the '+' and '-' are remplaced by 'Expand' and 'Unexpand' to make it more clear. Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:28 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-ZRd99hdq45@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152025|0 |1 is obsolete| | --- Comment #38 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152166&action=edit Bug 32341: (follow-up) Alternate button style This patch applies a different button style and does a couple of clean up tasks: Removing the redundant sorting-related CSS and moving the responsive button CSS to _common.scss where other DataTable-related styles are found. I think this different button style is more consistent with the OPAC's design. It also eliminates untranslatable strings from the CSS. Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:31 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-cmJNrjnj7u@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152026|0 |1 is obsolete| | --- Comment #39 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152167&action=edit Bug 32341: (follow-up) Making the remains OPAC tables responsive Apply the patch and check for the responsivity of the following tables 1- Go to the OPAC 2- Open mobile mode 3- The following tables are not responsive - Summary - Clubs - Summary - Recalls - Summary - Article requests - Charges - (relative's) - Search history - Authority - Checkout history - All - Checkout history - Checkouts - Checkout history - On-site - Recalls history - Messaging - Subscription (serial) - Course reserves - Courses - Course reserves - Reserves - Authority search results 4- Apply the patch 5- Execute 'yarn build --view opac' 6- Clean your cache or open your navigator on private mode (to load updated css files) 7- Perform previous step (1-3) 8- Confirm that the tables are now displayed correctly and is now responsive. Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:34 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-Lc2OySzllq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152027|0 |1 is obsolete| | --- Comment #40 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152168&action=edit Bug 32341: (follow-up) Add responsivity to Curbside pickups table and changing button style for finestables To activate Curbside pickups 1- Enable the CurbsidePickup system preference 1.1 Go to Administration > Global system preferences 1.2 Search for CurbsidePickup 1.3 Change the value for 'Enable' 1.4 Click on 'Save all circulation preferences' 2- Configure time slots for at least one library 2.1 Go to Administration > Curbside pickup 2.2 Fill out the form for Centerville (or another library) Enable: Check Pickup interval: 10 (or other) Maximum boss per interval: 3 (or other) Patron-scheduled pickup: Check Enable for waiting holds only: DO NOT check 2.3 Add a time slot In 'New slot', enter Monday From: 10:00 To: 12:00 Click on 'Add' 3- Make an appointment from the OPAC 3.1 Go to OPAC 3.2 Open mobile mode 3.3 Connect with a user 3.4 Click on 'Curbside pickups' 3.5 Choose the library in 'Pick a library' 3.6 Choose a date in 'Pickup date' 3.7 Choose a time range in 'Select a time' 3.8 Click on 'Schedule pickup' => Notice The table is not responsive 4- Apply the patch 5- Execute 'yarn build --view opac' 6- Clean your cache or open your navigator on private mode (to load updated css files) 7- Perform step 3.1, 3.2, 3.3, 3.4, 8- click on 'Your pickups' => Confirm that the CurbsidePickup table are now displayed correctly and is now responsive. 9- Click on 'Charges' => Confirm that the Charges table are now displayed correctly and is now responsive. I correct a little bug. The "suspend_hold" button did not work anymore. This change resets it to it's original state. Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:37 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-40LWgx9Rak@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:27:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:27:38 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-Y3K83SzTUX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152028|0 |1 is obsolete| | --- Comment #41 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152169&action=edit Bug 32341: (follow-up) Making the label not showed twice when the tables are in responsive mode Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:28:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:28:12 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-X7ICN7jhm8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:28:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:28:21 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-e7YYkKr34Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |enhancement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:29:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:29:06 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-zivvlqhZDs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:18 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-JBkCbvOHLy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:21 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-P2XZ6VLV4Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #29 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:23 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-LJWnx8xKgs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:26 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-Ht0vjdvOYw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 --- Comment #42 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:28 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-kHdnoR2ORt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:30 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-Wdxa0nk1yg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:32 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-eeXtt6xnav@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:34 +0000 Subject: [Koha-bugs] [Bug 33941] EBSCO Packages filter failing In-Reply-To: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33941-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33941-70-RLmShXCFRe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:36 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-1F5W1WFL3T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:33:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:33:38 +0000 Subject: [Koha-bugs] [Bug 33950] Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off In-Reply-To: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33950-70-cFdEMo6Nk6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:55:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:55:39 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-PY7RuTtVUK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:55:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:55:41 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-9GWhzcGyvl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152134|0 |1 is obsolete| | --- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152170&action=edit Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page If a librarian has opted to load the checkouts table automatically on the checkouts page, it will trigger a call to svc/checkouts. If a librarian is checkout out 10 items to a patron, that means svc/checkouts is called uselessly 9 times, with only the 10th time being used to display the checkouts table. It would be useful to add a delay such that the table only load if the page has been display for a given number of seconds. That way the continuous scanning does not trigger useless svc/checkouts calls, but the librarian also does not need to click the load checkouts button manually. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Verify "Always show checkouts immediately" retains its' original behavior of loading the checkouts table immediately 4) Set LoadCheckoutsTableDelay to a non-zero integer 5) Verify the automatic table loading is delayed by that number of seconds Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:55:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:55:48 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-2n9AQbJIOA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152171&action=edit Bug 33945: (QA follow-up) Add delay spinner and message -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:56:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:56:51 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-liJUNMzUR5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to Katrin Fischer from comment #5) > 1) LoadIssuesTableDelay should be LoadCheckoutsTableDelay > All descriptions etc. use checkouts, it was only missed in the pref name > itself. Fixed! Changed in the original patch. > 2) It's a little irritating that the table disappears during the delay and > only reappears after the delay. Maybe we could do better with some spinning > thing and keeping the table visible until reloaded? Added as a followup patch! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 13:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 11:58:21 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-OmZOwJ0k1s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:03:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:03:00 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-mK0C6TJWtQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:03:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:03:02 +0000 Subject: [Koha-bugs] [Bug 33951] normalized_oclc not defined in opac-readingrecord.tt In-Reply-To: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33951-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33951-70-Dk4PYQxtor@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:05:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:05:30 +0000 Subject: [Koha-bugs] [Bug 33926] Add ability to specify fields allowed in a response In-Reply-To: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33926-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33926-70-EIQ9qQJTe1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152118|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152172&action=edit Bug 33926: Add ability to specify fields allowed in a response At this time, we can specify fields to hide in SIP response at the login level. >From a security perspective, it would be useful to also be able to specify which fields are allowed in a response. Test Plan: 1) Apply this patch 2) prove t/db_dependent/SIP/Message.t Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:08:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:08:44 +0000 Subject: [Koha-bugs] [Bug 33958] New: Add Koha::Biblio->normalized_oclc Message-ID: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 Bug ID: 33958 Summary: Add Koha::Biblio->normalized_oclc Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:09:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:09:14 +0000 Subject: [Koha-bugs] [Bug 33958] Add Koha::Biblio->normalized_oclc In-Reply-To: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33958-70-qEecjQIbpY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33955 Blocks| |33949 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 [Bug 33955] Add Koha::Biblio->normalized_upc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:09:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:09:14 +0000 Subject: [Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac In-Reply-To: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33949-70-0toopM0Y97@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33958 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 [Bug 33958] Add Koha::Biblio->normalized_oclc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:09:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:09:14 +0000 Subject: [Koha-bugs] [Bug 33955] Add Koha::Biblio->normalized_upc In-Reply-To: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33955-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33955-70-ofv9HJhkYp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33958 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 [Bug 33958] Add Koha::Biblio->normalized_oclc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:12:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:12:45 +0000 Subject: [Koha-bugs] [Bug 33905] Username and cardnumber should be unique respectively In-Reply-To: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33905-70-WskI3ult3I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Jonathan Druart from comment #2) > Can you remind me the good reason behind the 2 login fields? :) > > If you want to use cardnumber to login why not set userid=cardnumber and > always use userid as login? The idea is that you can get your card lost or stolen, and you ask for a new one. The number in it should be different to avoid impersonation or to identify the card is no longer valid, etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:14:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:14:25 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-fDmeEYOAkH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:14:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:14:27 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-PWTO7lB1AR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152170|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152173&action=edit Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page If a librarian has opted to load the checkouts table automatically on the checkouts page, it will trigger a call to svc/checkouts. If a librarian is checkout out 10 items to a patron, that means svc/checkouts is called uselessly 9 times, with only the 10th time being used to display the checkouts table. It would be useful to add a delay such that the table only load if the page has been display for a given number of seconds. That way the continuous scanning does not trigger useless svc/checkouts calls, but the librarian also does not need to click the load checkouts button manually. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Verify "Always show checkouts immediately" retains its' original behavior of loading the checkouts table immediately 4) Set LoadCheckoutsTableDelay to a non-zero integer 5) Verify the automatic table loading is delayed by that number of seconds Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:14:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:14:30 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-WVXmJ8iwYV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152171|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152174&action=edit Bug 33945: (QA follow-up) Add delay spinner and message Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:14:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:14:45 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-vKm1tCixmx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Hmm.. this patch made me digg the opac and intranet includes again.. and they're more different that I would expect again.. mostly chomping values, but also some escaping differences but also intranet includes medium where opac doesn't (assume this is deliberate?) Anyway.. I wonder if we aught to also update js-biblio-format.inc to match this behaviour. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:14:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:14:50 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-dKIcZeaTHp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:15:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:15:47 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-hGgpyFIuO9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- The js equivilent include returns an empty string if the biblio is found to be empty. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:15:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:15:56 +0000 Subject: [Koha-bugs] [Bug 33958] Add Koha::Biblio->normalized_oclc In-Reply-To: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33958-70-QTdEqQu0cw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:15:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:15:58 +0000 Subject: [Koha-bugs] [Bug 33958] Add Koha::Biblio->normalized_oclc In-Reply-To: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33958-70-lW9rx5k3zI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152175&action=edit Bug 33958: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:16:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:16:00 +0000 Subject: [Koha-bugs] [Bug 33958] Add Koha::Biblio->normalized_oclc In-Reply-To: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33958-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33958-70-DZYH1qfSKM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152176&action=edit Bug 33958: Koha::Biblio::normalized_oclc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:16:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:16:46 +0000 Subject: [Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac In-Reply-To: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33949-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33949-70-3oQ9NnGLcA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152155|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152177&action=edit Bug 33949: Replace GetAllIssues with Koha::Checkouts - opac Same as bug 33948 for the OPAC side. Additionally you will test * OPACMySummaryHTML * The different cover images services * Display of ISBN * Display of UPC * Ratings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:17:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:17:59 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-Lgm8cPamFi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- All dependent patches applied on https://gitlab.com/joubu/Koha/-/commits/bug_33947 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:21:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:21:13 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-dnqdP5qboQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152145|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152178 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152178&action=edit Bug 33946: Do not display link to non-existing bibliographic record If you use biblio-title.inc on a biblio that does not longer exist, "No title" is shown with a link to catalogue/detail?.pl?biblionumber= We should at least remove the link. We could even do better and display "No bibliographic record" if the biblio does not longer exist. Test plan: Edit mainpage.pl, add $template->param( your_bib => Koha::Biblios->find(42) ); Edit intranet-main.tt, add [% INCLUDE 'biblio-title.inc' biblio=your_bib link = 1 %] Not hit the main page and see what's hapenning. If you have a bibliographic record with biblionumber=42, its info will be displayed. Remove this record and try again => it's replaced with "No bibliographic record" without a link Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:21:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:21:15 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-mjX2nwMgUT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152179&action=edit Bug 33946: Resync opac/intranet includes This patch resyncs the whitespace chomping in the opac include to match that in the intranet include so aid in diffing between the two. No changes should be visible in the UI but there may be cleaner markup as a result. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:21:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:21:30 +0000 Subject: [Koha-bugs] [Bug 33946] biblio-title.inc should not add a link if biblio does not exist In-Reply-To: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33946-70-P3arj7cIwX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off QA Contact|martin.renvoize at ptfs-europe |testopia at bugs.koha-communit |.com |y.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:22:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:22:14 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-29Heq5AXr1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152180&action=edit Bug 33945: (follow-up) Avoid breaking checkouts table when pref is empty When the pref is empty, the checkouts table would break. This avoids it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:24:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:24:15 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-29vReZ5Osf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, tomascohen at gmail.com Assignee|chris at bigballofwax.co.nz |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:26:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:26:25 +0000 Subject: [Koha-bugs] [Bug 32341] Some OPAC tables are not displayed well in mobile mode In-Reply-To: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32341-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32341-70-0WLkDOmxfi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:32:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:32:45 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-hYp6U4qoSd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #13 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152181 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152181&action=edit Bug 33945: (QA follow-up) Don't show delay message on patron details page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:35:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:35:13 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-r6Je6iYaSN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:35:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:35:16 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-aSldJwycP2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151822|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152182 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152182&action=edit Bug 33852: Make jobs.t test the only_current parameter This trivial patch adds a test to the only_current parameter. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/jobs.t => SUCCESS: New tests added, and pass 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:35:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:35:18 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-BipRyJpyRa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152183&action=edit Bug 33852: Add one more test Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:36:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:36:32 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-rbAlcNBoq4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152173|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152184&action=edit Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page If a librarian has opted to load the checkouts table automatically on the checkouts page, it will trigger a call to svc/checkouts. If a librarian is checkout out 10 items to a patron, that means svc/checkouts is called uselessly 9 times, with only the 10th time being used to display the checkouts table. It would be useful to add a delay such that the table only load if the page has been display for a given number of seconds. That way the continuous scanning does not trigger useless svc/checkouts calls, but the librarian also does not need to click the load checkouts button manually. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Verify "Always show checkouts immediately" retains its' original behavior of loading the checkouts table immediately 4) Set LoadCheckoutsTableDelay to a non-zero integer 5) Verify the automatic table loading is delayed by that number of seconds Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:36:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:36:34 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-DL7D7g4BUz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152174|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152185&action=edit Bug 33945: (QA follow-up) Add delay spinner and message Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:36:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:36:37 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-FJ1UI7QjYC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152180|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152186&action=edit Bug 33945: (follow-up) Avoid breaking checkouts table when pref is empty When the pref is empty, the checkouts table would break. This avoids it. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:36:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:36:40 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-O7NJsnF4Ia@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152181|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152187&action=edit Bug 33945: (QA follow-up) Don't show delay message on patron details page Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:41:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:41:08 +0000 Subject: [Koha-bugs] [Bug 32990] Possible deadlock in C4::ImportBatch::_update_batch_record_counts In-Reply-To: <bug-32990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32990-70-JUKD1alXBC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990 --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We have reports about import stuck at 0% on the mailing list, also with 22.11.06-03 - could this be related in any way? We've also seen some strange behaviour in 22.11.05. https://lists.katipo.co.nz/pipermail/koha/2023-June/059555.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:50:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:50:23 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and patrons requiring sample libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-b1NZEE3PUa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152142|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152188&action=edit Bug 33581: Disable sample holiday if libraries are not selected If libraries are not selected we should not try to insert holidays, or the installer will fail with a missing FK. This patch simply disable and uncheck the checkbox when libraries are not going to be inserted. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:50:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:50:25 +0000 Subject: [Koha-bugs] [Bug 33581] Error in Webinstaller concerning sample holidays and patrons requiring sample libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-nB1BmWAPRi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152143|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152189 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152189&action=edit Bug 33581: Add sample patrons to patch and some hints * Adds sample patrons to the new dependency checking JS * Adds a hind "requires sample libraries" to sample patrons and sample holidays. To test: * Build CSS (yarn build) * Veriy the checkbox for sample patrons works like the sample holidays one * Verify the hint shows up as intended Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:50:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:50:50 +0000 Subject: [Koha-bugs] [Bug 33959] New: Problem displaying Syndetics cover images in staff searching Message-ID: <bug-33959-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33959 Bug ID: 33959 Summary: Problem displaying Syndetics cover images in staff searching Change sponsored?: --- Product: Koha Version: 22.11 Hardware: PC OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: pm at interleaf.ie QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com There seems to be a problem displaying Syndetics cover images in staff searching. While the Syndetics cover image appears in the list of search results, the cover image fails to display when clicking on a specific item to view its details. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:58:21 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33899-70-A2SnPh9meI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 14:58:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 12:58:24 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33899-70-KYx5oWml27@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152054|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152190&action=edit Bug 33899: Add the 23.11 release team This patch updates the teams.yaml to include the voted in 23.11 release team and also updates the release date of 22.11 to match the actual release. Test plan 1/ Check against https://wiki.koha-community.org/wiki/Release_Teams Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:04:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:04:57 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33876-70-6PbYBKm7aL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:09:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:09:54 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33876-70-UoHxBuHhfk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Lucas, all for this change, but some small notes: * One of the new classes is "seperator", there is a small typo there, as it should be "separator", but that would make it collide with the class in the XSLT and cause some unintended side-effects. Maybe something not used yet? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:11:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:11:26 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-UvgiwEa9Px@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:11:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:11:31 +0000 Subject: [Koha-bugs] [Bug 33960] New: Add ability to retrieve deleted biblios Message-ID: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 Bug ID: 33960 Summary: Add ability to retrieve deleted biblios Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com CC: tomascohen at gmail.com To add ability for discovery services to use the REST api to keep up to date, we need a way to retrieve information on deleted biblios. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:13:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:13:49 +0000 Subject: [Koha-bugs] [Bug 17482] Untranslatable "Machine generated authority record" (Marc field 667$a) In-Reply-To: <bug-17482-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17482-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17482-70-DlDhRcyUzC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17482 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Not sure when it was added, but that text is now configurable in the GenerateAuthorityField667 system preference. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:15:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:15:03 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-Xo9SxtdIDa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:15:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:15:06 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-DtrI58f1Ic@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152070|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152191&action=edit Bug 33798: Improve consistency of the vendor display view It was not consistent: indentation, bold, etc. This patch is suggesting a new style using .page-section and .rows Is it what we want? Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:17:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:17:49 +0000 Subject: [Koha-bugs] [Bug 30928] Add interface to statistics table In-Reply-To: <bug-30928-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30928-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30928-70-n7Sbso27np@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928 --- Comment #34 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Marcel de Rooy from comment #33) > Will add a follow-up for this development on 33608. It would be good to > default to C4::Context->interface instead of NULL, or always needing to pass > it. But much harder to spot missed/wrong values this way :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:20:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:20:11 +0000 Subject: [Koha-bugs] [Bug 9842] SIP tests : fix for 07hold.t on Cancel Hold In-Reply-To: <bug-9842-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-9842-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-9842-70-G0VvBRlnXc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9842 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|Failed QA |RESOLVED --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- > In Bug 26700, I propose that we remove them. > > If someone is using them, they need to move them into the t/ directory I > think. I believe we will probably end up removing them from the recent comments. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:24:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:24:42 +0000 Subject: [Koha-bugs] [Bug 33886] Flatpickr calendar - year controls for date of birth on memberentry.pl are not intuitive In-Reply-To: <bug-33886-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33886-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33886-70-MErtMsaAjX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Maybe being able to type the year/date again is a little help here: Bug 33821 - OPAC flatpickr no longer allows for direct input of date -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:38:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:38:28 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-hEnZfgVwVX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #30 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Jonathan Druart from comment #24) > Suggestion addition for the wiki at > https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy > > """ > The code must be tidy using perltidy and the .perltidyrc file presents at > the root of the Koha directory. > You must run perltidy on any new perl files added. > When you add changes to existing files you should consider setting your code > editor accordingly. > For vim you can add the following line to you `.vimrc`: `vmap <F8> > :!perltidy -q<CR>` > Then switch to visual move (ctrl+v), select a block and press F8. > """ Added to the wiki. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:43:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:43:53 +0000 Subject: [Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default In-Reply-To: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27424-70-vvusPZZsL8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424 --- Comment #38 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to Jonathan Druart from comment #37) > We are missing a test on the existence of the column. > > The DB rev will fail if executed twice. will fix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:45:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:45:32 +0000 Subject: [Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default In-Reply-To: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27424-70-4oc8F0g4lE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424 --- Comment #39 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152192&action=edit Bug 27424: (QA follow-up) Make db update idempotent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:46:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:46:53 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-NyXFGk71lZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:46:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:46:56 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-u69RcLHj5K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152160|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152193&action=edit Bug 33957: Add normalized_oclc and only fetch when needed opac-user.tt wants to normalized_oclc number if using syndetics or B&T images We don't need to fetch it if not, but we need to pass it if so To test: 1 - Switch all Syndetics prefs to 'Show' or 'Use' except SyndeticsClientCode = just enter 'test' 2 - Checkout some items to a patron, ensure the records have: - ISBN - UPC - OCLC number 3 - View opac-user.pl (sign in to opac as the user) 4 - View the network console tab (may need to reload) 5 - Note requests like: https://secure.syndetics.com/index.aspx?isbn=1780335792/MC.GIF&client=test&type=xw10&upc=&oclc= 6 - Note that oclc parameter is not filled for record with an oclc number 7 - Apply patch 8 - Reload 9 - Confirm the link now has oclc as expected 10 - Disable syndetics, enable google books or another source 11 - Confirm images display as expected JD amended patch: tidy Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:47:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:47:18 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-wwD95OPA8Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |nick at bywatersolutions.com Status|Signed Off |Passed QA CC| |jonathan.druart+koha at gmail. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:49:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:49:58 +0000 Subject: [Koha-bugs] [Bug 33948] Replace GetAllIssues with Koha::Checkouts - staff In-Reply-To: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33948-70-Q2bIYYHrM5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948 Michael Adamyk <madamyk at ckls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madamyk at ckls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:50:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:50:55 +0000 Subject: [Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm In-Reply-To: <bug-32496-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32496-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32496-70-delLmWzssJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Keywords| |rel_23_11_candidate --- Comment #21 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- This one should be pushed early in the release cycle. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:50:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:50:55 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33880-70-EdBwAzR6PM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152037|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152194&action=edit Bug 33880: Remove Version param from GB::Barcode->new Looking at the code here if (Koha/Auth/TwoFactorAuth.pmoSelf->{Version}){ #--- auto version select for(->{Version}=1; ->{Version} <= 40; ++->{Version}) { last if ({->{Ecc}}->[->{Version}] >= + ->[->{Version}]); } } in https://metacpan.org/release/KWITKNR/GD-Barcode-1.15/source/Barcode/QRcode.pm#L349 It appears the version parameter is not required, and will default to whatever version has the necessary bits for the input words given Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:51:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:51:39 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33880-70-t414p2xUCk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Trivial fix for a nasty problem.. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:51:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:51:47 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33880-70-uVdH2tMuGr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:51:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:51:52 +0000 Subject: [Koha-bugs] [Bug 33947] Move GetAllIssues to Koha In-Reply-To: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33947-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33947-70-KBKq6ay2Pt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152156|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152195&action=edit Bug 33947: Remove GetAllIssues No more occurrences of GetAllIssues, remove it! Test plan: git grep is your friend -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:54:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:54:39 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-RIAM71mnLD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152038|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152196&action=edit Bug 33904: Add tests Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:54:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:54:41 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-CvuwwtIthB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152039|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152197 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152197&action=edit Bug 33904: Fix 2FA registration when library name has non-latin characters If the library name contains non-latin characters, the 2FA registration process will fail with a JS alert coming from a 500 server-side. The problem is that Auth::GoogleAuth is expecting an already UTF8 encoded string. We should set the encoding correctly to make Auth::GoogleAuth deal with the URL escaping internally correctly, then decode on our own (in the REST API controller) Test plan: * Modify your logged in library name and add some non-latin characters (eg. "my ❤ library") * Turn on TwoFactorAuthentication * Go to your account > More > Manage 2FA * Click the enable button => Notice that you see the QR code and that both "issuer" and "key id" entries display the library name correctly. * Test the whole 2FA process, confirm that the library name is correctly displayed on the app you are using. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:54:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:54:43 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-kvBI1sK2fy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152198&action=edit Bug 33904: (follow-up) Perltidy With the recent introduction of a community perltidyrc, I felt it sensible to give the module a tidy with this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:54:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:54:50 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-BkVcishQDy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22375 Keywords| |rel_22_11_candidate, | |rel_23_05_candidate Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375 [Bug 22375] Due dates should be formatted consistently -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:54:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:54:50 +0000 Subject: [Koha-bugs] [Bug 22375] Due dates should be formatted consistently In-Reply-To: <bug-22375-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22375-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22375-70-xbikRUQ1hX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33888 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:55:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:55:05 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-fWZtwRhrs5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize at ptfs-europe | |.com --- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Tests passing and UX also passing.. signing off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:56:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:56:44 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-HB3mZbFGHp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:58:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:58:10 +0000 Subject: [Koha-bugs] [Bug 33960] Add ability to retrieve deleted biblios In-Reply-To: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33960-70-Qqvykz9vdm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152199&action=edit Bug 33960: Add deleted option ot biblios endpoint This patch adds a 'deleted' parameter to the biblios endpoint. If this parameter is passed the API will return deleted biblios rather than current ones To test: 1 - Apply patch 2 - GET http://localhost:8081/api/v1/biblios 3 - Confirm you can search and page 4 - add 'deleted' param to query 5 - Confirm you get dleted biblios information 6 - Confirm searching and paging work as expected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:58:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:58:12 +0000 Subject: [Koha-bugs] [Bug 33960] Add ability to retrieve deleted biblios In-Reply-To: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33960-70-HSnCzxKDop@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152200&action=edit Bug 33960: Add objects and update schema -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:58:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:58:14 +0000 Subject: [Koha-bugs] [Bug 33960] Add ability to retrieve deleted biblios In-Reply-To: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33960-70-k3HgETng0v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152201&action=edit Bug 33960: Unit tests -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:58:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:58:18 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-koVFmN7QJp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 15:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 13:58:21 +0000 Subject: [Koha-bugs] [Bug 33888] Overdue fines not displayed branchoverdues.pl error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-egPun3wOXw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152085|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152202&action=edit Bug 33888: (bug 22375 follow-up) Add missing USE KohaDates Bug 22375 added use of KohaDates without the USE statement. Test plan: Make sure you have overdues and go to circ/branchoverdues.pl Without this patch you get a 500 Template process failed: undef error - : filter not found at /kohadevbox/koha/C4/Templates.pm line 127 With this patch applied you can see the overdue list Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:00:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:00:08 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-K8bFwWdPHD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Overdue fines not displayed |Overdues with fines report |branchoverdues.pl error 500 |displays error 500 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:01:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:01:13 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-injlA6f0p5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 --- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Martin Renvoize from comment #6) > Created attachment 152198 [details] [review] > Bug 33904: (follow-up) Perltidy > > With the recent introduction of a community perltidyrc, I felt it > sensible to give the module a tidy with this patch. I don't think we should do that. The first 2 patches will need to be backported and we don't want to confuse RMaints with unnecessary conflicts to solve. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:04:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:04:47 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-kroAGvoNz5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:06:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:06:55 +0000 Subject: [Koha-bugs] [Bug 31427] Automatic renewal too_many error is confusing in notices In-Reply-To: <bug-31427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31427-70-NZ97QRrpuL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31427 Ray Delahunty <r.delahunty at arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty at arts.ac.uk --- Comment #5 from Ray Delahunty <r.delahunty at arts.ac.uk> --- We are testing auto-renewals in 22.11 (preparing to ditch our auto-renewal workaround which avoided various bugs like 19014 in place since 17.11). We have the ‘No renewal before’ set to zero and the renewal script running at 00:15 after the item was late. So far we have found two interesting issues. One is the renewal handling too soon problem that should be solved if we could have David Cook’s local customisation. Is the customisation TT code added to the AUTO_RENEWAL_DGST? I don’t want ‘Visual merchandising’ tacked on as an orphan on this digest: There were 1 items that were not renewed. There were 2 items that were renewed. Mastering wildlife photography (barcode: 54250053) was not renewed as it is reserved by another reader. Cool infographics (barcode 54197511) was renewed until 12/06/2023 The information design handbook (barcode 54240693) was renewed until 12/06/2023 Visual merchandising / : 40620336 The other issue was the digest not dealing well with leavers. We have added one renewal failure reason missing from the default digest shipped with 22.11: [% ELSIF checkout.auto_renew_error == 'auto_account_expired' %] could not be renewed as your account has expired. This new reason should work well with our renewals assessment taking place the day after the account expiry. But unexpectedly, if I have 2 items due for renewal assessment tonight and 2 more not due for some days, for leavers, Koha lumps all 4 items together and tells me all 4 items have failed to renew ([% error %]=4 not 2), and the two ones that aren’t eligible yet for renewal assessment are not left tacked onto the end of the renewed / failed renew list (so, no ‘Visual merchandising’ orphans for leavers). OK, it might seem odd that items could be due after expiry, but our data feed manipulates the borrower.dateexpiry and the scenario is (unfortunately) possible. Perhaps the customisation might fix this and see [% error %] set to two and the digest only listing the 2 items due now. OK, there would be a second digest for the other items due later, but that is OK. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:24:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:24:40 +0000 Subject: [Koha-bugs] [Bug 33931] Date Acquired automatically saved as today's date when left blank when adding a new item In-Reply-To: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33931-70-8bmCiPyGQL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 --- Comment #3 from Lisette Scheer <lisette.scheer at bywatersolutions.com> --- (In reply to Katrin Fischer from comment #2) > Koha enforcing today's date as dateaccessioned on saving has been the > default behavior as long as I can remember and we actually train and rely on > it. It serves as the 'date added' for libraries not using the acq module. > > Any change here should be discussed carefully. As Koha always enforced a > dateaccessioned also when importing items there could also be side effects. Katrin, I definitely remember a time a while back it wasn't doing that, but it sounds like it was a bug. We have a partner using the acq. module who don't like that it's filling on order, even though it's updated when the item is received. It sounded from Bug 29963 like it was not expected behavior and they had it stop filling but it was still saving so I thought it was an extension of that bug. Since it wasn't, it sounds like this would be a pretty big change to Koha and probably would cause more problems for more people. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:25:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:25:47 +0000 Subject: [Koha-bugs] [Bug 33930] Single record can have too many items for performance In-Reply-To: <bug-33930-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33930-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33930-70-28wIs4vFTq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33930 --- Comment #2 from Lisette Scheer <lisette.scheer at bywatersolutions.com> --- (In reply to Katrin Fischer from comment #1) > Introducing a limit seems not the ideal solution, and a reasonable limit > might be different depending on your system's resources and setup. I like > the work on the item table that seems one way to make this work better and > is waiting for testing: bug 33945, 33568 Katrin, I think you're correct that those bugs should fix this issue. Thanks! Lisette -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:40:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:40:02 +0000 Subject: [Koha-bugs] [Bug 33931] Date Acquired automatically saved as today's date when left blank when adding a new item In-Reply-To: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33931-70-03f3uRSkH1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33931 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I think it's one of those cases where you don't want to change existing behaviour needlessly, but maybe it could be a configuration thing. For the side effects, I am not sure, it could be that we have some display issues or we could have something explode, it's just hard to tell. Maybe nothing happens at all :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:41:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:41:35 +0000 Subject: [Koha-bugs] [Bug 33961] New: Offline circulation tool no longer working and should be removed Message-ID: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Bug ID: 33961 Summary: Offline circulation tool no longer working and should be removed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Circulation Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 22671 The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671 [Bug 22671] Warn the user in offline circulation if applicationCache isn't supported -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:41:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:41:35 +0000 Subject: [Koha-bugs] [Bug 22671] Warn the user in offline circulation if applicationCache isn't supported In-Reply-To: <bug-22671-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22671-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22671-70-5e6yeh5c3v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33961 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 [Bug 33961] Offline circulation tool no longer working and should be removed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:43:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:43:13 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-RfDX5IIi3y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- And the desktop app for windows users. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:44:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:44:17 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-qgU3fD1lfY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- And this thread on the devel ML https://lists.koha-community.org/pipermail/koha-devel/2021-August/046672.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:45:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:45:54 +0000 Subject: [Koha-bugs] [Bug 33889] Add shelving location column to holds queue In-Reply-To: <bug-33889-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33889-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33889-70-Hqn5dH4vzd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33889 Juliet Heltibridle <jheltibridle at rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |jheltibridle at rcplib.org Status|NEW |RESOLVED --- Comment #1 from Juliet Heltibridle <jheltibridle at rcplib.org> --- *** This bug has been marked as a duplicate of bug 30411 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:45:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:45:54 +0000 Subject: [Koha-bugs] [Bug 30411] Add separate shelving location column to Holds Queue In-Reply-To: <bug-30411-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30411-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30411-70-mbkCxOa8Rg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30411 --- Comment #3 from Juliet Heltibridle <jheltibridle at rcplib.org> --- *** Bug 33889 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:48:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:48:56 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-3zygu1oNqZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:48:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:48:58 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-98cisLVf8S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150254|0 |1 is obsolete| | --- Comment #13 from Sam Lau <samalau at gmail.com> --- Created attachment 152203 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152203&action=edit Bug 33176: Handle RequirePaymentType Test plan: 1. Turn on RequirePaymentType 2. Create a manual invocie on a patron account 3. Go to pay it, 'Payment type:' is marked as required. 4. In the inscept the select input ( #payment_type ) with your browser's dev tools. Removed the required attribute. 5. You are able to make the payment without a payment type. 6. Apply patch and restart_all 7. Try 4-5 again. This time you should get a 500 error and the payment should not go through. 8. Turn RequirePaymentType off. Try a payment with a payment type, you shoud be successful. 9. Make sure tests will pass: prove -v t/db_dependent/Koha/Account.t Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:49:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:49:01 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-TLepyrSnGK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150255|0 |1 is obsolete| | --- Comment #14 from Sam Lau <samalau at gmail.com> --- Created attachment 152204 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152204&action=edit Bug 33176: Enforce RequirePaymentType with API Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 16:49:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 14:49:03 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-KygErsI2v4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152131|0 |1 is obsolete| | --- Comment #15 from Sam Lau <samalau at gmail.com> --- Created attachment 152205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152205&action=edit Bug 33176: Enforce bad values 1. Turn on RequirePaymentType 2. Create a manual invocie on a patron account 3. Go to pay it, 'Payment type:' is marked as required. 4. In the inscept the select input ( #payment_type ) with your browser's dev tools. Removed the required attribute. 5. You are able to make the payment without a payment type. 6. Apply patch and restart_all 7. Try 4-5 again. This time you should get a 500 error and the payment should not go through. 8. Try a paymnet again this time manipulate the DOM and change the value of 'CASH' to something else like 'SOMETHINGELSE'. 9. Try to submit the payment and again you will get a 500 error. The payment should not go through. 10. Turn RequirePaymentType off. Try a payment with a payment type, you shoud be successful. 11. Make sure tests will pass Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:12:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:12:01 +0000 Subject: [Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections In-Reply-To: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30013-70-n2LHMvBSEN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |REOPENED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:16:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:16:05 +0000 Subject: [Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections In-Reply-To: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30013-70-xcyB5LV5f7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013 --- Comment #10 from Liz Rea <wizzyrea at gmail.com> --- I don't believe 33360 fixes this issue - this is about using google as a smtp server and the fact that our message queue opens a connection per message to the smtp server. Near as I can tell 33360 has to do with the recipients and sender limits of the emails, not the behaviour of the smtp server. Google wants each connection to send several mails, right now we only send one message per connection. Google does not publish the limits, but does say that smtp server connection limits are some number per rolling 24 hour period. They prefer the connection be kept open rather than making many individual connections. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:19:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:19:51 +0000 Subject: [Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections In-Reply-To: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30013-70-i2AXSKZ77U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013 --- Comment #11 from Kyle M Hall <kyle at bywatersolutions.com> --- I think we need to implement https://metacpan.org/pod/Email::Sender::Transport::SMTP::Persistent and keep the instances of it in memory during each call to SendQueuedMessages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:21:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:21:09 +0000 Subject: [Koha-bugs] [Bug 33942] Improve performance of local holds priority by temporarily caching patrons and items In-Reply-To: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33942-70-Vi4OVja4Lu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:21:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:21:41 +0000 Subject: [Koha-bugs] [Bug 33942] Improve performance of local holds priority by temporarily caching patrons and items In-Reply-To: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33942-70-rsNtQ62TK5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 --- Comment #2 from Sam Lau <samalau at gmail.com> --- Using index info to reconstruct a base tree... M C4/Reserves.pm Falling back to patching base and 3-way merge... Auto-merging C4/Reserves.pm CONFLICT (content): Merge conflict in C4/Reserves.pm error: Failed to merge in the changes. Patch failed at 0001 Bug 33942: Improve performance of local holds priority by temporarily caching patrons and items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:28:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:28:25 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-Xdzfr5FVVI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Jonathan Druart from comment #4) > Created attachment 152183 [details] [review] > Bug 33852: Add one more test > > Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> Ok. I did it too quick :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:35:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:35:47 +0000 Subject: [Koha-bugs] [Bug 33962] New: Remove C4::BackgroundJob from process_koc Message-ID: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Bug ID: 33962 Summary: Remove C4::BackgroundJob from process_koc Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 2608 The last occurrence of C4::BackgroundJob is in process_koc.pl that is used to upload a file. Added by bug 2608 (15 years ago), I think it does not longer make sense as networks are faster, and we should not expect big koc files to be uploaded. If there are complains we will move it to Koha::BackgroundJob. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2608 [Bug 2608] offline circ processing of large KOC files can time out -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:35:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:35:47 +0000 Subject: [Koha-bugs] [Bug 2608] offline circ processing of large KOC files can time out In-Reply-To: <bug-2608-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-2608-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2608-70-nE3713sHqH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2608 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33962 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 [Bug 33962] Remove C4::BackgroundJob from process_koc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:36:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:36:22 +0000 Subject: [Koha-bugs] [Bug 33963] New: Remove C4::BackgroundJob Message-ID: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Bug ID: 33963 Summary: Remove C4::BackgroundJob Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 33962 No more occurrences! Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 [Bug 33962] Remove C4::BackgroundJob from process_koc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:36:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:36:22 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-d5XSJxE6oR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33963 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 [Bug 33963] Remove C4::BackgroundJob -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:39:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:39:58 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-6BG0MvqKL4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:40:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:40:01 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-1PSoH9Ea7Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152206 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152206&action=edit Bug 33962: Remove background job from process koc The last occurrence of C4::BackgroundJob is in process_koc.pl that is used to upload a file. Added by bug 2608 (15 years ago), I think it does not longer make sense as networks are faster, and we should not expect big koc files to be uploaded. If there are complains we will move it to Koha::BackgroundJob. Test plan: Upload a koc file, enqueue the operations and confirm that everything is working correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:40:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:40:16 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-rjwPn6d291@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:40:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:40:19 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-vbxCr8lo30@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152207&action=edit Bug 33963: Remove C4::BackgroundJob Finally! No more occurrences of this module, we can happily remove it! Test plan: git grep is your friend -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:40:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:40:21 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-Z0F3vEMZJH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152208&action=edit Bug 33963: Remove leftovers from previous works -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:45:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:45:32 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-D0k0ap3kSx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:50:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:50:39 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-uWkm9tXzoI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:50:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:50:42 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-LE25XWLGQz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152209&action=edit Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:54:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:54:56 +0000 Subject: [Koha-bugs] [Bug 33964] New: Use Email::Sender::Transport::SMTP::Persistent for sending email Message-ID: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 Bug ID: 33964 Summary: Use Email::Sender::Transport::SMTP::Persistent for sending email Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:55:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:55:05 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-6KcRpSJtBI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30013 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:55:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:55:05 +0000 Subject: [Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections In-Reply-To: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30013-70-zCcl5qV9XG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33964 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:55:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:55:08 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-umQLWjHrCf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:55:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:55:14 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-5Y1JzP4fnO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:55:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:55:41 +0000 Subject: [Koha-bugs] [Bug 33625] Enforce formatting on vue .js and .ts files In-Reply-To: <bug-33625-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33625-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33625-70-Fu15vCDp7v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33625 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #12 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:55:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:55:47 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-N534VIlZS9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Jessie Zairo <jzairo at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:57:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:57:23 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-uSrOTchwr8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152209|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152210 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152210&action=edit Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:57:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:57:29 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-zkVWvbuJ5D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- As described in bug 30013, some outgoing SMTP services ( such as Gmail ) do not like Koha's current behavior of initiating a new connection for each email sent. If we switch from Email::Sender::Transport::SMTP to Email::Sender::Transport::SMTP::Persistent and store the object for the duration of the message queue processing, this should solve that issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:58:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:58:25 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-RF809IO0x6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 --- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152211&action=edit Bug 33964: Use Email::Sender::Transport::SMTP::Persistent for sending email As described in bug 30013, some outgoing SMTP services ( such as Gmail ) do not like Koha's current behavior of initiating a new connection for each email sent. If we switch from Email::Sender::Transport::SMTP to Email::Sender::Transport::SMTP::Persistent and store the object for the duration of the message queue processing, this should solve that issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 17:58:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 15:58:38 +0000 Subject: [Koha-bugs] [Bug 33098] Revert suggestion status to 'Accepted' when orders made from a suggestion are cancelled In-Reply-To: <bug-33098-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33098-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33098-70-ULbVQhmRZ5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33098 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:08:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:08:28 +0000 Subject: [Koha-bugs] [Bug 32914] Use template wrapper for batch record deletion and modification templates In-Reply-To: <bug-32914-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32914-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32914-70-yJ95ZsTFcv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32914 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:08:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:08:30 +0000 Subject: [Koha-bugs] [Bug 32914] Use template wrapper for batch record deletion and modification templates In-Reply-To: <bug-32914-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32914-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32914-70-7Jy25LyA6s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32914 --- Comment #26 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:08:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:08:32 +0000 Subject: [Koha-bugs] [Bug 33553] Unecessary GetCategories calls in template In-Reply-To: <bug-33553-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33553-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33553-70-3zgEngXjTB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33553 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:08:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:08:34 +0000 Subject: [Koha-bugs] [Bug 33553] Unecessary GetCategories calls in template In-Reply-To: <bug-33553-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33553-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33553-70-u4oeWt2zpQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33553 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:08:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:08:35 +0000 Subject: [Koha-bugs] [Bug 33599] Use template wrapper for breadcrumbs: Various In-Reply-To: <bug-33599-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33599-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33599-70-1k71bsMaW9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33599 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:08:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:08:37 +0000 Subject: [Koha-bugs] [Bug 33599] Use template wrapper for breadcrumbs: Various In-Reply-To: <bug-33599-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33599-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33599-70-7ELHkKIwz5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33599 --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:09:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:09:27 +0000 Subject: [Koha-bugs] [Bug 33607] Show framework on record details page In-Reply-To: <bug-33607-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33607-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33607-70-F1fJOnofWf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33607 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #14 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:25:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:25:08 +0000 Subject: [Koha-bugs] [Bug 33541] Show 'Document type' in list of suggestions when creating an order from a suggestion In-Reply-To: <bug-33541-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33541-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33541-70-nR1HcvzL35@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33541 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #11 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:30:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:30:44 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation->output should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-PY1T9dchiH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 --- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152212&action=edit Bug 33556: Path parameters are handled explicitly in the controllers In the case of $c->objects->search_rs, the variable is just not used. In the case of /acq/orders, it's a leftover from when we removed in the helper. Check there are tests with path params everywhere (including orders) and it has no effect. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:30:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:30:47 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation->output should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-crzn5AaWev@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 --- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152213 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152213&action=edit Bug 33556: Avoid relying on $c->validation Talking to the OpenAPI plugin maintainer, he mentioned the use of $c->validation->output should be avoided as the plugin is not designed to have a stable behavior there, and he even thought of just removing the method. That method returns an internal data structure the plugin uses to validate things, and then updates the request itself. Take the following example: GET /patrons/123 x-koha-embed: checkouts,library without the OpenAPI plugin, requesting the header like this: $c->req->headers->header('x-koha-embed') would return a scalar, the string 'checkouts,library'. When using the plugin, and with `x-koha-embed` being defined as collectionFormat: csv, that header is entirely replaced by an arrayref. That's how the plugin works and how it is expected to be used. So we need to replace the uses of $c->validation format, with normal Mojo usage to avoid future headaches. This patch changes: * $c->validation->param => $c->param * $c->validation->param('body') => $c->req->json To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/*.t => SUCCESS: Tests pass! 2. Apply this patches 3. Repeat 1 => SUCCESS: Tests still pass! 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:30:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:30:50 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation->output should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-0swpTRN1ED@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152214 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152214&action=edit Bug 33556: Easy ERM-related changes I left the (easy) ERM cases out because it throws this when running the QA script: Processing files before patches |========================>| 51 / 51 (100.00%) An error occurred : Inconsistent hierarchy during C3 merge of class 'Koha::REST::V1::ERM::EHoldings::Titles::Local': current merge results [ Koha::REST::V1::ERM::EHoldings::Titles::Local, ] merging failed on 'Mojolicious::Controller' at /kohadevbox/qa-test-tools/koha-qa.pl line 112. and didn't want this to pollute the rest of the changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:35:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:35:17 +0000 Subject: [Koha-bugs] [Bug 33624] Using Browser "Back" button in Batch Record Modification causes biblio options to be displayed In-Reply-To: <bug-33624-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33624-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33624-70-x2B0cxudYY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33624 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:35:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:35:19 +0000 Subject: [Koha-bugs] [Bug 33624] Using Browser "Back" button in Batch Record Modification causes biblio options to be displayed In-Reply-To: <bug-33624-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33624-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33624-70-YnvY85kU3U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33624 --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:35:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:35:20 +0000 Subject: [Koha-bugs] [Bug 33735] Misspelling in SMS provier In-Reply-To: <bug-33735-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33735-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33735-70-eN5LLqFSpq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33735 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:35:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:35:22 +0000 Subject: [Koha-bugs] [Bug 33735] Misspelling in SMS provier In-Reply-To: <bug-33735-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33735-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33735-70-QhTY5ALKKE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33735 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:35:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:35:24 +0000 Subject: [Koha-bugs] [Bug 33761] Holds queue is not selecting items with completed transfers In-Reply-To: <bug-33761-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33761-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33761-70-3MNXhe7guS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33761 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:35:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:35:25 +0000 Subject: [Koha-bugs] [Bug 33761] Holds queue is not selecting items with completed transfers In-Reply-To: <bug-33761-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33761-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33761-70-Uno5Y1yNd1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33761 --- Comment #9 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:37:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:37:18 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-FBXvkn2mXd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|$c->validation->output |$c->validation should be |should be avoided |avoided CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |martin.renvoize at ptfs-europe | |.com, | |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:38:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:38:10 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-ut3mUDnDw5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- I did the trivial ones. Which could be pushed as-is while we figure the tricky stuff. The idea behind the previous sentence is we can make devs rely on better examples for ongoing stuff. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:43:12 +0000 Subject: [Koha-bugs] [Bug 33421] Filtering purchase suggestions by status does not work if All Libraries is selected In-Reply-To: <bug-33421-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33421-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33421-70-PJANcdTSs6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33421 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:43:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:43:14 +0000 Subject: [Koha-bugs] [Bug 33421] Filtering purchase suggestions by status does not work if All Libraries is selected In-Reply-To: <bug-33421-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33421-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33421-70-VGKf2cLaf6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33421 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:43:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:43:16 +0000 Subject: [Koha-bugs] [Bug 33686] Update plugin unimarc_field_100.pl 'Script of title' with 2022 values In-Reply-To: <bug-33686-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33686-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33686-70-sn3r9EetLf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:43:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:43:17 +0000 Subject: [Koha-bugs] [Bug 33686] Update plugin unimarc_field_100.pl 'Script of title' with 2022 values In-Reply-To: <bug-33686-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33686-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33686-70-fjxGizoliM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686 --- Comment #17 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:43:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:43:19 +0000 Subject: [Koha-bugs] [Bug 33721] Show inactive funds in invoice.tt out of order In-Reply-To: <bug-33721-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33721-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33721-70-eTeWqMzqyd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:43:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:43:20 +0000 Subject: [Koha-bugs] [Bug 33721] Show inactive funds in invoice.tt out of order In-Reply-To: <bug-33721-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33721-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33721-70-TyfU4D2OUg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:44:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:44:11 +0000 Subject: [Koha-bugs] [Bug 33594] Sorting results by Title A-Z might use wrong title field In-Reply-To: <bug-33594-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33594-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33594-70-0h4aJ2srnr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33594 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #17 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:47:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:47:28 +0000 Subject: [Koha-bugs] [Bug 33246] itemBarcodeFallbackSearch search results should show whether or not items are available In-Reply-To: <bug-33246-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33246-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33246-70-0tbqkouZFf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33246 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Needs documenting --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:50:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:50:07 +0000 Subject: [Koha-bugs] [Bug 23773] Send MEMBERSHIP_EXPIRY notice by SMS In-Reply-To: <bug-23773-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23773-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23773-70-5OrRiy6Bgm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23773 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #9 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:36 +0000 Subject: [Koha-bugs] [Bug 29993] Syndetics cover images do not display in browse shelf when scrolling from the first page In-Reply-To: <bug-29993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29993-70-HBoF8YxSO6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29993 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:38 +0000 Subject: [Koha-bugs] [Bug 29993] Syndetics cover images do not display in browse shelf when scrolling from the first page In-Reply-To: <bug-29993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29993-70-IMWFwu59PZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29993 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:40 +0000 Subject: [Koha-bugs] [Bug 32959] Item templates will apply the same barcode each time template is applied if autobarcode is enabled In-Reply-To: <bug-32959-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32959-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32959-70-WAEVwgbeT5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32959 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:42 +0000 Subject: [Koha-bugs] [Bug 32959] Item templates will apply the same barcode each time template is applied if autobarcode is enabled In-Reply-To: <bug-32959-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32959-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32959-70-fjlhQ4IUx2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32959 --- Comment #9 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:43 +0000 Subject: [Koha-bugs] [Bug 33010] CheckinSlip doesn't return checkins if checkout library and checkin library differ In-Reply-To: <bug-33010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33010-70-oLgmQaFGZ4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33010 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:45 +0000 Subject: [Koha-bugs] [Bug 33010] CheckinSlip doesn't return checkins if checkout library and checkin library differ In-Reply-To: <bug-33010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33010-70-sy0T59ARUU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33010 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:46 +0000 Subject: [Koha-bugs] [Bug 33138] Don't copy tag 147 to all MARC frameworks, since it should only be used in a separate NAME_EVENT framework In-Reply-To: <bug-33138-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33138-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33138-70-hpWrz4uWM4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33138 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:48 +0000 Subject: [Koha-bugs] [Bug 33138] Don't copy tag 147 to all MARC frameworks, since it should only be used in a separate NAME_EVENT framework In-Reply-To: <bug-33138-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33138-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33138-70-6bROqxoglA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33138 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:49 +0000 Subject: [Koha-bugs] [Bug 33708] OAuth/OIDC authentication for the staff interface requires OPAC enabled In-Reply-To: <bug-33708-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33708-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33708-70-bIVOvtDGdG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33708 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:51 +0000 Subject: [Koha-bugs] [Bug 33708] OAuth/OIDC authentication for the staff interface requires OPAC enabled In-Reply-To: <bug-33708-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33708-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33708-70-UxgaMNQ3et@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33708 --- Comment #16 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:53 +0000 Subject: [Koha-bugs] [Bug 33713] Report batch operations should open in new tab In-Reply-To: <bug-33713-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33713-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33713-70-DfQ5ZWTEc1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33713 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:51:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:51:54 +0000 Subject: [Koha-bugs] [Bug 33713] Report batch operations should open in new tab In-Reply-To: <bug-33713-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33713-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33713-70-hHCB05tO33@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33713 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:52:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:52:55 +0000 Subject: [Koha-bugs] [Bug 33203] Overdue notice/status triggers letter selection is ambiguous In-Reply-To: <bug-33203-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33203-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33203-70-Gwuq0kGAJn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33203 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:53:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:53:54 +0000 Subject: [Koha-bugs] [Bug 33769] Terminology: 'Warning: Item {barcode} is reserved' In-Reply-To: <bug-33769-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33769-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33769-70-DSRzAIqBcg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33769 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependency missing from 22.11.x - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:55:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:55:22 +0000 Subject: [Koha-bugs] [Bug 33771] Markup errors on orderreceive.tt after 8179 In-Reply-To: <bug-33771-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33771-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33771-70-CQs7QlDuBQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33771 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependency missing - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:58:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:58:22 +0000 Subject: [Koha-bugs] [Bug 33675] Add CSRF protection to OAuth/OIDC authentication In-Reply-To: <bug-33675-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33675-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33675-70-ynK2Bc67aZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:58:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:58:23 +0000 Subject: [Koha-bugs] [Bug 33675] Add CSRF protection to OAuth/OIDC authentication In-Reply-To: <bug-33675-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33675-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33675-70-EP15MUtF0C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675 --- Comment #12 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:58:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:58:25 +0000 Subject: [Koha-bugs] [Bug 33767] Accessibility: The 'OPAC results' page contains semantically incorrect headings In-Reply-To: <bug-33767-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33767-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33767-70-y62uKg0azx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:58:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:58:27 +0000 Subject: [Koha-bugs] [Bug 33767] Accessibility: The 'OPAC results' page contains semantically incorrect headings In-Reply-To: <bug-33767-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33767-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33767-70-QzPcxwcl8m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:58:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:58:28 +0000 Subject: [Koha-bugs] [Bug 33777] Get Jenkins green again for Auth_with_shibboleth.t In-Reply-To: <bug-33777-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33777-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33777-70-XZwZVDEO6j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33777 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 18:58:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 16:58:29 +0000 Subject: [Koha-bugs] [Bug 33777] Get Jenkins green again for Auth_with_shibboleth.t In-Reply-To: <bug-33777-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33777-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33777-70-Ywo0Irl6O8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33777 --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:00:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:00:11 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: <bug-33371-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33371-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33371-70-MIERFWKlYH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.00 |23.11.00,23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:00:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:00:13 +0000 Subject: [Koha-bugs] [Bug 33371] Add 'koha-common.service' systemd service In-Reply-To: <bug-33371-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33371-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33371-70-lEpZFYBrDt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371 --- Comment #11 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:03:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:03:36 +0000 Subject: [Koha-bugs] [Bug 33785] A couple more UI changes related to Bug 8179 In-Reply-To: <bug-33785-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33785-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33785-70-9wIAG6vm3Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33785 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |matt.blenkinsop at ptfs-europe | |.com Resolution|--- |FIXED --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependency missing - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:04:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:04:54 +0000 Subject: [Koha-bugs] [Bug 33774] Loading club table in every tab in patron details In-Reply-To: <bug-33774-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33774-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33774-70-DBLOcukGop@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33774 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #9 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Missing dependency - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:09:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:09:31 +0000 Subject: [Koha-bugs] [Bug 31585] "ACQUISITION ORDER" action missing from log viewer search form In-Reply-To: <bug-31585-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31585-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31585-70-7wbIbYurqd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31585 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:09:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:09:33 +0000 Subject: [Koha-bugs] [Bug 31585] "ACQUISITION ORDER" action missing from log viewer search form In-Reply-To: <bug-31585-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31585-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31585-70-piUK53jUQk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31585 --- Comment #11 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:09:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:09:34 +0000 Subject: [Koha-bugs] [Bug 33787] Remove option to archive system debit types In-Reply-To: <bug-33787-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33787-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33787-70-G8zGmeIRYw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33787 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:09:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:09:36 +0000 Subject: [Koha-bugs] [Bug 33787] Remove option to archive system debit types In-Reply-To: <bug-33787-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33787-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33787-70-GY8MCj4aIb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33787 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:09:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:09:38 +0000 Subject: [Koha-bugs] [Bug 33791] $hold->fill does not set itemnumber when checking out without confirming hold In-Reply-To: <bug-33791-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33791-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33791-70-6OcuPHBeSS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33791 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:09:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:09:39 +0000 Subject: [Koha-bugs] [Bug 33791] $hold->fill does not set itemnumber when checking out without confirming hold In-Reply-To: <bug-33791-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33791-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33791-70-mmO6l8usVu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33791 --- Comment #12 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:12:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:12:08 +0000 Subject: [Koha-bugs] [Bug 33797] Extra space in supplier.tt In-Reply-To: <bug-33797-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33797-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33797-70-JBeQTa4r00@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33797 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |matt.blenkinsop at ptfs-europe | |.com Resolution|--- |FIXED --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependencies missing - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:12:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:12:53 +0000 Subject: [Koha-bugs] [Bug 33784] Save clicks on single order receive In-Reply-To: <bug-33784-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33784-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33784-70-ZDL0xx32KO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |RESOLVED --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependencies missing - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:12:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:12:54 +0000 Subject: [Koha-bugs] [Bug 33864] Problems in order receive modal In-Reply-To: <bug-33864-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33864-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33864-70-nxJjQjb0uR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864 Bug 33864 depends on bug 33784, which changed state. Bug 33784 Summary: Save clicks on single order receive https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:42 +0000 Subject: [Koha-bugs] [Bug 26611] Required match checks don't work for authority records In-Reply-To: <bug-26611-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26611-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26611-70-t7G1BXiKkn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26611 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:44 +0000 Subject: [Koha-bugs] [Bug 26611] Required match checks don't work for authority records In-Reply-To: <bug-26611-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26611-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26611-70-IhhHWI0XiZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26611 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:45 +0000 Subject: [Koha-bugs] [Bug 33362] Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues In-Reply-To: <bug-33362-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33362-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33362-70-P4I1YXQoKU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:47 +0000 Subject: [Koha-bugs] [Bug 33362] Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues In-Reply-To: <bug-33362-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33362-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33362-70-cmgAbD7fwe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:49 +0000 Subject: [Koha-bugs] [Bug 33663] Don't hide Suggestions link in side navigation when suggestion preference is disabled In-Reply-To: <bug-33663-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33663-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33663-70-fCt2m8eapn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33663 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:50 +0000 Subject: [Koha-bugs] [Bug 33663] Don't hide Suggestions link in side navigation when suggestion preference is disabled In-Reply-To: <bug-33663-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33663-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33663-70-UQz2NUcQri@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33663 --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:52 +0000 Subject: [Koha-bugs] [Bug 33762] Restore page-section in ILL In-Reply-To: <bug-33762-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33762-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33762-70-sab5DsS3zU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33762 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:53 +0000 Subject: [Koha-bugs] [Bug 33762] Restore page-section in ILL In-Reply-To: <bug-33762-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33762-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33762-70-EzTaTiV2Fg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33762 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:55 +0000 Subject: [Koha-bugs] [Bug 33792] reserves_stats.pl ignores filled holds without itemnumber In-Reply-To: <bug-33792-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33792-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33792-70-5wwVk42KIs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33792 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:57 +0000 Subject: [Koha-bugs] [Bug 33792] reserves_stats.pl ignores filled holds without itemnumber In-Reply-To: <bug-33792-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33792-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33792-70-lU4uyTCZ8Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33792 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:15:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:15:58 +0000 Subject: [Koha-bugs] [Bug 33815] Crash when librarian changes their own username in the staff interface In-Reply-To: <bug-33815-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33815-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33815-70-NLnq3hHR8L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:16:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:16:00 +0000 Subject: [Koha-bugs] [Bug 33815] Crash when librarian changes their own username in the staff interface In-Reply-To: <bug-33815-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33815-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33815-70-AJ6BQLh5sl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815 --- Comment #19 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:16:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:16:02 +0000 Subject: [Koha-bugs] [Bug 33834] api/v1/ill_requests.t fails randomly In-Reply-To: <bug-33834-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33834-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33834-70-Cj68Iw1BSC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33834 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:16:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:16:03 +0000 Subject: [Koha-bugs] [Bug 33834] api/v1/ill_requests.t fails randomly In-Reply-To: <bug-33834-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33834-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33834-70-xK9QZ404MP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33834 --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:20:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:20:57 +0000 Subject: [Koha-bugs] [Bug 33783] Populate actual cost with estimated cost if actual cost not set when receiving (bug 8179 follow-up) In-Reply-To: <bug-33783-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33783-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33783-70-sPGfoL2FQi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33783 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |RESOLVED --- Comment #16 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependencies missing - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:21:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:21:51 +0000 Subject: [Koha-bugs] [Bug 33864] Problems in order receive modal In-Reply-To: <bug-33864-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33864-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33864-70-7l9QxPPb6I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |RESOLVED --- Comment #28 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Dependencies missing - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:21:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:21:52 +0000 Subject: [Koha-bugs] [Bug 33863] On receive "change currency" is always checked In-Reply-To: <bug-33863-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33863-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33863-70-08M1SWcsqL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33863 Bug 33863 depends on bug 33864, which changed state. Bug 33864 Summary: Problems in order receive modal https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:21:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:21:52 +0000 Subject: [Koha-bugs] [Bug 33867] Quantity received should default to number of unreceived items when creating items on cataloguing In-Reply-To: <bug-33867-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33867-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33867-70-AfloHQKdNg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33867 Bug 33867 depends on bug 33864, which changed state. Bug 33864 Summary: Problems in order receive modal https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:28:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:28:56 +0000 Subject: [Koha-bugs] [Bug 33788] Items tab shows all previous borrowers instead of 3 In-Reply-To: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33788-70-u6FxqkHNny@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:28:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:28:58 +0000 Subject: [Koha-bugs] [Bug 33788] Items tab shows all previous borrowers instead of 3 In-Reply-To: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33788-70-PUQRmGtMJ7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:00 +0000 Subject: [Koha-bugs] [Bug 33821] OPAC flatpickr no longer allows for direct input of date In-Reply-To: <bug-33821-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33821-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33821-70-uUeL9IPWEM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33821 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:02 +0000 Subject: [Koha-bugs] [Bug 33821] OPAC flatpickr no longer allows for direct input of date In-Reply-To: <bug-33821-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33821-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33821-70-ql1Kun2trt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33821 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:03 +0000 Subject: [Koha-bugs] [Bug 33823] KohaTable vue component action buttons spacing differ from kohaTable In-Reply-To: <bug-33823-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33823-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33823-70-3a41CTBU8R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33823 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:05 +0000 Subject: [Koha-bugs] [Bug 33823] KohaTable vue component action buttons spacing differ from kohaTable In-Reply-To: <bug-33823-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33823-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33823-70-d7YTZxxtIF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33823 --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:07 +0000 Subject: [Koha-bugs] [Bug 33829] Cannot add patron to patron list if PatronAutoComplete is off In-Reply-To: <bug-33829-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33829-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33829-70-WaSeorbKDe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33829 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:08 +0000 Subject: [Koha-bugs] [Bug 33829] Cannot add patron to patron list if PatronAutoComplete is off In-Reply-To: <bug-33829-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33829-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33829-70-VfdoM0QIKt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33829 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:10 +0000 Subject: [Koha-bugs] [Bug 33838] Offline circulation interface error on return In-Reply-To: <bug-33838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33838-70-ORiSPMEwMp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33838 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:12 +0000 Subject: [Koha-bugs] [Bug 33838] Offline circulation interface error on return In-Reply-To: <bug-33838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33838-70-S9X49P4F5H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33838 --- Comment #11 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:13 +0000 Subject: [Koha-bugs] [Bug 33854] Typo in ImportBatchProfiles controller In-Reply-To: <bug-33854-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33854-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33854-70-fQ9naaGyh6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33854 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 19:29:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 17:29:15 +0000 Subject: [Koha-bugs] [Bug 33854] Typo in ImportBatchProfiles controller In-Reply-To: <bug-33854-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33854-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33854-70-a2vZFHBK7j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33854 --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 20:14:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 18:14:17 +0000 Subject: [Koha-bugs] [Bug 32256] self-checkout batch mode In-Reply-To: <bug-32256-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32256-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32256-70-pO3DEyl2p6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 --- Comment #3 from Dave <ddaghita at mckinneytexas.org> --- new line delimited list of barcodes -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 20:28:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 18:28:33 +0000 Subject: [Koha-bugs] [Bug 33960] Add ability to retrieve deleted biblios In-Reply-To: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33960-70-PbaTJEhBsg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152215&action=edit Bug 33960: (QA follow-up) ->delete doesn't send to deletedbiblio Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:13:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:13:45 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-zOWM5AUwrT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #31 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Jonathan Druart from comment #30) > (In reply to Jonathan Druart from comment #24) > > Suggestion addition for the wiki at > > https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy > > > > """ > > The code must be tidy using perltidy and the .perltidyrc file presents at > > the root of the Koha directory. > > You must run perltidy on any new perl files added. > > When you add changes to existing files you should consider setting your code > > editor accordingly. > > For vim you can add the following line to you `.vimrc`: `vmap <F8> > > :!perltidy -q<CR>` > > Then switch to visual move (ctrl+v), select a block and press F8. > > """ > > Added to the wiki. I added the VSCode counterpart. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:28:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:28:06 +0000 Subject: [Koha-bugs] [Bug 33594] Sorting results by Title A-Z might use wrong title field In-Reply-To: <bug-33594-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33594-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33594-70-ls8MjUX62R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33594 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It would be nice to have this reconsidered, but it will only affect new installations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:30:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:30:09 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-aDQHMWAxiC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #32 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #31) > (In reply to Jonathan Druart from comment #30) > > (In reply to Jonathan Druart from comment #24) > > > Suggestion addition for the wiki at > > > https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy > > > > > > """ > > > The code must be tidy using perltidy and the .perltidyrc file presents at > > > the root of the Koha directory. > > > You must run perltidy on any new perl files added. > > > When you add changes to existing files you should consider setting your code > > > editor accordingly. > > > For vim you can add the following line to you `.vimrc`: `vmap <F8> > > > :!perltidy -q<CR>` > > > Then switch to visual move (ctrl+v), select a block and press F8. > > > """ > > > > Added to the wiki. > > I added the VSCode counterpart. Updated the general part of the page and Geany. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:36:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:36:23 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-QKe7FxlAIU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It looks like this patch breaks the opacSerialDefaultTab functionality. When it's set to subscription, the subscription tab should be active when loading the detail page when a subscription exists. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:38:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:38:20 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-8JGfNzeDng@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- There is a conflict - can you please rebase? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:41:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:41:49 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-93t8ehco4i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:48:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:48:04 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-UgsPZw43A2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- First time I noticed this: when doing actions on the tabs, the page reloads and you lose your 'active' tab. Maybe we could take a look at this sometime. But this is the same without the patch set. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:48:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:48:32 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-JrIaLEP0yH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:48:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:48:35 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-l14zbDae4w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151984|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152216 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152216&action=edit Bug 33528: Use template wrapper for tabs: Patron details page This patch updates the checkout and patron details templates so that they use the new WRAPPER directive to build tabbed navigation. The markup for the tab navigation and tab panels is moved into its own include file since the templates were duplicating essentially the same code. To fully test you should have patrons with checkouts, fines, holds, recalls, and article requests. Apply the patch and go to the checkout page in the staff interface. With each tab, test as much functionality as you can within that tab. - Checkouts - Holds - Recalls (with UseRecalls enabled) - Claims (with a LOST value defined in ClaimReturnedLostValue) - Restrictions - Article Requests (with ArticleRequests preference enabled) - Clubs (with at least one club defined) - Relatives' checkouts (patron must have a guarantee linked to their account). Perform the same tests on the patron details page. Note that the "Charges" tab is shown on the patron details page but not the checkout page. This is not a change made by this patch. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 21:55:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 19:55:45 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-CTXv3fTdDc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 22:17:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 20:17:16 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33411-70-RB1cx4gKoB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 George Williams (NEKLS) <george at nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org --- Comment #24 from George Williams (NEKLS) <george at nekls.org> --- Any chance this patch can be applied to 22.11 also? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 22:40:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 20:40:50 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-r4gYjdwocG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 22:40:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 20:40:53 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-MWrw4wZ9ED@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152105|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152217 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152217&action=edit Bug 33901: (bug 30718 follow-up) Predition pattern - don't set end date to today If the end date is not set we should not set it to today. On bug 30718 the following change was wrong: -$enddate = eval { output_pref( { str => $enddate, dateonly => 1, dateformat => 'iso' } ); }; +$enddate = dt_from_string($enddate)->ymd; output_pref returns undef if str is empty After the change we returned today's date. Test plan: 1. Go to Serials > Manage numbering patterns 2. Click Edit next to one of the existing patterns (e.g. Number) 3. Enter information in the Test prediction pattern section - Frequency: choose one (e.g. 1/month) - First issue publication date: enter a date (e.g. 2023-06-01) - Subscription length: issues + enter a number of issues (e.g. 12) - Locale: leave empty - Begins with: enter a number in the X column, e.g. 42 4. Click Test pattern => Without this patch only one issue is shown, no matter how many you enter in Subscription length => With this patch applied the end date is not set to today and the prediction pattern list is correct Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 22:41:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 20:41:14 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown in Test prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-gw69lMe1mz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Much better, thx Caroline for filing and Jonathan for the fix :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 22:42:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 20:42:29 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown when testing prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-li767r4FZu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Summary|Only one issue shown in |Only one issue shown when |Test prediction pattern |testing prediction pattern -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 22:48:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 20:48:13 +0000 Subject: [Koha-bugs] [Bug 25901] Add option for ClaimsReturnedWarningThreshold to count only unresolved claims In-Reply-To: <bug-25901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25901-70-DchFGxEXH9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25901 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:03:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:03:59 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-ZL1cFemebJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:21:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:21:17 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-ptqx3LVTM8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:21:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:21:19 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-EW6BL3GfGC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152196|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152218&action=edit Bug 33904: Add tests Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:21:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:21:22 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-WFvGSILYkw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152197|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152219&action=edit Bug 33904: Fix 2FA registration when library name has non-latin characters If the library name contains non-latin characters, the 2FA registration process will fail with a JS alert coming from a 500 server-side. The problem is that Auth::GoogleAuth is expecting an already UTF8 encoded string. We should set the encoding correctly to make Auth::GoogleAuth deal with the URL escaping internally correctly, then decode on our own (in the REST API controller) Test plan: * Modify your logged in library name and add some non-latin characters (eg. "my ❤ library") * Turn on TwoFactorAuthentication * Go to your account > More > Manage 2FA * Click the enable button => Notice that you see the QR code and that both "issuer" and "key id" entries display the library name correctly. * Test the whole 2FA process, confirm that the library name is correctly displayed on the app you are using. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:21:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:21:25 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-u9pXuO3bbR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152198|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152220 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152220&action=edit Bug 33904: (follow-up) Perltidy With the recent introduction of a community perltidyrc, I felt it sensible to give the module a tidy with this patch. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:24:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:24:26 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-wNEdHn9juU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The perltidy patch does include a fair bit of whitespace changes. We might want to leave it off as Jonathan suggested. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:25:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:25:25 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33868-70-bB7HGVV2jT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:30:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:30:35 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33868-70-eV5RXMVQk7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:30:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:30:39 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33868-70-lLsypr4xvy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152020|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152221 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152221&action=edit Bug 33868: Upgrade the Multiple Select plugin in the staff interface This patch upgrades the Multiple Select plugin in the staff interface and adds some minor adjustments to system preferences CSS to accommodate the change. The listing on the about page is updated with current information. To test, apply the patch and clear your browser cache if necessary. - Go to Administration -> System preferences. - Test some preferences which use the plugin, e.g. - ApplyFrameworkDefaults - CoceProviders - OpacHiddenItemsExceptions - OPACAllowUserToChangeBranch - Confirm that the menus look correct and work correctly. Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:33:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:33:50 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33855-70-uvmFKbppUf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:34:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:34:23 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33855-70-Od8jopsMUn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:34:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:34:25 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33855-70-sZHAjRVLf1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152021|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152222 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152222&action=edit Bug 33855: Clean up forms and page sections on 'manage MARC imports' page This patch makes minor changes to the structure of the "Manage MARC imports" page so that sections are more clearly delineated and forms have the correct structure. The patch also shortens the new framework field labels and adds hints for clarification. To test, apply the patch and go to Cataloging -> Stage MARC records for import. - Import a batch of MARC records. - Go to Cataloging -> Manage staged records. - View the batch you just imported. - You should see three sections: - A list of information about the batch - Options for changing the matching rules - Options for setting frameworks during import. - Test that the form for applying different matching rules still works correctly. - Import a batch of records which contains matches (by, for example, exporting MARC records from Koha and then reimporting the same batch) - On the manage page for that batch try changing the matching rule applied, switching between "Do not look for matching records" and a matching rule which will catch the duplicate records. - Test that your records are imported correctly according to the framework settings you select, both for new records and for replaced records. Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:34:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:34:56 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33855-70-i4r3dFnAyo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to David Nind from comment #3) > A nice update! Agreed :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:39:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:39:11 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21833-70-qZalBZqfl1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Our own backend has quite a bit of code using the medium, but it might date back to the type when it was still used. It would certainly need some work to clean-up. What could a deprecation process look like? How and where do we anounce it and how can we make it the most visible? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:39:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:39:28 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21833-70-R6J9H5xEJa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:41:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:41:37 +0000 Subject: [Koha-bugs] [Bug 33965] New: Hide patron accounts that are for admin use only Message-ID: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33965 Bug ID: 33965 Summary: Hide patron accounts that are for admin use only Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com We should have a setting that only superlibrarians can set to hide patron accounts that regular staff should not need to alter. Test accounts, anonymous patron accounts, etc. Superlibrarians would be the only users that could alter accounts marked as such. You should not be able to mark superlibrarian accounts as hidden. Regular staff would be able to see names and card info throughout the system, but they would not be able to view the patron record. They should be shown a screen like "Admin use only." -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:47:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:47:02 +0000 Subject: [Koha-bugs] [Bug 33966] New: "Update and run SQL" for non-English templates Message-ID: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Bug ID: 33966 Summary: "Update and run SQL" for non-English templates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Bug 23824 unfortunately introduced issues when the "Update and run SQL" button is used in translated templates. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:47:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:47:27 +0000 Subject: [Koha-bugs] [Bug 23824] Add a 'Save and run' button to reports In-Reply-To: <bug-23824-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23824-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23824-70-EoMtI3EMGk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33966 --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Please report new bugs linked to the original one once the bug has been released. Otherwise it's too easy to miss these and we will always need a new bug anyway. Confirmed :( and reported as: Bug 33966 - "Update and run SQL" for non-English templates Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 [Bug 33966] "Update and run SQL" for non-English templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:47:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:47:27 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-6R90dclpYT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23824 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824 [Bug 23824] Add a 'Save and run' button to reports -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 8 23:53:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 21:53:22 +0000 Subject: [Koha-bugs] [Bug 24622] Restrict circulation by price In-Reply-To: <bug-24622-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24622-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24622-70-5BdLExrVkF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24622 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Restrict Circulation by |Restrict circulation by |price |price Version|19.05 |master --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Christofer, I don't remember any bug or discussion about a feature like this so far, but I understand where you are coming from. In the circulation module the total replacement price shows in the table of checkouts, maybe some workaround could be built using that and jQuery. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 00:22:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 22:22:14 +0000 Subject: [Koha-bugs] [Bug 33929] Cannot export genre/form authority framework In-Reply-To: <bug-33929-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33929-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33929-70-W26qxXdqxQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33929 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Hardware|PC |All OS|Windows |All Version|22.11 |master --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Confirmed in master as well. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 00:54:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 22:54:56 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-oklA4U6KI8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 00:54:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 22:54:58 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-OpUaOAlRzz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152071|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152223 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152223&action=edit Bug 24517: Add missing 6th position to date-entered-on-file index Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 00:55:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 22:55:02 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-hUsDp9atA5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152072|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152224&action=edit Bug 24517: Add missing 6th position to date-entered-on-file index (XSLT) Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:16:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:16:54 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-zZnNDKa89y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:16:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:16:56 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-xHEt6qwAvK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152079|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152225 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152225&action=edit Bug 33858: Format dates in offline circ 1 - check item 3999900000001 out to a patron 2 - upload the attached KOC file from bug 33838 3 - navigate to pending offline circ actions 4 - verify that the date is shown unformatted 5 - apply patch 6 - verify that the date is now shown formatted Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:17:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:17:57 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-Ud918PNJ4x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It works, but I updated it to use with_hours=1 to show the time, but we are still losing the second. Should we worry about that? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:18:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:18:10 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-vp7FmbCQTO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:20:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:20:42 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-rIKRupF7XG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:20:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:20:45 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-wihrHCc2ZJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152095|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152226 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152226&action=edit Bug 33937: Remove incorrect export in C4::Members Bug 17600 re-add those exports, but the module does no longer have the subroutines. We should remove these export. Test plan: git grep is your friend Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 01:21:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jun 2023 23:21:03 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-2XjaP6aGsO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 02:10:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 00:10:13 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-JI242j3ZVr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #33 from David Cook <dcook at prosentient.com.au> --- Does anything need to be done for folk who code in koha-testing-docker using vim? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 02:26:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 00:26:47 +0000 Subject: [Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections In-Reply-To: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30013-70-TxrjDrcChe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013 --- Comment #12 from David Cook <dcook at prosentient.com.au> --- (In reply to Kyle M Hall from comment #11) > I think we need to implement > https://metacpan.org/pod/Email::Sender::Transport::SMTP::Persistent and keep > the instances of it in memory during each call to SendQueuedMessages +1 Since different libraries can have different SMTP servers, I reckon SendQueuedMessages should have an empty hashref that gets passed through to _send_message_by_email. (Looks like _send_message_by_email is only used in SendQueuedMessages so changes to the arguments should be easy.) Then the $stmp_server can be cached in that hashref for the life of SendQueuedMessages. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 02:33:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 00:33:14 +0000 Subject: [Koha-bugs] [Bug 31427] Automatic renewal too_many error is confusing in notices In-Reply-To: <bug-31427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31427-70-FiRu3hwsGK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31427 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- (In reply to Ray Delahunty from comment #5) > We are testing auto-renewals in 22.11 (preparing to ditch our auto-renewal > workaround which avoided various bugs like 19014 in place since 17.11). We > have the ‘No renewal before’ set to zero and the renewal script running at > 00:15 after the item was late. So far we have found two interesting issues. > One is the renewal handling too soon problem that should be solved if we > could have David Cook’s local customisation. Is the customisation TT code > added to the AUTO_RENEWAL_DGST? The local customisation I'd done was in the code in the automatic_renewals.pl script. However, it hasn't been working correctly in 21.11 and 22.11. I haven't had any complaints about 22.11, so I'm not planning on looking at it again unless I get people complaining about confusion/unexpected behaviours locally. (In reply to Ray Delahunty from comment #5) > Is the customisation TT code > added to the AUTO_RENEWAL_DGST? I don’t want ‘Visual merchandising’ tacked > on as an orphan on this digest: > > There were 1 items that were not renewed. > There were 2 items that were renewed. > Mastering wildlife photography (barcode: 54250053) was not renewed as it is > reserved by another reader. > Cool infographics (barcode 54197511) was renewed until 12/06/2023 > The information design handbook (barcode 54240693) was renewed until > 12/06/2023 > Visual merchandising / : 40620336 It might be that you need to tweak your template as this does look a bit odd. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 02:37:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 00:37:02 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-1krTNeJUld@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- (In reply to Katrin Fischer from comment #5) > Available can be on the shelf... usable in the library, not necessarily for > loan. Mmm that's true and I think that's how we've been using it for years in our libraries. I think the search results say "Available for loan", although I've customized that locally to things like "Available electronically" or "Available for photocopy" depending on the use restriction... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 03:36:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 01:36:11 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-RZrzZoaLFC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #52 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #50) > Trying to remember why we needed this since in theory > Plack::Middleware::ReverseProxy should've handled this... Ahh I see now. Plack::Middleware::ReverseProxy chooses the last IP in the list (rather than the first), so if you're using a reverse proxy in front of Koha's Apache reverse proxy, then you'll get the IP address for that reverse proxy instead of the client IP address. I guess I can understand that... since it is the most recent IP address to connect... and then we use Koha::Middleware::RealIP (inspired by Plack::Middleware::RealIP) to validate the proxy addresses and get the real client IP... -- I can get the client IP via $ENV{REMOTE_ADDR} in Koha as set by Koha::Middleware::RealIP, but plack.log is still using the proxy address as set by Plack::Middleware::ReverseProxy. (I've confirmed that by hacking on Plack::Middleware::ReverseProxy.pm in k-t-d.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:01:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:01:38 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-RK4WVawL3d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #53 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #52) > I can get the client IP via $ENV{REMOTE_ADDR} in Koha as set by > Koha::Middleware::RealIP, but plack.log is still using the proxy address as > set by Plack::Middleware::ReverseProxy. (I've confirmed that by hacking on > Plack::Middleware::ReverseProxy.pm in k-t-d.) This one is driving me a little crazy... It looks like /usr/share/perl5/Plack/Runner.pm applies the Plack::Middleware::AccessLog middleware and that's wrapped around the app last... Yet it appears to be getting the REMOTE_ADDR from Plack::Middleware::ReverseProxy and not Koha::Middleware::RealIP. (If you remove Plack::Middleware::ReverseProxy then it'll get it from Koha::Middleware::RealIP.) But it seems more complicated than that because adding Koha::Middleware::RealIP *after* Plack::Middleware::ReverseProxy doesn't seem to make a difference which seems illogical... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:36:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:36:43 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-hcNc1xcnMF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #54 from David Cook <dcook at prosentient.com.au> --- The problem is Koha::Middleware::SetEnv. It's a fundamentally flawed middleware. The wrapping of middleware works by passing around a hash reference (ie $env), and Koha::Middleware::SetEnv breaks the referential train. It passes a new hashref to Koha::Middleware::RealIP which then passes that new reference to the Koha app. But when the post-processing aspect of the Plack middleware runs, after leaving the Koha::Middleware::SetEnv wrapper, it goes back to Plack::Middleware::Static which has the *original* reference, which undoes the changes of Koha::Middleware::SetEnv wrapper and Koha::Middleware::RealIP. We don't notice this because a lot of our middleware only "pre-process". But Plack::Middleware::AccessLog" is a "post-process" middleware. This should actually be a fairly easy fix, and it'll fix the IP address in plack.log when running behind a reverse proxy. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:41:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:41:01 +0000 Subject: [Koha-bugs] [Bug 33967] New: REMOTE_ADDR incorrect in plack.log when run behind a proxy Message-ID: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 Bug ID: 33967 Summary: REMOTE_ADDR incorrect in plack.log when run behind a proxy Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org As I note in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068#c54 the Koha::Middleware::SetEnv breaks the flow of $env through the Plack middleware wrapper chain. This means that post-processing middleware that happen after Koha::Middleware::SetEnv (e.g. Plack::Middleware::AccessLog) will use the wrong $env variable (ie the $env variable that was being used before Koha::Middleware::SetEnv was run in the pre-process middleware phase). By retaining the original $env hashref in Koha::Middleware::SetEnv, we should be able to preserve the referential integrity. Going to give a patch a go now... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:41:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:41:48 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-G79QMUniOU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23068 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:41:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:41:48 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-5URUZ1c4ey@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33967 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:41:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:41:55 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-75E0hR7CCy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:45:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:45:03 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-GZAoEjNAwU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #34 from Mason James <mtj at kohaaloha.com> --- (In reply to Jonathan Druart from comment #23) > (In reply to Julian Maurice from comment #21) > > Also, since it's a developer-only tool, do we need to restrict ourselves to > > an old version ? > > We could package the latest version on CPAN and have it in our repo. > > Mason, would that work for you? sure, i've added the latest perltidy (20230309) to the dev/unstable/master suite in koha-staging repo if it tests ok, ill push it everywhere # apt policy perltidy perltidy: Installed: 20230309-1~koha1 Candidate: 20230309-1~koha1 Version table: *** 20230309-1~koha1 500 500 http://debian.koha-community.org/koha-staging dev/main amd64 Packages 100 /var/lib/dpkg/status 20220613-1 500 500 http://ftp.nz.debian.org/debian sid/main amd64 Packages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:54:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:54:35 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-NWYmLV0aIg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #55 from David Cook <dcook at prosentient.com.au> --- Boy that was crazy-making but feels good to figure out a tough problem 😅 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 05:54:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 03:54:57 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-jAVGE6QMZK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 06:16:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 04:16:56 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-wfaBjkRGhN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 06:16:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 04:16:59 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-Hk6BZYNnYE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152227 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152227&action=edit Bug 33967: Fix SetEnv middleware to preserve $env integrity This patch fixes the Koha::Middleware::SetEnv, so that it preserves the referential integrity of the $env hash reference as it passes through the pre-process and post-process stages of middleware wrapped around the core Koha Plack application. Test plan: 0a. Apply the patch 0b. vi /etc/koha/sites/kohadev/koha-conf.xml 0c. Uncomment "koha_trusted_proxies" 0d. Add "172.0.0.0/8" to the end of the "koha_trusted_proxies" 0e. koha-plack --restart kohadev 1. vi /etc/apache2/sites-enabled/kohadev.conf 2. Add the following to the OPAC virtualhost: SetEnv OVERRIDE_SYSPREF_LibraryName "The Best, Truly the Best, Koha Library" RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_LibraryName The Best\, Truly the Best\, Koha Library" RequestHeader add X-Forwarded-For "192.168.100.100" 3. service apache2 restart 4. tail -f /var/log/koha/kohadev/plack.log 5. Go to http://localhost:8080/ 6. Note that the plack.log lists 192.168.100.100 as the client IP address 7. Note that the title of the OPAC webpage is "The Best, Truly the Best, Koha Library Library catalog" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:18:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:18:07 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-qNAzgv1bS8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:19:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:19:19 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-QPNxVC2FWT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- Is this still in progress or should it be needs signoff? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:19:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:19:48 +0000 Subject: [Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections In-Reply-To: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30013-70-4H0NqoOeF9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013 --- Comment #13 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #12) > (In reply to Kyle M Hall from comment #11) > > I think we need to implement > > https://metacpan.org/pod/Email::Sender::Transport::SMTP::Persistent and keep > > the instances of it in memory during each call to SendQueuedMessages > > +1 > > Since different libraries can have different SMTP servers, I reckon > SendQueuedMessages should have an empty hashref that gets passed through to > _send_message_by_email. (Looks like _send_message_by_email is only used in > SendQueuedMessages so changes to the arguments should be easy.) > > Then the $stmp_server can be cached in that hashref for the life of > SendQueuedMessages. And that's exactly what you've already done. Just saw the other report heh. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:20:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:20:44 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-7eMUe0ERhm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:22:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:22:34 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-ocDujLev8o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:22:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:22:36 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-mClYFKrPid@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152227|0 |1 is obsolete| | --- Comment #2 from David Nind <david at davidnind.com> --- Created attachment 152228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152228&action=edit Bug 33967: Fix SetEnv middleware to preserve $env integrity This patch fixes the Koha::Middleware::SetEnv, so that it preserves the referential integrity of the $env hash reference as it passes through the pre-process and post-process stages of middleware wrapped around the core Koha Plack application. Test plan: 0a. Apply the patch 0b. vi /etc/koha/sites/kohadev/koha-conf.xml 0c. Uncomment "koha_trusted_proxies" 0d. Add "172.0.0.0/8" to the end of the "koha_trusted_proxies" 0e. koha-plack --restart kohadev 1. vi /etc/apache2/sites-enabled/kohadev.conf 2. Add the following to the OPAC virtualhost: SetEnv OVERRIDE_SYSPREF_LibraryName "The Best, Truly the Best, Koha Library" RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_LibraryName The Best\, Truly the Best\, Koha Library" RequestHeader add X-Forwarded-For "192.168.100.100" 3. service apache2 restart 4. tail -f /var/log/koha/kohadev/plack.log 5. Go to http://localhost:8080/ 6. Note that the plack.log lists 192.168.100.100 as the client IP address 7. Note that the title of the OPAC webpage is "The Best, Truly the Best, Koha Library Library catalog" Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:38:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:38:47 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-bOys0WySkv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook <dcook at prosentient.com.au> --- This is on my mind as well. I have a few libraries that have corporate HTTP forward proxies that time out after 60 seconds, which makes the inventory tool very difficult if not impossible to use. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:53:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:53:22 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-qK0CirOGfM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- This one seems a bit intimidating because there are different modes for the inventory and no one uses the inventory tool that much I think. When you provide barcodes, I think that you end up with an output that is either output to screen or to a CSV output. (This type of inventory can be evaluated against only itself or against "results" which are determined based on the other filters?) But if you don't provide a barcode list, then there is an interactive mode based off the "results" of the filters... and this list fetches all matches into a DataTable. I suppose both modes would be amenable to background processing. In terms of database schema, I think we'd need to store the items in the "results" with a column for problems? Maybe a "batch" table would have some reporting columns for barcodes read and items modified. That's my interpretation at a glance. There might be other scenarios to take into account... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 07:56:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 05:56:01 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-OuWn3JTuvJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #2) > That's my interpretation at a glance. There might be other scenarios to take > into account... Looks like there can be other results like "Barcode not found". Not sure how we'd handle those kinds of things in a translation-friendly way... but maybe I just need to hook into the code and see. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 08:48:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 06:48:19 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-UKl3OWzbF1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- Created attachment 152229 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152229&action=edit Bug 33967: Add unit test to ensure SetEnv doesn't compromise $env This patch includes a unit test which checks the memory address of the $env hashref in middlewares before and after Koha::Middleware::Env is applied. It succeeds when the same $env is maintained before and after this middleware. It fails if the $env has been overwritten with a new hashref (as evidenced by the new memory address for the hash). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 08:49:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 06:49:44 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-UxQJyszrbv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152229|0 |1 is obsolete| | --- Comment #4 from David Cook <dcook at prosentient.com.au> --- Created attachment 152230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152230&action=edit Bug 33967: Add unit test to ensure SetEnv doesn't compromise $env This patch includes a unit test which checks the memory address of the $env hashref in middlewares before and after Koha::Middleware::Env is applied. It succeeds when the same $env is maintained before and after this middleware. It fails if the $env has been overwritten with a new hashref (as evidenced by the new memory address for the hash). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 08:50:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 06:50:32 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-tRAiwwfmxL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152220|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 08:51:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 06:51:22 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-CjNi0CsQYs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- If you want to verify the unit test works, you can either run it before applying the first patch, or you can compromise Koha/Middleware/SetEnv.pm by adding the following: $env = {}; right before the final return in the call sub. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 08:55:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 06:55:23 +0000 Subject: [Koha-bugs] [Bug 21330] Add XSLT for authority detail page in OPAC In-Reply-To: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21330-70-rF1wVGsvoE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330 --- Comment #35 from Fridolin Somers <fridolin.somers at biblibre.com> --- Great :D thanks to all -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 09:00:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 07:00:44 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-bOJrtYlciR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #35 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to David Cook from comment #33) > Does anything need to be done for folk who code in koha-testing-docker using > vim? read comment 24? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 09:01:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 07:01:21 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-d9L4gt2Eej@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #36 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Mason James from comment #34) > (In reply to Jonathan Druart from comment #23) > > (In reply to Julian Maurice from comment #21) > > > Also, since it's a developer-only tool, do we need to restrict ourselves to > > > an old version ? > > > > We could package the latest version on CPAN and have it in our repo. > > > > Mason, would that work for you? > > sure, i've added the latest perltidy (20230309) to the dev/unstable/master > suite in koha-staging repo > > if it tests ok, ill push it everywhere > > > # apt policy perltidy > perltidy: > Installed: 20230309-1~koha1 > Candidate: 20230309-1~koha1 > Version table: > *** 20230309-1~koha1 500 > 500 http://debian.koha-community.org/koha-staging dev/main amd64 > Packages > 100 /var/lib/dpkg/status > 20220613-1 500 > 500 http://ftp.nz.debian.org/debian sid/main amd64 Packages Thanks, Mason! Yes, please push it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 09:21:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 07:21:12 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-cT7J7hhf6G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 --- Comment #5 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- All looks good to me (review, tests (api+cypress) and a couple of manual tests). I am good with pushing as it, but we need a plan for the remaining occurrences. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 09:35:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 07:35:34 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-KeXCKqPYBp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #47 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- This patch makes Titles_spec.ts fail: "ReferenceError: resource_id is not defined" in "Show title". Can you have a look please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 09:38:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 07:38:16 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-DZnz4NFNPc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #48 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152231&action=edit Bug 32932: Fix resource_id param for EHoldingsLocalResourcesShow Caught by cypress tests "ReferenceError: resource_id is not defined" in "Show title". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 09:38:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 07:38:29 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-AI5BOWiibn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #49 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Jonathan Druart from comment #47) > This patch makes Titles_spec.ts fail: > "ReferenceError: resource_id is not defined" in "Show title". > > Can you have a look please? Don't worry, I fixed it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 10:13:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 08:13:01 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-Tsf0uH8eqd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Andrii Nugged <nugged at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged at gmail.com --- Comment #1 from Andrii Nugged <nugged at gmail.com> --- self-quoting from 23824#c18 ( https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824#c18 ) You can not save the report editing form in non-English interfaces anymore. I.e., this breaks how "Update" (saving form) works: in non-English Koha button's text becomes translated, what is desired for UI, but not for code, but the hidden "non-translated" value was removed: <input type="hidden" name="phase" value="Update SQL" /> And, if the button's content is translated, it doesn't matches the comparison in reports/guided_reports.pl to the "phase" parameter with hardcoded "Update SQL". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 10:14:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 08:14:12 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-Yp4BG5pPe3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 10:52:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 08:52:39 +0000 Subject: [Koha-bugs] [Bug 33968] New: Two colons missing on guarantor labels in memberentry.pl form Message-ID: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Bug ID: 33968 Summary: Two colons missing on guarantor labels in memberentry.pl form Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: sally.healey at cheshiresharedservices.gov.uk QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com On the joining/edit patron form, every label has colons at the end - except for the Patron guarantor section. To view: - Edit a child patron - Under Patron guarantor, note the following two labels do not have colons: 1) Show checkouts to guarantors 2) Show fines to guarantors I realise this is a ridiculously trivial bug, but it'd be nice to make it consistent. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 10:52:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 08:52:47 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-mTkxfhA6Pw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15413 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 10:52:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 08:52:47 +0000 Subject: [Koha-bugs] [Bug 15413] Adding colons where they should appear in forms etc to be consistent In-Reply-To: <bug-15413-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15413-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15413-70-29py6MmYUL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15413 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33968 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 10:56:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 08:56:41 +0000 Subject: [Koha-bugs] [Bug 18148] Make list of lists in OPAC sortable In-Reply-To: <bug-18148-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18148-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18148-70-Sx5vShj5Pr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18148 Fiona Fogden <ffogden at rics.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P2 CC| |ffogden at rics.org --- Comment #15 from Fiona Fogden <ffogden at rics.org> --- PLEASE can the list of lists at the very least be sortable alphabetically? Sorted by creation or some other random order really makes it a challenge to promote the lists and the only workaround is to create links to the lists manually in alpha order in an html page so defeating the otherwise brilliant idea of the lists. This is coming from a Koha user & Librarian in a membership organisation. Thank you, Fiona, RICS. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:24:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:24:49 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21833-70-Shqm4kjJqh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #14 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- (In reply to Katrin Fischer from comment #13) > Our own backend has quite a bit of code using the medium, but it might date > back to the type when it was still used. It would certainly need some work > to clean-up. > > What could a deprecation process look like? How and where do we anounce it > and how can we make it the most visible? Katrin, very fair points. I think you're bringing up a bigger issue. Maybe we should consider a koha-ill mailing list, a koha-ill IRC chat, or something similar where these sort of topics could be discussed. As it stands, there's no way of telling how many backends exist and what they're using. Furthermore, we're also missing proper documentation on every backend capability that core checks for, and what their purpose is (e.g. "should_display_availability", "unmediated_ill", or "create_api" (this last one is only introduced in bug 30719). These are useful to know as a backend developer, because they effectively function as 'hooks' for core functionality that backends can make use of. I believe we need a place where every ILL invested individual/organization can give their input on - and become aware of - updates and changes. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:32:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:32:18 +0000 Subject: [Koha-bugs] [Bug 33938] Installer wants to upgrade even when the DB is up-to-date In-Reply-To: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33938-70-uWPuH3p2ko@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33938 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:32:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:32:20 +0000 Subject: [Koha-bugs] [Bug 33938] Installer wants to upgrade even when the DB is up-to-date In-Reply-To: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33938-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33938-70-BMOv5Qhynr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33938 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152098|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152232&action=edit Bug 33938: Don't tell the DB is not up-to-date when it is If you hit /cgi-bin/koha/installer/install.pl and that the DB is up-to-date already, the screen shows "We are upgrading from Koha 23.06.00.002 to 23.06.00.002". We should just say that everything is ok Test plan: Have an up-to-date DB, then hit /cgi-bin/koha/installer/install.pl Notice that the message changed and is more correct with the patch applied. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:38:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:38:56 +0000 Subject: [Koha-bugs] [Bug 21833] illrequests.medium is not displayed on ILL request detail page and ILL requests table In-Reply-To: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21833-70-1pvBlkVmsW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21833 --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I like the "ILL invested individual/organization". :) I think a mailing list could be an option, but there is a certain danger of people missing to subscribe to it. Maybe we could keep it on the main lists, but have some clear tag or so? And add to a section in release notes? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:39:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:39:52 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-OHHU7XpSPX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:50:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:50:57 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-4IWZJE85eX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:50:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:50:59 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-Iq2AJ4WCQ9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152233&action=edit Bug 33968: Add missing colons to guarantor related labels Fixes some inconsistencies with the labels on the patron detail page and patron edit form. To test: * Activate AllowStaffToSetCheckoutsVisibilityForGuarantor and AllowStaffToSetFinesVisibilityForGuarantor system preferences * Link a patron to a guarantor * Verify on the details tab the options for showing fines and checkouts show and are missing colons on the label * Edit the patorn and verify the same is true for the form * Apply patch * Verify missing colons have been added :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:58:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:58:19 +0000 Subject: [Koha-bugs] [Bug 33698] Add fields to verbose output of cronjob delete_items.pl In-Reply-To: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33698-70-DKdqmsCxHu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 11:58:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 09:58:22 +0000 Subject: [Koha-bugs] [Bug 33698] Add fields to verbose output of cronjob delete_items.pl In-Reply-To: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33698-70-nc9NuZNKMo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151883|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152234&action=edit Bug 33698: Add fields to the verbose output that show the barcode and title of items that cannot be deleted Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:03:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:03:51 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-DNqiEgnYr2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor Version|22.11 |master --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Confirmed on master. Didn't spot the problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:15:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:15:07 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-UcNU6FDJEN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to David Cook from comment #3) > Is this still in progress or should it be needs signoff? Yes please! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:30:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:30:42 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-txhBjlsRtT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #56 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to David Cook from comment #55) > Boy that was crazy-making but feels good to figure out a tough problem 😅 Thanks not only for figuring this out, but writing it up for the rest of us! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:30:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:30:56 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-z6YRMlpduW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:34:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:34:55 +0000 Subject: [Koha-bugs] [Bug 13870] Add subscription and order count to new batch record deletion tool In-Reply-To: <bug-13870-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13870-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13870-70-bxWqA6tzFV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13870 Thibaud Guillot <thibaud.guillot at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:34:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:34:57 +0000 Subject: [Koha-bugs] [Bug 13870] Add subscription and order count to new batch record deletion tool In-Reply-To: <bug-13870-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13870-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13870-70-UhOPNGHS2g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13870 Thibaud Guillot <thibaud.guillot at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147641|0 |1 is obsolete| | --- Comment #3 from Thibaud Guillot <thibaud.guillot at biblibre.com> --- Created attachment 152235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152235&action=edit Bug 13870: Added a visual warning message on the item batch form I add a visual warn on item linked to subscription or concern by an order. I don't think that pop-up could be the solution so I put a warn triangle aside the delete action to I don't think another pop-up is the ideal solution so I chose to integrate a yellow triangle right next to the action leading to the deletion of the 'item' with a hover message if a subscription or order is linked. I'm looking forward to your feedback :) Test plan : 1) Apply this patch 2) Be sure to have item with order or can concern by a subscription 3) Edit them to go on the batch form 4) See the yellow triangle next to the 'delete' action in 'actions' dropdown menu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:35:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:35:00 +0000 Subject: [Koha-bugs] [Bug 13870] Add subscription and order count to new batch record deletion tool In-Reply-To: <bug-13870-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13870-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13870-70-FYnpN0Ruf4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13870 --- Comment #4 from Thibaud Guillot <thibaud.guillot at biblibre.com> --- Created attachment 152236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152236&action=edit Bug 13870: Add columns in batch delete mode -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:41:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:41:27 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-Dmjln6ykyW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:41:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:41:30 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-MASBSW547V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152210|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152237&action=edit Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:44:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:44:56 +0000 Subject: [Koha-bugs] [Bug 32695] Search string for 775 'Other editions' is incorrectly formed In-Reply-To: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32695-70-Ffri645pKt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We have a better solution already implemented for one of other 7xx where we do a combined search with ti and au. I'll try to provide a patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 12:47:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 10:47:01 +0000 Subject: [Koha-bugs] [Bug 33192] We should rename 'AutoEmailPrimaryAddress' to 'EmailFieldPrimary' for clarification In-Reply-To: <bug-33192-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33192-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33192-70-J1tyaf1SUI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33192 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:19:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:19:29 +0000 Subject: [Koha-bugs] [Bug 33969] New: Purchase suggestion Search (title filter) only exact match Message-ID: <bug-33969-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33969 Bug ID: 33969 Summary: Purchase suggestion Search (title filter) only exact match Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: bc at interleaf.ie QA Contact: testopia at bugs.koha-community.org Created attachment 152238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152238&action=edit Workflow of purchase suggestions search If a borrower logs into the OPAC and searches for a Purchase Suggestion it will only return hits if the exact string is entered (see attached). Looking at the underlying query it preforms an exact match on `title`. SELECT `me`.`suggestionid`, `me`.`suggestedby`, `me`.`suggesteddate`, `me`.`managedby`, `me`.`manageddate`, `me`.`acceptedby`, `me`.`accepteddate`, `me`.`rejectedby`, `me`.`rejecteddate`, `me`.`lastmodificationby`, `me`.`lastmodificationdate`, `me`.`STATUS`, `me`.`archived`, `me`.`note`, `me`.`staff_note`, `me`.`author`, `me`.`title`, `me`.`copyrightdate`, `me`.`publishercode`, `me`.`date`, `me`.`volumedesc`, `me`.`publicationyear`, `me`.`place`, `me`.`isbn`, `me`.`biblionumber`, `me`.`reason`, `me`.`patronreason`, `me`.`budgetid`, `me`.`branchcode`, `me`.`collectiontitle`, `me`.`itemtype`, `me`.`quantity`, `me`.`currency`, `me`.`price`, `me`.`total` FROM `suggestions` `me` WHERE ( ( `suggestedby` = '33805' AND `title` = 'suggested' ) ) Maybe a wildcard search might be better here? Or, using Datatables client side, like the staff interface. Observed on 22.11 and 23.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:21:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:21:23 +0000 Subject: [Koha-bugs] [Bug 33969] Purchase suggestion Search (title filter) only exact match In-Reply-To: <bug-33969-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33969-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33969-70-2BCnVKXoUN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33969 Barry Cannon <bc at interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bc at interleaf.ie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:23:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:23:32 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-FkS83rEOFA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I've tried <timezone>Asia/Tomsk</timezone> And about.pl shows: Time zone: Used: Asia/Tomsk | Config: Asia/Tomsk | Environment (TZ): Undefined Using 10.5.20-MariaDB-1. What does return the following command? SELECT * FROM mysql.time_zone_name WHERE name="Asia/Tomsk"; Is this table empty? Did you read David's link? https://dev.mysql.com/doc/refman/8.0/en/mysql-tzinfo-to-sql.html Looks like the relevant command is `mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql` -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:26:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:26:38 +0000 Subject: [Koha-bugs] [Bug 32695] Search string for various 7xx linking fields is incorrectly formed In-Reply-To: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32695-70-LndZbgpBcz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the search links release notes| |for the MARC21 linking | |fields 775, 780, 785, 787 | |to search for $a and $t in | |separate indexes instead of | |searching for both in the | |title index. Summary|Search string for 775 |Search string for various |'Other editions' is |7xx linking fields is |incorrectly formed |incorrectly formed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:27:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:27:18 +0000 Subject: [Koha-bugs] [Bug 32695] Search string for various 7xx linking fields is incorrectly formed In-Reply-To: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32695-70-988TvwGGTz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:27:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:27:20 +0000 Subject: [Koha-bugs] [Bug 32695] Search string for various 7xx linking fields is incorrectly formed In-Reply-To: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32695-70-sUKq5wjeDG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151884|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152239&action=edit Bug 32695: Use title (subfield t) only for 'Other editions' search links Currently the code does a title phrase search, but combines the title field with the Main Entry (author) field. This patch simply limits the search to the title to ensure links work To test: 1 - Ensure systme preference 'UseControlNumber' is set to don't 2 - Edit Default MARC framework in administration->Marc frameworks 3 - Make 775 subfields a & t visible in editor 4 - Edit a record to add a field 775 with subfields a & t that match another title/author in your system 5 - Save the record and view the details page 6 - Click the other editions link - no results 7 - Apply patch, restart_all 8 - Reload details and confirm the link works Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:27:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:27:23 +0000 Subject: [Koha-bugs] [Bug 32695] Search string for various 7xx linking fields is incorrectly formed In-Reply-To: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32695-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32695-70-DLbZjVex4N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152240 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152240&action=edit Bug 32695: Fix search strings for 775, 780, 785 and 787 In the past due to some misunderstanding of the MARC standard we built the search links for these fields using $a and $t with the title index. But we actually need to search $t as title and $a as author. This patch fixes the templates for the MARC 7xx fields: * 775 * 780 * 785 * 787 To test: * Ensure systme preference 'UseControlNumber' is set to don't * Create a record with the linking fields above * Look at the OPAC and staff interface detail views * Verify the content of your fields shows and the links combine a+t as a title search * Apply patch * Verify you have nicely formatted links now Example: 775 _ _ ‡asomeone‡ttitle775 780 0 2 ‡asomeone‡ttitle780 785 0 2 ‡asomeone‡ttitle785 787 _ _ ‡ilabel:‡ttitle787‡asomeone -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:27:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:27:54 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-2duOn5VajS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:27:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:27:56 +0000 Subject: [Koha-bugs] [Bug 33852] jobs.t is not testing only_current In-Reply-To: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33852-70-pfO205dhhg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:27:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:27:58 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33880-70-uJmpuvvqpi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:00 +0000 Subject: [Koha-bugs] [Bug 33880] "Enable two-factor authentication" fails if patron's library branchname is too long In-Reply-To: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33880-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33880-70-UTFXh6STum@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:02 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-O7B6aVdIuf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:04 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-TCdlIhei7l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:06 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33899-70-ZnVQ0U59jq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:08 +0000 Subject: [Koha-bugs] [Bug 33899] Release team 23.11 In-Reply-To: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33899-70-1b1kWNvl0U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:10 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-RjE8ei8cF8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:12 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-E9D6rizkT9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:14 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-D2p566Vbdi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:28:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:28:15 +0000 Subject: [Koha-bugs] [Bug 33937] Incorrect export in C4::Members In-Reply-To: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33937-70-qhrdakTpXZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:39:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:39:14 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-oay8dm3j9V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:39:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:39:15 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-JSxrCzXSPd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152228|0 |1 is obsolete| | Attachment #152230|0 |1 is obsolete| | --- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152241&action=edit Bug 33967: Fix SetEnv middleware to preserve $env integrity This patch fixes the Koha::Middleware::SetEnv, so that it preserves the referential integrity of the $env hash reference as it passes through the pre-process and post-process stages of middleware wrapped around the core Koha Plack application. Test plan: 0a. Apply the patch 0b. vi /etc/koha/sites/kohadev/koha-conf.xml 0c. Uncomment "koha_trusted_proxies" 0d. Add "172.0.0.0/8" to the end of the "koha_trusted_proxies" 0e. koha-plack --restart kohadev 1. vi /etc/apache2/sites-enabled/kohadev.conf 2. Add the following to the OPAC virtualhost: SetEnv OVERRIDE_SYSPREF_LibraryName "The Best, Truly the Best, Koha Library" RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_LibraryName The Best\, Truly the Best\, Koha Library" RequestHeader add X-Forwarded-For "192.168.100.100" 3. service apache2 restart 4. tail -f /var/log/koha/kohadev/plack.log 5. Go to http://localhost:8080/ 6. Note that the plack.log lists 192.168.100.100 as the client IP address 7. Note that the title of the OPAC webpage is "The Best, Truly the Best, Koha Library Library catalog" Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:39:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:39:33 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-zxLnqb73y7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 --- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152242 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152242&action=edit Bug 33967: Add unit test to ensure SetEnv doesn't compromise $env This patch includes a unit test which checks the memory address of the $env hashref in middlewares before and after Koha::Middleware::Env is applied. It succeeds when the same $env is maintained before and after this middleware. It fails if the $env has been overwritten with a new hashref (as evidenced by the new memory address for the hash). Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:47 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-pAeiDlOqQw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:49 +0000 Subject: [Koha-bugs] [Bug 33798] Vendor details - improve consistency of edit forms and display In-Reply-To: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33798-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33798-70-209ifYRSez@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:50 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33855-70-ME61nI2ScX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:52 +0000 Subject: [Koha-bugs] [Bug 33855] Clean up forms and page sections on 'manage MARC imports' page In-Reply-To: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33855-70-WmYt5OxX78@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:55 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown when testing prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-M5jp2Yb5Z0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:57 +0000 Subject: [Koha-bugs] [Bug 33901] Only one issue shown when testing prediction pattern In-Reply-To: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33901-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33901-70-hvZKjAC0wy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:42:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:42:59 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-JGB7w6LDy7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:43:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:43:00 +0000 Subject: [Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page In-Reply-To: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33945-70-xRt2xTbgtu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945 --- Comment #18 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:43:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:43:02 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-Ziv4N4hu0V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:43:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:43:04 +0000 Subject: [Koha-bugs] [Bug 33957] normalized_oclc not defined in opac-user.tt In-Reply-To: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33957-70-K0hQb5Fh9j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:48:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:48:25 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-Gab7UOPMcw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:48:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:48:27 +0000 Subject: [Koha-bugs] [Bug 33967] REMOTE_ADDR incorrect in plack.log when run behind a proxy In-Reply-To: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33967-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33967-70-vW5qOu2kRr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:50:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:50:30 +0000 Subject: [Koha-bugs] [Bug 33698] Add fields to verbose output of cronjob delete_items.pl In-Reply-To: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33698-70-Sc2J5iqOW8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:50:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:50:32 +0000 Subject: [Koha-bugs] [Bug 33698] Add fields to verbose output of cronjob delete_items.pl In-Reply-To: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33698-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33698-70-0lESkn3FC1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:51:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:51:29 +0000 Subject: [Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default In-Reply-To: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27424-70-EQ6HrhvpFp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | --- Comment #40 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Follow-up pushed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:54:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:54:57 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29522-70-lbHRQZ4yOs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 Maude <maude.boudreau at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maude.boudreau at collecto.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:57:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:57:23 +0000 Subject: [Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default In-Reply-To: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27424-70-errBJpzva7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_23_05_candidate --- Comment #41 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Last patch needed for 23.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:57:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:57:47 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-VfaajXRCxi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:57:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:57:50 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-CRp1dcRsGO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152237|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152243 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152243&action=edit Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 13:59:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 11:59:14 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-qLU174HYz7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Keywords| |release-notes-needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:04:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:04:35 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-tKOUabdX7H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I am sorry, but this doesn't apply: Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 31185: Unit test error: sha1 information is lacking or useless (t/db_dependent/Biblio.t). error: could not build fake ancestor Patch failed at 0001 Bug 31185: Unit test hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-31185-Unit-test-xmcWMx.patch Please also make sure to include a bug description and a test plan in the commit message when re-submitting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:05:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:05:00 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-xWB6QreJPP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:09:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:09:25 +0000 Subject: [Koha-bugs] [Bug 33732] Intranet holdings table uses OPAC item images In-Reply-To: <bug-33732-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33732-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33732-70-I00v0RL8Ln@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33732 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|intranet Holdings Table |Intranet holdings table |uses opac item images |uses OPAC item images -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:25:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:25:21 +0000 Subject: [Koha-bugs] [Bug 33732] Intranet holdings table uses OPAC item images In-Reply-To: <bug-33732-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33732-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33732-70-lGSpmEEYhH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33732 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hm, I just tested it too and not seeing it either. I see this on the staff interface detail page: <td class="itype"> <img src="/intranet-tmpl/prog/img/itemtypeimg/bridge/book.png" alt="Books" title="Books"> <span class="itypedesc itypetext">Books</span> </td> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:29:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:29:35 +0000 Subject: [Koha-bugs] [Bug 21889] Include staff interface entered purchase suggestions with system preference MaxOpenSuggestions In-Reply-To: <bug-21889-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21889-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21889-70-HJqvy7M7xQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21889 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Include Staff Client |Include staff interface |entered Purchase |entered purchase |Suggestions with System |suggestions with system |Preference |preference |maxopensuggestions |MaxOpenSuggestions Version|18.05 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:33:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:33:18 +0000 Subject: [Koha-bugs] [Bug 33760] Error 500 showing with self-registration form due to mandatory and optional fields In-Reply-To: <bug-33760-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33760-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33760-70-BZMyz0RnZu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33760 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Could you please add step by step instructions on how to set up the system to reproduce your error? There are several preferences at play for configuring the self registration form. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:34:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:34:33 +0000 Subject: [Koha-bugs] [Bug 27452] Create GUI for patron_emailer cron In-Reply-To: <bug-27452-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27452-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27452-70-omjUNPgeWl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27452 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The plugin has been intentionally removed, because it caused problems for libraries getting blacklisted as spammers etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:44:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:44:24 +0000 Subject: [Koha-bugs] [Bug 27452] Create GUI for patron_emailer cron In-Reply-To: <bug-27452-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27452-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27452-70-oIiPqnYYlX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27452 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:45:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:45:15 +0000 Subject: [Koha-bugs] [Bug 33970] New: We need a "backend" column in "illrequestattributes" table Message-ID: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 Bug ID: 33970 Summary: We need a "backend" column in "illrequestattributes" table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: pedro.amorim at ptfs-europe.com CC: pedro.amorim at ptfs-europe.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:46:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:46:11 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: <bug-32401-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32401-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32401-70-yf2Aoxt2e6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:53:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:53:08 +0000 Subject: [Koha-bugs] [Bug 33971] New: Remove support for x-koha-query header Message-ID: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Bug ID: 33971 Summary: Remove support for x-koha-query header Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com CC: tomascohen at gmail.com On bug 32401 we removed the use of the x-koha-query header on the DataTables wrapper. The feature remains in the codebase, and I propose we remove it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:53:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:53:22 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-Hssdl2tutm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32401 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:53:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:53:22 +0000 Subject: [Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values In-Reply-To: <bug-32401-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32401-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32401-70-HrGbA1jzUx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33971 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 [Bug 33971] Remove support for x-koha-query header -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:54:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:54:05 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-8GKbGHDXw7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |m.de.rooy at rijksmuseum.nl, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 14:58:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 12:58:28 +0000 Subject: [Koha-bugs] [Bug 24622] Restrict circulation by price In-Reply-To: <bug-24622-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24622-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24622-70-VPRRmUQbwV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24622 --- Comment #2 from Christofer Zorn <christofer.zorn at ajaxlibrary.ca> --- Hey Katrin! I can work with our vendor about pushing some jQuery in to accomplish this, but I still think this is a nice feature ... whether it be at a card level restriction or an item level one. We also offer temp cards to patrons who don't have identification, so limiting the exposure to that would also be helpful. Thank you! Chris -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:03:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:03:31 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-VUNCHEFK58@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Marcel has expressed his preference for keeping this header, but some transition would need to take place to allow support for UTF-8 there as well. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:12:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:12:46 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-3vaOZsZW0S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149964|0 |1 is obsolete| | Attachment #149965|0 |1 is obsolete| | Attachment #149966|0 |1 is obsolete| | Attachment #149967|0 |1 is obsolete| | --- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152244&action=edit Bug 33417: Create standard toolbar component This commit introduces a standard Toolbar component that can be used throughout ERM Test plan: 1) Apply patch 2) Navigate to Agreements and click the "Add agreement" button - this should work as normal 3) Navigate to Licenses and repeat 4) Navigate to Local packages and repeat 5) Navigate to local titles - there should be two buttons, one to add and one to import. These should work as normal Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:12:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:12:49 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-KCkXGO48iS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 --- Comment #27 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152245 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152245&action=edit Bug 33417: Add toolbar imports and options This commit amends the required files to import the toolbar and add the correct options Test plan as above Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:12:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:12:52 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-ypnVbBz36s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 --- Comment #28 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152246&action=edit Bug 33417: Remove old components This commit deletes the old toolbar components as they are no longer necessary Test plan as above Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:12:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:12:55 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-sG5s7FJ8gp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 --- Comment #29 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152247&action=edit Bug 33417: Fix translation in toolbar This commit allows the string to be translated - tested using fr-FR and a dummy string in the .po file Test plan as above Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:13:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:13:07 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-0GTKAhvvTk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 --- Comment #30 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Sorry for the delay! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:15:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:15:43 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-v7b59cdxoy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I am voting to remove it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:16:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:16:23 +0000 Subject: [Koha-bugs] [Bug 33972] New: Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords Message-ID: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Bug ID: 33972 Summary: Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org In BatchCommitRecords we currently Start a transaction ... SetImportBatchStatus($batch_id, 'importing'); ... SetImportBatchStatus($batch_id, 'finished'); ... Finish the transaction In certain settings the second call fails as it is waiting for the first to commit it seems: [Fri Jun 9 09:06:29 2023] background_jobs_worker.pl: C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/C4/ImportBatch.pm line 717 Setting the status twice inside the transaction doesn't make sense - the DB will never show the 'importing' status - as it will either be rolled back when the transaction fails, or set to 'finished' when it completes -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:19:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:19:21 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-hDwKjMamwY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32990 CC| |katrin.fischer at bsz-bw.de, | |m.de.rooy at rijksmuseum.nl, | |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:19:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:19:22 +0000 Subject: [Koha-bugs] [Bug 32990] Possible deadlock in C4::ImportBatch::_update_batch_record_counts In-Reply-To: <bug-32990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32990-70-PrepOqoEdp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33972 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:19:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:19:34 +0000 Subject: [Koha-bugs] [Bug 28844] Suggestion from existing title can alert patron in error In-Reply-To: <bug-28844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28844-70-pojKRsbwnl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28844 --- Comment #12 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Andrew, Katrin, can I get your opinion on these patches please? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:22:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:22:56 +0000 Subject: [Koha-bugs] [Bug 33969] Purchase suggestion Search (title filter) only exact match In-Reply-To: <bug-33969-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33969-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33969-70-WNM3QCFWEA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33969 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC| |jonathan.druart+koha at gmail. | |com --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Looks like a duplicate of bug 27278. *** This bug has been marked as a duplicate of bug 27278 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:22:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:22:56 +0000 Subject: [Koha-bugs] [Bug 27278] FindDuplicate uses 'exact' for searching and is too strict In-Reply-To: <bug-27278-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27278-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27278-70-BfZWP1iRGc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27278 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bc at interleaf.ie --- Comment #5 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- *** Bug 33969 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:24:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:24:42 +0000 Subject: [Koha-bugs] [Bug 33580] Bring back ability to mark item as seen via SIP2 item information request In-Reply-To: <bug-33580-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33580-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33580-70-652fX0ldVZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33580 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Keywords|additional_work_needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:25:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:25:47 +0000 Subject: [Koha-bugs] [Bug 33491] EBSCO Packages - Add new agreement UI has some issues In-Reply-To: <bug-33491-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33491-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33491-70-7pII72qkNZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:26:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:26:46 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-Io8QWYE4Ed@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Is it a recent regression? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:29:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:29:21 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-J3g69wLHEv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #41 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Follow-up pushed to master. Backporting to 23.05 as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:31:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:31:04 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-dw4TpLqyfI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_23_05_candidate CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Somebody working on this? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:35:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:35:53 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-7AcJCEXZse@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Jonathan Druart <jonathan.druart+koha at gmail.com> 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:35:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:35:56 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-Y2OHj4UYiJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152248 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152248&action=edit Bug 33966: (bug 23824 follow-up) Fix submit buttons for translated templates -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:36:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:36:29 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-nIYiE9odcl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- This patch should work, I haven't tested it however. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:39:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:39:09 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-gKlrRSDvrS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:39:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:39:11 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-jBNgddRAdb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152249&action=edit Bug 33972: Set importing status to batch outside of transaction This patch moves the setting of the 'importing' status for the batch outside fo the transaction. This prevents a scenario seen on some setups where a deadlock is created: background_jobs_worker.pl: C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/C4/ImportBatch.pm line 717 To test: 1 - Apply patch 2 - Stage and import some files 3 - Confirm the imports successfully complete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:44:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:44:04 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-3ZSvbRI74l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |27421 --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Jonathan Druart from comment #1) > Is it a recent regression? Yes, only seen in 22.11, suspect it is from the move of the transaction on 27421 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421 [Bug 27421] Porting tools/stage-marc-import.pl to BackgroundJob -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:44:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:44:04 +0000 Subject: [Koha-bugs] [Bug 27421] Porting tools/stage-marc-import.pl to BackgroundJob In-Reply-To: <bug-27421-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27421-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27421-70-BHGJdLuERr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33972 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:54:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:54:46 +0000 Subject: [Koha-bugs] [Bug 33493] Add a filter relationship for branchtransfers In-Reply-To: <bug-33493-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33493-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33493-70-oDpkLkoD2b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |tomascohen at gmail.com --- Comment #19 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Enhancement won't be backported to stable release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:54:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:54:46 +0000 Subject: [Koha-bugs] [Bug 33497] Reduce DB calls on staff detail page In-Reply-To: <bug-33497-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33497-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33497-70-EYZd66qHpa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33497 Bug 33497 depends on bug 33493, which changed state. Bug 33493 Summary: Add a filter relationship for branchtransfers https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 15:55:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 13:55:46 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-KDTf0Su2If@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:02:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:02:14 +0000 Subject: [Koha-bugs] [Bug 33884] Remove unused Koha::RDF code In-Reply-To: <bug-33884-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33884-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33884-70-vmvD869Y2a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |tomascohen at gmail.com --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Enhancement won't be backported to stable release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:36 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33247-70-EV1FKv1srA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:38 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33247-70-jGsS8mQk18@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 --- Comment #16 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:41 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33411-70-0NpnGqBP3Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:43 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33411-70-o3Eo17TXIF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #25 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:45 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33525-70-CjXvSlSsEp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:48 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33525-70-JTyhsg48qF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:50 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33697-70-LoefDW3JBC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:52 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33697-70-ySJZKwLBbG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:53 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33748-70-a52yNgD7H0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:55 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33748-70-xrD7p6vUjw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 --- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:57 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33779-70-GxhtqSEHdf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:07:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:07:59 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33779-70-5p1v7iWf1Q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:02 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: <bug-33789-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33789-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33789-70-1EYT6DGqeC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:05 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: <bug-33789-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33789-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33789-70-RofwiVETXC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:07 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33803-70-FOTLqZX6YZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:09 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33803-70-9JZBw6TRlx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:12 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33859-70-6uuFB3dBSC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:13 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33859-70-LQqSSvvRwL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:15 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33865-70-OEJfy7Nr71@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:17 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33865-70-iPevsBaPXs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:08:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:08:19 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: <bug-33875-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33875-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33875-70-uAoWZIbjch@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:16:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:16:02 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-S6zJB1WYk6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:16:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:16:05 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-zvLFVffA65@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152250&action=edit Bug 33970: update DB -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:16:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:16:07 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-QMcjRBJWnk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 --- Comment #2 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152251&action=edit Bug 33970: atomicupdate file -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:16:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:16:09 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-rgZ2a8Pydd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 --- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152252&action=edit Bug 33970: [DONT PUSH] dbic file -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:17:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:17:50 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-f1F2j4FsWo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |jonathan.field at ptfs-europe. | |com, | |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |oleonard at myacpl.org, | |tomascohen at gmail.com --- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Original issue is mentioned in bug 20640. Do a search for "Duplicate ID" Don't apply patches. ILL set-up, run: bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev-plus.sh) The above will fetch the latest of FreeForm and BLDSS, that are already compatible with this. Test plan: - Create a new BLDSS request, enter "9780822370451" on "Keywords" input field - Put "42" on cardnumber and pick a branch, submit - Next screen, on the far right of the table, click the "Request <BLLID>" link - Next screen, click the "Request" bottom button - Next screen, click the "Switch provider" button and pick "FreeForm" - Verify you have a "Duplicate ID" error, the logs say - Duplicate entry '2-author' for key 'PRIMARY' This is because both backends have a "author" illrequestattribute field. And switching provider maintains the same ILL request (thus illrequest_id). It's trying to add another row with composite key "1-author" in the illrequestattributes table. Apply patches, and either reset_all or updatedatabase.pl Do the test plan again, verify it now succeeds. This should also cover the use-case where different backends have different meaning for equal attribute keys. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:11 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-Lqhc06Zt6t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- A possible interesting follow-up would be to create a bottom section in the "Manage request" page titled "Details from previous backend(s)", where we'd list all illrequestattributes from backends different than the current one. Under the existing "Details from supplier (supplier name)" section, we'd update this list to just show the illrequestattributes from the current backend. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:47 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33882-70-yjgja9l6kJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:48 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33882-70-D8DCjGuGEU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:50 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33883-70-ocBCweimMy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:52 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33883-70-YAAQf7UJg4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:54 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33891-70-uIHp8zQGCN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:21:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:21:56 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33891-70-dxBC13NRQp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:30:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:30:02 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-cymU2oNGXx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152233|0 |1 is obsolete| | --- Comment #2 from PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> --- Created attachment 152253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152253&action=edit Bug 33968: Add missing colons to guarantor related labels Fixes some inconsistencies with the labels on the patron detail page and patron edit form. To test: * Activate AllowStaffToSetCheckoutsVisibilityForGuarantor and AllowStaffToSetFinesVisibilityForGuarantor system preferences * Link a patron to a guarantor * Verify on the details tab the options for showing fines and checkouts show and are missing colons on the label * Edit the patorn and verify the same is true for the form * Apply patch * Verify missing colons have been added :) Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:30:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:30:46 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-uIRH460PN2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- Thank you, Katrin! I'll be able to delete my jQuery for this now :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:36:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:36:40 +0000 Subject: [Koha-bugs] [Bug 33973] New: Sorting broken on ERM tables Message-ID: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Bug ID: 33973 Summary: Sorting broken on ERM tables Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: ERM Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com CC: jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, martin.renvoize at ptfs-europe.com, matt.blenkinsop at ptfs-europe.com, pedro.amorim at ptfs-europe.com Depends on: 33066 Regression from the KohaTable Vue component added by bug 33066. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33066 [Bug 33066] We need a KohaTable Vue component -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:36:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:36:40 +0000 Subject: [Koha-bugs] [Bug 33066] We need a KohaTable Vue component In-Reply-To: <bug-33066-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33066-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33066-70-6U2so3P6KV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33066 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33973 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 [Bug 33973] Sorting broken on ERM tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:40:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:40:39 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-GuVv817E0j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:40:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:40:41 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-JJzCFTdxP7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152254 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152254&action=edit Bug 33973: Restore sorting on Vue tables Regression from the KohaTable Vue component added by bug 33066. _dt_default_ajax expects options.columns to contain the columns. Test plan: Add some agreements, go the the agreement list view and confirm that you can now sort the agreements using the header columns. Note that the CSS is not correct yet. My understanding is that the DataTable Vue component keep the 'sorting' class on the th which display the grey up/down icon over the blue icon which indicate the current sort column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 16:44:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 14:44:38 +0000 Subject: [Koha-bugs] [Bug 33242] Allow passing things like add_days => 3 to KohaDates filter In-Reply-To: <bug-33242-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33242-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33242-70-PWa7bW8Zur@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed CC| |tomascohen at gmail.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #20 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Enhancement won't be backported to stable release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:19:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:19:42 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-yWaEcecok5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:19:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:19:46 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-x1od7p0zJN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152018|0 |1 is obsolete| | Attachment #152019|0 |1 is obsolete| | --- Comment #7 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152255 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152255&action=edit Bug 33894: Restructuring: Use BLOCKs for biblio and authority sections In order to make the conversion to the tab wrapper markup easier I'm putting the biblio search history and authority search history sections into blocks. This will make it easier to include or not include the sections using template logic. To test, apply the patch and, if necessary, perform some searches for bibliographic and authority records. The OPAC search history page should be unchanged, with the correct information showing under each tab and in each section for current and previous searches. Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:19:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:19:49 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-ILKXP1l3DP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 --- Comment #8 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152256 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152256&action=edit Bug 33894: Use template wrapper for tabs: OPAC search history This patch updates the OPAC search history page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and view the OPAC search history page. With the OpacAuthorities system preference enabled you should see two tabs: Catalog and Authority. Confirm that each tab shows the correct information. Deactivate OpacAuthorities and reload the search history page. The bibliographic search history should display without tabs. Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:21:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:21:46 +0000 Subject: [Koha-bugs] [Bug 33547] Print slips from the preservation module In-Reply-To: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33547-70-p5Iv7n5edL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149774|0 |1 is obsolete| | Attachment #149775|0 |1 is obsolete| | Attachment #152048|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152257&action=edit Bug 33547: Add print slip Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:21:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:21:48 +0000 Subject: [Koha-bugs] [Bug 33547] Print slips from the preservation module In-Reply-To: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33547-70-NkVqNplaV5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 --- Comment #5 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152258 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152258&action=edit Bug 33547: DBIC schema changes Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:21:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:21:50 +0000 Subject: [Koha-bugs] [Bug 33547] Print slips from the preservation module In-Reply-To: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33547-70-5wmJQAKlKE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 --- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152259&action=edit Bug 33547: Display AV descriptions instead of codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:21:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:21:53 +0000 Subject: [Koha-bugs] [Bug 33547] Print slips from the preservation module In-Reply-To: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33547-70-DLI5fnNGM8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 --- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152260 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152260&action=edit Bug 33547: Add missing action button for non-table view -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 17:25:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 15:25:35 +0000 Subject: [Koha-bugs] [Bug 33491] EBSCO Packages - Add new agreement UI has some issues In-Reply-To: <bug-33491-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33491-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33491-70-QrVRjxhwnY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #23 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Last patch still missing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 18:33:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 16:33:24 +0000 Subject: [Koha-bugs] [Bug 33974] New: Add ability to search biblios endpoint using ISBN Message-ID: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Bug ID: 33974 Summary: Add ability to search biblios endpoint using ISBN Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com CC: tomascohen at gmail.com Currently the biblios endpoint will list biblios, including the fields from the biblioitems table. For outside vendors, there is a need to search by the ISBN to retrieve biblios via an ISBN search -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 18:34:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 16:34:02 +0000 Subject: [Koha-bugs] [Bug 33491] EBSCO Packages - Add new agreement UI has some issues In-Reply-To: <bug-33491-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33491-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33491-70-edJrcvU2Do@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | --- Comment #24 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Jonathan Druart from comment #23) > Last patch still missing. Sorry, I merged the last two patches. Don't remember how/why. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 19:28:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 17:28:42 +0000 Subject: [Koha-bugs] [Bug 33975] New: Overlay rule not retaining correct item type when importing in Advanced Editor Message-ID: <bug-33975-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33975 Bug ID: 33975 Summary: Overlay rule not retaining correct item type when importing in Advanced Editor Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: esther.melander at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Created attachment 152261 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152261&action=edit Pre and post overlay item types To reproduce: 1. Have multiple item types 2. Create an overlay rule: Module = source Filter = * Tag = 942 Preset = Protect Added, Append, Removed, Deleted = Skip 3. Find a record and edit in the Advanced Editor 4. Select Import in the Advanced Editor, find a record and import it. 5. See that the item type is not retained properly. I tested the same overlay rule for the same record using z39.50 and stage marc records for import and both worked as it should. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 19:28:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 17:28:43 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-vC46Xh1bPw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 19:28:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 17:28:46 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-dVoE530NQH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152262 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152262&action=edit Bug 33897: (QA follow-up) Correct code for tab selection This patch corrects the code for selecting tabs other than the first tab. To test, apply the patch and view the bibliographic detail page for a serial record and with various settings of the opacSerialDefaultTab system preference. If you select "subscriptions tab" the subscriptions tab should be active by default. You can also enable html5media and view a record with html5media information and no holdings. The media tab should be displayed by default. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 19:39:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 17:39:36 +0000 Subject: [Koha-bugs] [Bug 30352] "Not for loan" in result list doesn't translate in OPAC In-Reply-To: <bug-30352-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30352-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30352-70-V53BcgBKFF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #25 from Tomás Cohen Arazi <tomascohen at gmail.com> --- This was pushed to 21.11. And I think it broke search results display in 21.11.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 20:28:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 18:28:12 +0000 Subject: [Koha-bugs] [Bug 33976] New: Claims returned option is not disabled in moredetail.pl if the item has a different lost status Message-ID: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Bug ID: 33976 Summary: Claims returned option is not disabled in moredetail.pl if the item has a different lost status Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: emily.lamancusa at montgomerycountymd.gov QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In Bug 24279, we disabled the "Claims Returned" option in the Lost status drop-down in moredetail.pl, because the claims returned feature does not work correctly if the status is set in that way. However, if an item already has a different Lost status, the "Claims Returned" option is selectable, although it should not be. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 20:29:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 18:29:51 +0000 Subject: [Koha-bugs] [Bug 30352] "Not for loan" in result list doesn't translate in OPAC In-Reply-To: <bug-30352-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30352-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30352-70-BPUd651fLX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352 --- Comment #26 from Tomás Cohen Arazi <tomascohen at gmail.com> --- I have now reverted this two patches on 21.11, to be released as 21.11.22. If needed in 21.11, we can give it proper testing and make sure nothing is broken. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 20:39:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 18:39:05 +0000 Subject: [Koha-bugs] [Bug 33977] New: Items with 952 using a authorized value display the code not the description on detail.tt Message-ID: <bug-33977-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 Bug ID: 33977 Summary: Items with 952 using a authorized value display the code not the description on detail.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1. Set a MARC framework to use an Authorized Value for a 952 field, like publicnote or non-public note. 2. Edit an item in that framework to use that AV. 3. Now look at the display on the item detail page ( detail.tt ), notice the code displays not the description. 4. Look at at the same item on additem.tt. Here it correctly displays the description. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 20:42:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 18:42:51 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-hX5Fp4YWmL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #37 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152263&action=edit Bug 30002: (QA follow-up) Add .perltidyrc to Makefile.PL mapping Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 20:51:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 18:51:53 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-rFZUTwYAz4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |emily.lamancusa at montgomeryc |ity.org |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:02:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:02:26 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-X9iXXJdIXz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 --- Comment #1 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152264&action=edit Bug 33976: Disable claims returned option in moredetail.pl when another lost status is selected Prevent "claims returned" from being selectable from moredetail.pl, even if another lost status is already set To test: 1. Configure Claims returned i. Go to Administration > Authorized Values > LOST ii. Add a new authorized value with value:6 and description:Claims returned iii. Go to Administration > System Preferences iv. Set ClaimReturnedLostValue to 6 and save 2. Go to any title record and click the barcode for any item 3. Click the Lost status drop-down. Note that the Claims Returned option is disabled. 4. Select a Lost status and click "Set status" 5. Click the Lost status drop-down. Note that the Claims Returned option is now selectable. 6. Apply the patch and refresh the page 7. Note that the Claims Returned option is now disabled. 8. Find a different item and check it out to a customer. 9. On that customer's account, click "Claim Returned" for that item 10. Click the barcode to view moredetail for that item Note that the Lost status drop-down is disabled with Claims Returned selected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:04:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:04:43 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-BBPJkoilIz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:05:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:05:59 +0000 Subject: [Koha-bugs] [Bug 32478] Remove Koha::Config::SysPref->find since bypasses cache In-Reply-To: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32478-70-qpQQlydpOo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:02 +0000 Subject: [Koha-bugs] [Bug 32478] Remove Koha::Config::SysPref->find since bypasses cache In-Reply-To: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32478-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32478-70-VGbPp8p10g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478 --- Comment #31 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:04 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-WfTvs4bPBz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:06 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-HUeDVW6j9R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:08 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-7kesgZTeHI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:11 +0000 Subject: [Koha-bugs] [Bug 33844] item->is_denied_renewal should check column from associated pref In-Reply-To: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33844-70-iCC0MunjPa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:13 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-1kYNMf5Zbc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:06:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:06:15 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-HCAwfKMuYx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:18:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:18:44 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-V8TR1PJjI3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 Laura Escamilla <Laura.escamilla at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:18:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:18:46 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-enZqSZNK6R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 --- Comment #2 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> --- Created attachment 152265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152265&action=edit Bug 33872: Auto calc duplicated patron's registration date to today's date Test Plan: 1. Create a duplicate patron and save the record. Notice that the registration date is set incorrectly. 2. Apply patch 3. Restart all 4. Repeat step 1. Notice that the registration date is now set to today’s date. 5. Sign off! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 21:20:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 19:20:46 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-k50C1DQvyN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |Laura.escamilla at bywatersolu |ity.org |tions.com CC| |Laura.escamilla at bywatersolu | |tions.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 22:09:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 20:09:10 +0000 Subject: [Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match In-Reply-To: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29522-70-N6j1WDMEzE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Phil Ringnalda <phil at chetcolibrary.org> --- You aren't actually checking whether they are duplicates, only whether the first is a duplicate-or-subset of the second, ignoring order and ignoring repeated subfields. $aCastles$zFrance is not a duplicate of $aCastles$zFrance$zProvence, and $aFoo$xBar$yQuux is not a duplicate of $aFoo$yQuux$xBar (and if you are getting subfield in scalar context so asking for subfield z always gets the first z even if there's more than one, there might be one more non-duplicate case). But isAuthorityDuplicated() is the wrong question to ask, because that's not the problem case. The problem is wouldLinkerPreferMARCfrom. Consider the all too common case of having authid 1 with 13473 bibs linked, authid 1000 with 1 bib linked, and authid 1001 with 1 bib linked, where all three are exact duplicates. Currently, merging 1001 to 1000 with FirstMatch will correctly result in all 13475 bibs linked to authid 1. Your patch would instead link two bibs to authid 1000, until either authid 1000 or each of the bib records was saved again, when they would relink to authid 1. You also have to consider the problem behind Caroline's "I have found the linker doesn't seem to work in 6XX fields" comment, which would have been from the problem that bug 30280 didn't yet have enough followups to work. Now that it (probably) does, if you have three authorities with 110 $aPotato, answering whether or not wouldLinkerPreferMARCfrom depends not just on how many duplicate authorities there are but also on what the value of LinkerConsiderThesaurus is and what thesaurus each of the duplicates has. I don't think you can solve this problem without asking the linker itself whether it would prefer MARCfrom. (Or, by giving authority merges a way to say "update the index, do it now, and tell me when it's done" which is probably too much responsiveness to even dream of.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 22:29:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 20:29:19 +0000 Subject: [Koha-bugs] [Bug 33164] Return claim message shows intermittently when BlockReturnOfLostItems enabled In-Reply-To: <bug-33164-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33164-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33164-70-4Xp8rOkezH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33164 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Phil Ringnalda <phil at chetcolibrary.org> --- If the (admittedly very silly) behavior of $exit_required_p isn't worth keeping for BlockReturnOfLostItems then it should just be removed completely. Otherwise, either ReturnClaims processing should move out of the "# Error messages" loop, or the $exit_required_p functionality should be rewritten to sort the waslost and/or withdrawn messages to the bottom of the list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 9 23:12:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jun 2023 21:12:27 +0000 Subject: [Koha-bugs] [Bug 33978] New: Adding authority from automatic linker closes imported record Message-ID: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Bug ID: 33978 Summary: Adding authority from automatic linker closes imported record Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org Created attachment 152266 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152266&action=edit 2 example records If you import a record, then create an authority record using the automatic linker, it closes the biblio record. The biblio record should stay open so you can continue to edit it. To recreate: 1. Import the example records 1.1. Download the example records 1.2. Go to Cataloging > Stage records for import 1.3. Choose the downloaded file 1.4. Click Upload file 1.5. Click Stage for import 1.6. Click View batch 1.7. Click Import this batch into the catalog 1.8. Click View detail of the enqueued job 1.9. Click Manage imported batch Correct behaviour: 2. In another tab, search for one of the records (for example, Fafounet) 3. Click Edit > Edit record 4. Click Link authorities automatically --> It should say 100 - No matching authority found. 5. Go to field 100 6. Click the plus sign next to 100$9 7. Fill out the mandatory fields by clinking in the text fields (000, 003, 005, 008, 040$a), field 100$a should already be filled 8. Click 'Save' --> Authority number is added in 100$9 and you get to stay in the record for more edits if needed Incorrect behaviour: 9. Go back to the imported batch tab 10. Click Edit next to the second title (the one by Paventi, Eza) 11. Redo steps 4 to 8 --> Record is closed!! :( The behaviour should be the same, stay in the bibliographic record until it is saved. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 07:37:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 05:37:35 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-OCYfGeD3h1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 --- Comment #5 from Andrii Nugged <nugged at gmail.com> --- I solved that on production before in templates only :), <input type="submit" onclick="this.value='Update SQL'" name="phase" class="btn btn-primary" value="Update SQL" /> <input type="submit" onclick="this.value='Update and run SQL'" name="phase" class="btn btn-primary" value="Update and run SQL" /> in a hacky way, :facepalm: but now I will build our custom .deb with your patch, Jonathan, install on production, and sign-off. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 20:58:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 18:58:15 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-99PJHn3R5G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 20:58:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 18:58:18 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-tIiPJ2jXZs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152248|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152267&action=edit Bug 33966: (bug 23824 follow-up) Fix submit buttons for translated templates Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 20:59:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 18:59:49 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-pRWt0bcIi7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:06:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:06:21 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-zdFoPp3vhi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:06:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:06:24 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-6IszTfGjjM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152016|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152268&action=edit Bug 33897: Use template wrapper for tabs: OPAC bibliographic detail page This patch updates the OPAC bibliographic detail page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and locate a bibliographic record. View the detail page. Verify that tabs are working, including all the options: - Holdings - Other holdings (If OpacSeparateHoldings is enabled) - Descriptions (MARC notes) - Subscriptions - Serial collection (UNIMARC, untested) - Components (If ShowComponentRecords is enabled. See Bug 11175 for sample record) - Comments - Editions (OPACFRBRizeEditions) - Html5media (If HTML5MediaEnabled is on. See Bug 8377 for sample records) - Images (If OPACLocalCoverImages is enabled) - NovelistSelect - Author identifiers (Witgh OPACAuthorIdentifiers enabled, see Bug 29897) Bonus points for testing these tabs for which I don't have credentials: - Syndetics TOC - Syndetics Excerpt - Syndetics Reviews - Syndetics AuthorNotes - LibraryThing for Libraries (with LibraryThingForLibrariesTabbedView set to "in tabs.") Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:06:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:06:27 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-bJqckgtw8M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152262|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152269&action=edit Bug 33897: (QA follow-up) Correct code for tab selection This patch corrects the code for selecting tabs other than the first tab. To test, apply the patch and view the bibliographic detail page for a serial record and with various settings of the opacSerialDefaultTab system preference. If you select "subscriptions tab" the subscriptions tab should be active by default. You can also enable html5media and view a record with html5media information and no holdings. The media tab should be displayed by default. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:08:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:08:08 +0000 Subject: [Koha-bugs] [Bug 33268] Overlay rules don't work correctly when source is set to * In-Reply-To: <bug-33268-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33268-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33268-70-2grFLoxiSH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33268 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It would be great if this could get some attention as it can create data loss. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:08:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:08:24 +0000 Subject: [Koha-bugs] [Bug 33975] Overlay rule not retaining correct item type when importing in Advanced Editor In-Reply-To: <bug-33975-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33975-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33975-70-HxGXc7M5Vv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33975 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Esther, I think this is a duplicate: Bug 33268 - Overlay rules don't work correctly when source is set to * Try using z3950 or any other specific source instead of * as a workaround. Also note that you need to check the record after saving (the display in the editor is not the end result). *** This bug has been marked as a duplicate of bug 33268 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:08:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:08:24 +0000 Subject: [Koha-bugs] [Bug 33268] Overlay rules don't work correctly when source is set to * In-Reply-To: <bug-33268-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33268-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33268-70-otOY6SSN1m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33268 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |esther.melander at bywatersolu | |tions.com --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 33975 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:10:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:10:10 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-GEUXaGF4LS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Owen, could you check on these please? FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt FAIL forbidden patterns forbidden pattern: Font Awesome icons need the aria-hidden attribute for accessibility purpose (see bug 25166) (line 117) forbidden pattern: Font Awesome icons need the aria-hidden attribute for accessibility purpose (see bug 25166) (line 164) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:14:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:14:02 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-JEOvuKG8t9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Katrin Fischer <katrin.fischer at bsz-bw.de> 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. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:14:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:14:06 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-XX9y2Tm2Cm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152270 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152270&action=edit Bug 30002: (QA follow-up) Add .perltidyrc to Makefile.PL mapping Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:14:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:14:51 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-6RvyWhLZqL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Sally from comment #3) > Thank you, Katrin! I'll be able to delete my jQuery for this now :) Thanks for reporting and testing :) I like consistency! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:15:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:15:41 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-5jT2aI4Lpn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:21:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:21:59 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-x1zPe8Ox12@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:22:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:22:02 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-omBkgIMQse@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152203|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152271&action=edit Bug 33176: Handle RequirePaymentType Test plan: 1. Turn on RequirePaymentType 2. Create a manual invocie on a patron account 3. Go to pay it, 'Payment type:' is marked as required. 4. In the inscept the select input ( #payment_type ) with your browser's dev tools. Removed the required attribute. 5. You are able to make the payment without a payment type. 6. Apply patch and restart_all 7. Try 4-5 again. This time you should get a 500 error and the payment should not go through. 8. Turn RequirePaymentType off. Try a payment with a payment type, you shoud be successful. 9. Make sure tests will pass: prove -v t/db_dependent/Koha/Account.t Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:22:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:22:05 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-1pw81HrPcY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152204|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152272&action=edit Bug 33176: Enforce RequirePaymentType with API Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:22:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:22:09 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-zAoIO52wWl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152205|0 |1 is obsolete| | --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152273 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152273&action=edit Bug 33176: Enforce bad values 1. Turn on RequirePaymentType 2. Create a manual invocie on a patron account 3. Go to pay it, 'Payment type:' is marked as required. 4. In the inscept the select input ( #payment_type ) with your browser's dev tools. Removed the required attribute. 5. You are able to make the payment without a payment type. 6. Apply patch and restart_all 7. Try 4-5 again. This time you should get a 500 error and the payment should not go through. 8. Try a paymnet again this time manipulate the DOM and change the value of 'CASH' to something else like 'SOMETHINGELSE'. 9. Try to submit the payment and again you will get a 500 error. The payment should not go through. 10. Turn RequirePaymentType off. Try a payment with a payment type, you shoud be successful. 11. Make sure tests will pass Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:25:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:25:16 +0000 Subject: [Koha-bugs] [Bug 33830] Title and author not on same line anymore In-Reply-To: <bug-33830-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33830-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33830-70-wnNur4Po7K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33830 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Fridolin Somers from comment #6) > (In reply to Owen Leonard from comment #5) > > (In reply to Fridolin Somers from comment #4) > > > We should do the same in staff interface maybe. > > > > The staff interface already has this. > > Ah but not UNIMARC. Should we rewrite the bug to be about making the same change for UNIMARC? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:29:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:29:42 +0000 Subject: [Koha-bugs] [Bug 33979] New: Improve behaviour of source list on 'item modifications by age' tool Message-ID: <bug-33979-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33979 Bug ID: 33979 Summary: Improve behaviour of source list on 'item modifications by age' tool Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl In the tool for 'item modifications by age' there is an items.dateaccessioned option and a note that this will be used if left empty: <span class="hint">If not set then items.dateaccessioned will be used</span> It would be a little easier to make the field required, keeping the empty option, but enforcing people to pick someting. Alternatively the empty option could be removed with items.dateaccessioned the first option, but I believe the first option would be a little cleaner. Eventually older entries in the db will need updating as well. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:29:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:29:59 +0000 Subject: [Koha-bugs] [Bug 22827] Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned In-Reply-To: <bug-22827-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22827-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22827-70-d8UUtYEpBs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 --- Comment #22 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Jonathan Druart from comment #21) > (In reply to Katrin Fischer from comment #20) > > (In reply to Jonathan Druart from comment #19) > > > <span class="hint">If not set then items.dateaccessioned will be used</span> > > > > > > Instead of this we could just select this value in the dropdown list if none > > > exist, and remove the empty option to make it mandatory. > > > > Note: We'd also need a database update for the old entries. I can try to > > file that later. > > Not necessarily but yes that will be better ofc. Filed as: Bug 33979 - Improve behaviour of source list on 'item modifications by age' tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:34:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:34:17 +0000 Subject: [Koha-bugs] [Bug 30846] "If any unavailable" doesn't consider negative notforlan values as unavailable In-Reply-To: <bug-30846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30846-70-5iAv7uiHXP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 21:35:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 19:35:13 +0000 Subject: [Koha-bugs] [Bug 30846] "If any unavailable" doesn't consider negative notforlan values as unavailable In-Reply-To: <bug-30846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30846-70-UVxorOyo6L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Tests pass for me, I will continue testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:15:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:15:09 +0000 Subject: [Koha-bugs] [Bug 11482] new reservation syspref PickupHoldOnlyFromItemBranches In-Reply-To: <bug-11482-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-11482-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-11482-70-MHESb3WNYZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11482 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |RESOLVED Resolution|--- |MOVED --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe this is covered now in the circulation rules in the last table on the page with the pickup location rules. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:18:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:18:53 +0000 Subject: [Koha-bugs] [Bug 18125] Edit button can duplicate some circulation rule In-Reply-To: <bug-18125-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18125-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18125-70-ag9mzsEhyg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18125 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |WONTFIX --- Comment #19 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Victor Grousset/tuxayo from comment #18) > Baptiste doesn't work anymore at BibLibre. > Unassigning to avoid signaling that this bug is still being supervized. > Which could wrongly discourage someone to continue the work. The behaviour of editing also acting as an option to copy rules is described in the manual and really very useful. I think we cannot remove it without introducing another option for copying that works better than what we have now. Closing WONTFIX. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:24:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:24:03 +0000 Subject: [Koha-bugs] [Bug 18138] Use MARC modification template when adding/updating bibliographic records In-Reply-To: <bug-18138-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18138-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18138-70-55EuPC8oOz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18138 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #73 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Phil Ringnalda from comment #72) > Something's gone wrong with the bit to select a template from a list of > template names for the pref: I get no list, though if I enter the id of a > template, it seems to be applied just fine. I believe this should have been set to Failed QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:24:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:24:09 +0000 Subject: [Koha-bugs] [Bug 18138] Use MARC modification template when adding/updating bibliographic records In-Reply-To: <bug-18138-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18138-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18138-70-FfazyO0j0a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18138 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:25:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:25:22 +0000 Subject: [Koha-bugs] [Bug 23869] Add regex test to MARC modification template setup In-Reply-To: <bug-23869-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23869-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23869-70-o2eU6775SS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23869 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add regex test to marc mod |Add regex test to MARC |template setup |modification template setup -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:30:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:30:54 +0000 Subject: [Koha-bugs] [Bug 14677] Inventory: Compare Barcodes List to Result function In-Reply-To: <bug-14677-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-14677-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-14677-70-NPO2uUtgBH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14677 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe this has been fixed since it was reported in 2015 for 3.2. I just ran some tests and all worked as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:32:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:32:33 +0000 Subject: [Koha-bugs] [Bug 11028] Add search filters for fund, basket, and basket group to late orders page In-Reply-To: <bug-11028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-11028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-11028-70-5T4V4HWH3d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add new filters in |Add search filters for |lateorders.pl |fund, basket, and basket | |group to late orders page -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:54:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:54:37 +0000 Subject: [Koha-bugs] [Bug 16956] Inserting null borrowernumber value in statistics table while book is checkin if book is not checkedout In-Reply-To: <bug-16956-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16956-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16956-70-03ichYCcmM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16956 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- When an item that is not checked out is checked in, we write a line to the statistics table with the borrowernumber = NULL. This makes sense to me, but this bug is not clear what the change should be. Closing WORKSFORME for now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 22:56:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 20:56:04 +0000 Subject: [Koha-bugs] [Bug 13674] Remove useless output from t/Debug.t In-Reply-To: <bug-13674-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13674-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13674-70-fne3WqDfdB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13674 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It looks like t/Debug.t and C4/Debug no longer exist. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:29:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:29:06 +0000 Subject: [Koha-bugs] [Bug 32543] 'Until' date is misaligned on patron category form In-Reply-To: <bug-32543-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32543-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32543-70-vETx8ZZOu5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32543 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This has been fixed since. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:38:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:38:08 +0000 Subject: [Koha-bugs] [Bug 32513] Misalignment of List field input in label-edit-layout.pl In-Reply-To: <bug-32513-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32513-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32513-70-BRH6UXN24I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32513 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This appears to have been fixed since this bug was filed :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:40:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:40:00 +0000 Subject: [Koha-bugs] [Bug 32509] Embed see-also-from headings into bibliographic records export In-Reply-To: <bug-32509-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32509-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32509-70-FYlcraDOos@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32509 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should this be 'needs signoff'? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:42:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:42:51 +0000 Subject: [Koha-bugs] [Bug 32501] Koha::Patrons::Import contains incorrect borrowernumber references In-Reply-To: <bug-32501-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32501-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32501-70-8266UQV0tn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32501 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Any update on this? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:46:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:46:32 +0000 Subject: [Koha-bugs] [Bug 32488] Add indexes for content, media and carrier type In-Reply-To: <bug-32488-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32488-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32488-70-FIfmrukOQl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32488 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|add indexes for content, |Add indexes for content, |media and carrier type |media and carrier type -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:51:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:51:02 +0000 Subject: [Koha-bugs] [Bug 32471] MARC imports can fail on replacing items when an itemnumber exists in the incoming file, but not in Koha In-Reply-To: <bug-32471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32471-70-574YaVMmu9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32471 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Marc imports can fail on |MARC imports can fail on |replacing items when an |replacing items when an |itemnumber exists in the |itemnumber exists in the |incoming file, but not in |incoming file, but not in |koha |Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 10 23:52:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 21:52:10 +0000 Subject: [Koha-bugs] [Bug 32467] ExpireReservesAutoFill should send to the holding library when notifying of a hold in transit In-Reply-To: <bug-32467-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32467-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32467-70-frmAf5Fmpn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32467 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Which notice is meant here? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 00:10:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 22:10:28 +0000 Subject: [Koha-bugs] [Bug 32397] Language falls back to default if changing the language to german and try to access the tools in the staff interface In-Reply-To: <bug-32397-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32397-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32397-70-AsnD6rGDAq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This should have been resolved since with fixed po files in all releases after 22.11.0 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 00:16:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 22:16:51 +0000 Subject: [Koha-bugs] [Bug 32384] Form for sending lists from the OPAC is misaligned In-Reply-To: <bug-32384-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32384-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32384-70-W2YRl0rXdd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32384 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 32946 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 00:16:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 22:16:51 +0000 Subject: [Koha-bugs] [Bug 32946] 'Send list/cart' forms in OPAC is misaligned In-Reply-To: <bug-32946-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32946-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32946-70-6Nl0svdZkU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32946 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 32384 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 00:26:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 22:26:25 +0000 Subject: [Koha-bugs] [Bug 32340] Several tests failing for t/db_dependent/Reserves.t In-Reply-To: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32340-70-o29xl7cVxl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32340 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Emmi, the tests pass for me on master with the sample database. I believe the sample data is assumed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 00:33:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 22:33:56 +0000 Subject: [Koha-bugs] [Bug 32317] Self registration: Allow users to upload files In-Reply-To: <bug-32317-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32317-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32317-70-EX3ikNWcZJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32317 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Severity|enhancement |new feature -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 00:59:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 22:59:09 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-7G1OrSeADU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #38 from Mason James <mtj at kohaaloha.com> --- > Thanks, Mason! Yes, please push it! ok, pushed :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:11:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:11:11 +0000 Subject: [Koha-bugs] [Bug 32256] Self checkout batch mode In-Reply-To: <bug-32256-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32256-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32256-70-jqVl4FFq8D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|self-checkout batch mode |Self checkout batch mode Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:14:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:14:22 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-9egFk8Saz4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Still valid. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:29:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:29:57 +0000 Subject: [Koha-bugs] [Bug 33980] New: No results on search creates double sets of quotes on breadcrumb search term and page Message-ID: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 Bug ID: 33980 Summary: No results on search creates double sets of quotes on breadcrumb search term and page Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org If you do a search for an item that produces results in the staff search, the breadcrumb search terms appear in a single set of single quotes. If your search does not produce any results, the search term appears in double single quotes. This also is the case on the page displaying "No results for ..." This is a problem, because we use this search term to do other searches elsewhere. The second set of quotes breaks the search. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:32:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:32:00 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-Ux1LKdGOrg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 --- Comment #1 from Christopher Brannon <cbrannon at cdalibrary.org> --- Correction. The failed results appear in both single and double quotes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:33:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:33:43 +0000 Subject: [Koha-bugs] [Bug 32124] [OMNIBUS] Problems with C4::Context->userenv In-Reply-To: <bug-32124-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32124-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32124-70-mSvEt9QpGQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32124 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- All depending bugs have been resolved, closing. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:45:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:45:41 +0000 Subject: [Koha-bugs] [Bug 32024] Placing a hold on OPAC ignores Hold Pickup Location Match In-Reply-To: <bug-32024-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32024-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32024-70-04dWycO4id@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32024 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 23659 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:45:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:45:41 +0000 Subject: [Koha-bugs] [Bug 23659] Allow hold pickup location to default to item home branch for item-level holds In-Reply-To: <bug-23659-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23659-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23659-70-dk8LqJKhJe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dch at interleaf.ie --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 32024 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:46:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:46:43 +0000 Subject: [Koha-bugs] [Bug 32026] 'Search within results' and its input field in staff search results page are misaligned In-Reply-To: <bug-32026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32026-70-mRVvKZBWlA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32026 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 01:46:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 10 Jun 2023 23:46:43 +0000 Subject: [Koha-bugs] [Bug 33543] Search within result list broken? In-Reply-To: <bug-33543-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33543-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33543-70-NoZYpY22kg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33543 Bug 33543 depends on bug 32026, which changed state. Bug 32026 Summary: 'Search within results' and its input field in staff search results page are misaligned https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32026 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 10:08:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 08:08:04 +0000 Subject: [Koha-bugs] [Bug 33548] Searching within results with IntranetCatalogPulldown quotes/searches as phrase all indexes except kw In-Reply-To: <bug-33548-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33548-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33548-70-lVVewt5uG6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33548 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 33980 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 10:08:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 08:08:04 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-GWJtBQTTkQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33548 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 10:08:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 08:08:52 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-VwjBFUAhcT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |REOPENED --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Sorry, bug confusion. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 14:45:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 12:45:36 +0000 Subject: [Koha-bugs] [Bug 32062] Add import tool to Authorities In-Reply-To: <bug-32062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32062-70-VO55U7ChSQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32062 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I wonder if we should have a start page for authorities than too, to match? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 14:47:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 12:47:06 +0000 Subject: [Koha-bugs] [Bug 32059] How to run scripts found under https://perldoc.koha-community.org/ In-Reply-To: <bug-32059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32059-70-c6yWZ7aUct@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32059 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Status|NEW |Needs documenting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 14:51:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 12:51:16 +0000 Subject: [Koha-bugs] [Bug 31997] Show club question answers in staff interface In-Reply-To: <bug-31997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31997-70-H8U9S1aaJv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31997 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Show club question answers |Show club question answers |in staff client |in staff interface -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 14:52:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 12:52:07 +0000 Subject: [Koha-bugs] [Bug 31990] Shibboleth may redirect to OPAC if staff interface and OPAC are served on same hostname. In-Reply-To: <bug-31990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31990-70-6J5vVoKOBJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31990 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Shibboleth may redirect to |Shibboleth may redirect to |opac if intranet and staff |OPAC if staff interface and |is served on same hostname. |OPAC are served on same | |hostname. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 14:55:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 12:55:42 +0000 Subject: [Koha-bugs] [Bug 31983] Add "public_api_routes" Koha plugin method In-Reply-To: <bug-31983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31983-70-xRS8qUeu5K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31983 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 14:55:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 12:55:55 +0000 Subject: [Koha-bugs] [Bug 31983] Add "public_api_routes" Koha plugin method In-Reply-To: <bug-31983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31983-70-iTSmuqnX1Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31983 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit | |y.org | Component|Plugin architecture |REST API -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:01:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:01:08 +0000 Subject: [Koha-bugs] [Bug 31972] More than 20 MARC overlay rules In-Reply-To: <bug-31972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31972-70-mkX2wpftwo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31972 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|More than 20 Marc overlay |More than 20 MARC overlay |rules |rules Severity|enhancement |normal Version|22.05 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:14:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:14:28 +0000 Subject: [Koha-bugs] [Bug 31914] [Omnibus] We should adopt modals more widely for simple forms In-Reply-To: <bug-31914-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31914-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31914-70-BUtXDASNgn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31914 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|We should adopt modals more |[Omnibus] We should adopt |widely for simple forms |modals more widely for | |simple forms -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:19:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:19:54 +0000 Subject: [Koha-bugs] [Bug 31875] Reserved words as authorised_values cause search error in Elasticsearch In-Reply-To: <bug-31875-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31875-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31875-70-poN4tjNgxX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31875 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- What would be a good solution here? Is there a way to escape? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:29:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:29:14 +0000 Subject: [Koha-bugs] [Bug 31833] [Omnibus] Fix table inconsistencies In-Reply-To: <bug-31833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31833-70-i29Zb1XEWe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31833 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:35:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:35:00 +0000 Subject: [Koha-bugs] [Bug 31791] Add the ability to lock records to prevent modification through the Koha staff interface(s) In-Reply-To: <bug-31791-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31791-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31791-70-AZDmoDgXHi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31791 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add the ability to lock |Add the ability to lock |records to prevent |records to prevent |modification through the |modification through the |Koha staff interface(s). |Koha staff interface(s) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:35:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:35:20 +0000 Subject: [Koha-bugs] [Bug 31790] REST API: CRUD endpoints for Authorities [omnibus] In-Reply-To: <bug-31790-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31790-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31790-70-sOCkEIZpTP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31790 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- All dependent bugs have been resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:36:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:36:13 +0000 Subject: [Koha-bugs] [Bug 31788] REST API: CRUD endpoints for Biblios [omnibus] In-Reply-To: <bug-31788-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31788-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31788-70-wE93uMGhwa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31788 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- All dependent bugs have been resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:36:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:36:48 +0000 Subject: [Koha-bugs] [Bug 31787] [DOCS] Add description and examples to membership_expiry.pl about --where option In-Reply-To: <bug-31787-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31787-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31787-70-U574o9fEK4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31787 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:38:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:38:39 +0000 Subject: [Koha-bugs] [Bug 31778] Action logs for administrative tasks In-Reply-To: <bug-31778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31778-70-kdRlJ77N4A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31778 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|action logs for |Action logs for |administrative tasks |administrative tasks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:40:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:40:46 +0000 Subject: [Koha-bugs] [Bug 31757] [Omnibus] Add 'page-section' where it's missing In-Reply-To: <bug-31757-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31757-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31757-70-bZ4I10NZaM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- All of the dependent bugs have been marked as resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:42:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:42:57 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-fW1O1MCHuV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Andrii Nugged <nugged at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 15:42:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 13:42:59 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-nR0B0aZXTF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Andrii Nugged <nugged at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152267|0 |1 is obsolete| | --- Comment #7 from Andrii Nugged <nugged at gmail.com> --- Created attachment 152274 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152274&action=edit Bug 33966: (bug 23824 follow-up) Fix submit buttons for translated templates Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Andrii Nugged <nugged at gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 17:50:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 15:50:50 +0000 Subject: [Koha-bugs] [Bug 19111] Do not mess with kohafield in authority_subfield_structure In-Reply-To: <bug-19111-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19111-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19111-70-jEJWsIMpk8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19111 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 31704 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 17:50:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 15:50:50 +0000 Subject: [Koha-bugs] [Bug 31704] Mapping of kohafield for authorities should be controlled by default framework too In-Reply-To: <bug-31704-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31704-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31704-70-13pxZVXvET@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31704 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 19111 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 17:56:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 15:56:22 +0000 Subject: [Koha-bugs] [Bug 31716] Enlarge the size of the authorised_value column in authorised_values In-Reply-To: <bug-31716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31716-70-LhJVTWc0yT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31716 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #20 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Nick Clemens from comment #19) > Resolved using hardcoded JS, not going to keep working on this one -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 18:19:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 16:19:14 +0000 Subject: [Koha-bugs] [Bug 31729] Enable automatic filesystem refresh in Plack In-Reply-To: <bug-31729-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31729-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31729-70-Sdc1IaQNqa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31729 --- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This sounds like it would be great time saver! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 18:20:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 16:20:42 +0000 Subject: [Koha-bugs] [Bug 31732] 880 titles missing from OPAC and staff interface checkout summary In-Reply-To: <bug-31732-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31732-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31732-70-Ru2w0Dqzfb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31732 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|880 titles missing from |880 titles missing from |OPAC and Staff Interface |OPAC and staff interface |checkout summary |checkout summary --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Could we get this to "needs signoff"? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 18:21:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 16:21:45 +0000 Subject: [Koha-bugs] [Bug 31734] Hooks for account, recall, indexing and more actions for holds In-Reply-To: <bug-31734-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31734-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31734-70-mufOloGDI6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31734 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Only bug 31897 is missing here now! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 18:26:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 16:26:02 +0000 Subject: [Koha-bugs] [Bug 31746] Patron record saves when cardnumber required and value entered is whitespace In-Reply-To: <bug-31746-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31746-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31746-70-EhI56wlKst@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31746 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31719 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 18:26:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 16:26:02 +0000 Subject: [Koha-bugs] [Bug 31719] Course name should enforce non-white-space character requirement In-Reply-To: <bug-31719-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31719-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31719-70-6eUspGe6cy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31719 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31746 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 18:32:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 16:32:39 +0000 Subject: [Koha-bugs] [Bug 31615] Allow checkin of items bundles without verifying their contents In-Reply-To: <bug-31615-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31615-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31615-70-kOta5s8mDI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31615 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Martin Renvoize from comment #7) > Oh, this never got tied to a preference. Bug 33827 now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 22:55:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 20:55:59 +0000 Subject: [Koha-bugs] [Bug 33806] Overridden checkin date not retained when CircConfirmItemParts enabled In-Reply-To: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33806-70-ypXjQKUBv7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151578|0 |1 is obsolete| | --- Comment #4 from Victor Grousset/tuxayo <victor at tuxayo.net> --- Created attachment 152275 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152275&action=edit Bug 33806: Retain specified date when confirming item parts at checkin This patch simply adds hidden inputs to the item parts confirm form to ensure specified checkin date is retained To test: 1 - Find or add an item with subfield 3 - materials specified 2 - Enable system preference CircConfirmItemParts 3 - Go to Circulation->Checkin 4 - Click the settings button in the input box and enter a checkin date and select the remeber check box 5 - Check in some items, confirm date retained 6 - Checkin the item with the materials specified 7 - Confirm checkin 8 - Note that checkin date is cleared 9 - Apply patch 10 - Repeat 3-7 11 - Confirm date is retained Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 22:56:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 20:56:14 +0000 Subject: [Koha-bugs] [Bug 33806] Overridden checkin date not retained when CircConfirmItemParts enabled In-Reply-To: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33806-70-Ok1dOL6tnI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net Status|Signed Off |Passed QA --- Comment #5 from Victor Grousset/tuxayo <victor at tuxayo.net> --- Works, makes sense, QA script happy, code looks good, passing QA :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 11 23:57:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 21:57:54 +0000 Subject: [Koha-bugs] [Bug 33795] Holds Queue builder should do cheap checks before expensive checks In-Reply-To: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33795-70-hKs0UEDn3s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33795 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 00:04:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 22:04:20 +0000 Subject: [Koha-bugs] [Bug 31661] libcache-memcached-fast-safe-perl not available on ARM64 In-Reply-To: <bug-31661-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31661-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31661-70-q5tA32OR4A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31661 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com Component|Installation and upgrade |Packaging |(command-line installer) | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 00:09:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 22:09:06 +0000 Subject: [Koha-bugs] [Bug 31696] Allow staff to choose default sort order of column configurable tables In-Reply-To: <bug-31696-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31696-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31696-70-AjClRKEXdU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31696 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 00:21:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 22:21:25 +0000 Subject: [Koha-bugs] [Bug 31523] Show OverDrive results on the staff interface results page In-Reply-To: <bug-31523-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31523-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31523-70-949VAdWGlL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31523 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Show OverDrive results on |Show OverDrive results on |the staff client results |the staff interface results |page |page -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 00:42:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 11 Jun 2023 22:42:01 +0000 Subject: [Koha-bugs] [Bug 31787] [DOCS] Add description and examples to membership_expiry.pl about --where option In-Reply-To: <bug-31787-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31787-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31787-70-z5S0VCg29o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31787 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |david at davidnind.com |ity.org | Documentation| |David Nind contact| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 09:43:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 07:43:58 +0000 Subject: [Koha-bugs] [Bug 33981] New: Refer to the manual, not online search Message-ID: <bug-33981-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33981 Bug ID: 33981 Summary: Refer to the manual, not online search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt line 49 looks like this: <p>Need help? For help with granting permissions, please search online for "[% dbms | $HtmlTags tag=>'code' %] manual grant permissions" It would better to refer new users to the manual, rather than to searching online, which could give all sorts of wrong and outdated information. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 10:47:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 08:47:16 +0000 Subject: [Koha-bugs] [Bug 33236] Move C4::Suggestions::NewSuggestion to Koha namespace In-Reply-To: <bug-33236-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33236-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33236-70-AfoBpAhEH0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #14 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 10:47:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 08:47:17 +0000 Subject: [Koha-bugs] [Bug 23990] Move C4::Suggestions code to the Koha namespace In-Reply-To: <bug-23990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23990-70-ku0PFeZuNs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23990 Bug 23990 depends on bug 33236, which changed state. Bug 33236 Summary: Move C4::Suggestions::NewSuggestion to Koha namespace https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 10:58:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 08:58:25 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: <bug-33877-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33877-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33877-70-w5WaVNwgjG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.00 |23.11.00,23.05.00,22.11.07 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 10:58:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 08:58:27 +0000 Subject: [Koha-bugs] [Bug 33877] Fix teams.yaml In-Reply-To: <bug-33877-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33877-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33877-70-K2ILiffIkl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 11:27:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 09:27:01 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33865-70-iI6t7b6tFA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 11:27:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 09:27:03 +0000 Subject: [Koha-bugs] [Bug 33865] JS error when importing a staged MARC record file In-Reply-To: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33865-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33865-70-teYActEN7F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:06:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:06:45 +0000 Subject: [Koha-bugs] [Bug 33223] Koha::Patron->notice_email_address isn't consistently used In-Reply-To: <bug-33223-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33223-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33223-70-VhWoGRrt8g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33223 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |matt.blenkinsop at ptfs-europe | |.com Resolution|--- |FIXED --- Comment #15 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Missing dependencies - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:06:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:06:46 +0000 Subject: [Koha-bugs] [Bug 12532] Redirect guarantee email to guarantor In-Reply-To: <bug-12532-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12532-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12532-70-U9XT0IbZnU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532 Bug 12532 depends on bug 33223, which changed state. Bug 33223 Summary: Koha::Patron->notice_email_address isn't consistently used https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33223 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:08:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:08:17 +0000 Subject: [Koha-bugs] [Bug 33313] TICKET_NOTIFY looking for IntranetBaseURL rather than staffClientBaseURL in default notice In-Reply-To: <bug-33313-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33313-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33313-70-Dys24r6ggn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33313 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #19 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Missing dependencies - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:08:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:08:17 +0000 Subject: [Koha-bugs] [Bug 33314] Link to bibliographic record incomplete in default TICKET_NOTIFY notice In-Reply-To: <bug-33314-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33314-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33314-70-kdSB7TWMvS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33314 Bug 33314 depends on bug 33313, which changed state. Bug 33313 Summary: TICKET_NOTIFY looking for IntranetBaseURL rather than staffClientBaseURL in default notice https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33313 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:08:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:08:41 +0000 Subject: [Koha-bugs] [Bug 33314] Link to bibliographic record incomplete in default TICKET_NOTIFY notice In-Reply-To: <bug-33314-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33314-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33314-70-hgjfbwq2bZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33314 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #9 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Missing dependencies - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:14:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:14:14 +0000 Subject: [Koha-bugs] [Bug 33789] Checkout information is missing when adding a credit In-Reply-To: <bug-33789-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33789-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33789-70-3DZ48VxK4r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to stable |Needs documenting --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:04 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33247-70-0Ri64rgTOx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:05 +0000 Subject: [Koha-bugs] [Bug 33247] Deleted authority still on results list In-Reply-To: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33247-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33247-70-A6xltVKWtd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247 --- Comment #17 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:07 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33411-70-QkOTVw2DAw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:09 +0000 Subject: [Koha-bugs] [Bug 33411] SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees In-Reply-To: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33411-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33411-70-NkhQyUyOUV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411 --- Comment #26 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:10 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33748-70-vMRq9xqsCi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:12 +0000 Subject: [Koha-bugs] [Bug 33748] UI issue on addorderiso2709.pl page In-Reply-To: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33748-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33748-70-FctuzcXVg7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748 --- Comment #18 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:14 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33779-70-ZktAWSQuyt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:15 +0000 Subject: [Koha-bugs] [Bug 33779] Terminology: biblio record In-Reply-To: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33779-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33779-70-sgsyg74oGy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:17 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33859-70-Rhts28OzKZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:19 +0000 Subject: [Koha-bugs] [Bug 33859] Use the phrase 'Identity providers' instead of 'Authentication providers' In-Reply-To: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33859-70-wIxXrBysKb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:20 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: <bug-33875-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33875-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33875-70-jNRcettxwv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:22 +0000 Subject: [Koha-bugs] [Bug 33875] Missing closing tag a in API key management page In-Reply-To: <bug-33875-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33875-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33875-70-NLNqhqY0xV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:15:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:15:26 +0000 Subject: [Koha-bugs] [Bug 33982] New: Error 500 on OPAC on recently edited records Message-ID: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33982 Bug ID: 33982 Summary: Error 500 on OPAC on recently edited records Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: Linux Status: NEW Severity: critical Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: joseanjos at gmail.com QA Contact: testopia at bugs.koha-community.org Since I update from version 22.05 to 22.11, every record I edit on Staff interface, can't be searched anymore on OPAC. (ERROR 500) I've updated to 23.05 but the problem persists. On Staff interface I can search it. opac-error.log: [Mon Jun 12 10:25:29.952048 2023] [cgi:error] [pid 6040] [client XX.XX.XX.XX:48968] AH01215: Use of uninitialized value in hash element at /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl line 678.: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl [Mon Jun 12 10:25:29.952589 2023] [cgi:error] [pid 6040] [client XX.XX.XX.XX:48968] AH01215: DBIC result _type isn't of the _type Branch at /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl line 678.: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl [Mon Jun 12 10:25:29.987521 2023] [cgi:error] [pid 6040] [client XX.XX.XX.XX:48968] End of script output before headers: opac-detail.pl I've checked for permissions issues but everything looks OK. Rebuild Zebra: koha-rebuild-zebra -b -f -v koha looks OK, no errors -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:24:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:24:46 +0000 Subject: [Koha-bugs] [Bug 11036] Track logins to the OPAC In-Reply-To: <bug-11036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-11036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-11036-70-NreisL7ZX4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11036 Daphne Hoolahan <dch at interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dch at interleaf.ie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:28:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:28:47 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33525-70-v5FswJcjQL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:28:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:28:49 +0000 Subject: [Koha-bugs] [Bug 33525] Use template wrapper for tabs: Basic MARC editor In-Reply-To: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33525-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33525-70-RqNRUj1jxD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:28:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:28:50 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33697-70-kgaQ4krZSr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:28:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:28:52 +0000 Subject: [Koha-bugs] [Bug 33697] Remove deprecated RecordedBooks (rbdigital) integration In-Reply-To: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33697-70-NFQiqskuMk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:33:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:33:11 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33786-70-wJ2uDAYGXp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #21 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Can this be pushed to 23.05? Its landed in the queue for 22.11.07 but doesn't appear to be in stable yet -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:34:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:34:19 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33803-70-Wkw99lGw6o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:34:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:34:20 +0000 Subject: [Koha-bugs] [Bug 33803] Some scripts contain info about tab width In-Reply-To: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33803-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33803-70-ipc1qin7Nh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:35:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:35:28 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-Zp6d6qom0c@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 --- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Can this be pushed to 23.05? It landed in the queue for 22.11.07 but doesn't appear to be in stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:46:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:46:14 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-VV8kvCvTnq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 --- Comment #11 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Ignore that - was looking at the wrong branch! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:54:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:54:10 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33873-70-4zu4vK785I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |matt.blenkinsop at ptfs-europe | |.com Version(s)|23.11.00 |23.11.00, 23.05.01 released in| | --- Comment #22 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Updating to 'Pushed to stable' and adding released version before oldstable rmaint activity -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:55:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:55:10 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-nSflufabzj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00, 23.05.01 released in| | Status|Pushed to master |Pushed to stable --- Comment #12 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Updating to 'Pushed to stable' and adding released version before oldstable rmaint activity -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:55:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:55:23 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-9pfUTOBl4e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #10 from Owen Leonard <oleonard at myacpl.org> --- (In reply to Owen Leonard from comment #3) > Please note that the qa tool's errors about Font Awesome icons and > aria-hidden attributes appears to be a false positive. (I should have put this in the commit message!) The icons indicated by the QA tool do have aria-hidden attributes, so I'm not sure what's going on there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:56:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:56:06 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33786-70-Gn3ieYFzrD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00, 23.05.01 released in| | --- Comment #22 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Updating to 'Pushed to stable' and adding released version before oldstable rmaint activity -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:16 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33786-70-cr6y14dI4y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00, 23.05.01 |23.11.00,22.11.07, 23.05.01 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:18 +0000 Subject: [Koha-bugs] [Bug 33786] ILL requests table pagination in patron ILL history is transposing for different patrons In-Reply-To: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33786-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33786-70-o49MWs7yT3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786 --- Comment #23 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:21 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-YZ00TLYDPN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00, 23.05.01 |23.11.00,22.11.07, 23.05.01 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:22 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-1VbPMZtaXh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 --- Comment #13 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:24 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33873-70-q7idJy0ujt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00, 23.05.01 |23.11.00,22.11.07, 23.05.01 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:26 +0000 Subject: [Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render In-Reply-To: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33873-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33873-70-M6zZwW2a8u@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #23 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:28 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33882-70-LbqsRMDJDK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:29 +0000 Subject: [Koha-bugs] [Bug 33882] member.tt Date of birth column makes it difficult to hide the age hint In-Reply-To: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33882-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33882-70-ZoYBQnWm1k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:31 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33883-70-Q4ludijHds@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:32 +0000 Subject: [Koha-bugs] [Bug 33883] "Make sure to copy your API secret" message overlaps text In-Reply-To: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33883-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33883-70-1JCmEfEH8F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:34 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33891-70-rW2pvUb1He@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 12:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 10:58:35 +0000 Subject: [Koha-bugs] [Bug 33891] Use template wrapper for tabs: OPAC advanced search In-Reply-To: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33891-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33891-70-bmLdspeAWG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:00:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:00:28 +0000 Subject: [Koha-bugs] [Bug 33795] Holds Queue builder should do cheap checks before expensive checks In-Reply-To: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33795-70-o6Tb9RgSWb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33795 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:00:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:00:30 +0000 Subject: [Koha-bugs] [Bug 33795] Holds Queue builder should do cheap checks before expensive checks In-Reply-To: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33795-70-OX2i5xVsyx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33795 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151654|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152276&action=edit Bug 33795: Holds Queue builder should do cheap checks before expensive checks The holds queue builder runs many checks in a somewhat arbitrary order. We should order those checks such that the most expensive checks are at the end and can be avoided if a faster check fails. Test Plan: 1) prove t/db_dependent/HoldsQueue.t 2) Apply this patch 3) prove t/db_dependent/HoldsQueue.t 4) Tests still pass! Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:03:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:03:32 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-vH6TTaKnCQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00, 23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:06:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:06:12 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-OaTUmkRT9V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW --- Comment #4 from Owen Leonard <oleonard at myacpl.org> --- (In reply to Christopher Brannon from comment #0) > This is a problem, because we use this search term to do other searches > elsewhere. The second set of quotes breaks the search. Can you elaborate on that? Some kind of customization? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:17:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:17:00 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-M0eAfe8G5B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00, 23.05.01 |23.11.00,22.11.07, 23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:17:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:17:02 +0000 Subject: [Koha-bugs] [Bug 21983] Better handling of deleted biblios on ILL requests In-Reply-To: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21983-70-LOFzSREO8N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983 --- Comment #31 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:18:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:18:29 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33892-70-l4sjK6cPMZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:19:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:19:51 +0000 Subject: [Koha-bugs] [Bug 32464] Koha::Item->as_marc_field obsolete option mss In-Reply-To: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32464-70-vQ0bk5eWyU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:21:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:21:02 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-eIGIGNM4xs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:22:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:22:30 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-eRP2h8lroR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Version(s)|23.11.00 |23.11.00,23.05.01 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:22:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:22:48 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-19ptuifdLY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #14 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:39:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:39:34 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-K8mw2vnu0v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:42:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:42:54 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-eVRd2aaQdb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:42:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:42:56 +0000 Subject: [Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str In-Reply-To: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32060-70-xlOZDTuR7W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 --- Comment #26 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:42:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:42:58 +0000 Subject: [Koha-bugs] [Bug 32464] Koha::Item->as_marc_field obsolete option mss In-Reply-To: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32464-70-oCDbp87aa0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:43:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:43:00 +0000 Subject: [Koha-bugs] [Bug 32464] Koha::Item->as_marc_field obsolete option mss In-Reply-To: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32464-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32464-70-QqCW4cWBfh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464 --- Comment #20 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:43:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:43:02 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-3uzuCMFuwa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:43:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:43:04 +0000 Subject: [Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls In-Reply-To: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32932-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32932-70-jLXsLBJdFy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932 --- Comment #50 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:43:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:43:05 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33892-70-ZS3htlUKT7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:43:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:43:07 +0000 Subject: [Koha-bugs] [Bug 33892] Use template wrapper for tabs: OPAC authority detail In-Reply-To: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33892-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33892-70-gGYtJeGuZu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:44:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:44:07 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-sFhzAP4YOz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:45:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:45:28 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-mGpJEOKSsa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |matt.blenkinsop at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:47:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:47:12 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-WjrwRD0BTW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #8 from Magnus Enger <magnus at libriotech.no> --- Has anyone thought any more about this? What are the ways we could mark a patron as protected/undeleteable (or at least harder to delete)? - A simple flag in the borrowers table - A flag in the categories table, to make whole categories protected - A special "extended patron attribute" Other options? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:50:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:50:24 +0000 Subject: [Koha-bugs] [Bug 33725] Add item's collection code to search results location column in staff interface In-Reply-To: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33725-70-hcWLyeWJGN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com Status|Pushed to stable |Needs documenting --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Enhancement - not backporting to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:55:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:55:41 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-hqI6KsducH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:55:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:55:42 +0000 Subject: [Koha-bugs] [Bug 33524] Use template wrapper for tabs: Authority editor In-Reply-To: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33524-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33524-70-9gLAxkWLyB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:55:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:55:44 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-NTkWnHa5aU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:55:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:55:46 +0000 Subject: [Koha-bugs] [Bug 33902] On opac-detail.tt the libraryInfoModal is outside of HTML tags In-Reply-To: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33902-70-e41t5pummQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:56:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:56:15 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-gCZKdKO07Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |matt.blenkinsop at ptfs-europe | |.com Version(s)|23.11.00 |23.11.00,23.05.01 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:56:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:56:28 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-CT3cyM3HxS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:56:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:56:30 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-36xm3EqLbd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 --- Comment #11 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:56:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:56:32 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-ZL1t83qI86@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00,23.05.01 |23.11.00,23.05.01,22.11.07 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 13:56:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 11:56:34 +0000 Subject: [Koha-bugs] [Bug 33935] Installer list deleted files which shows warning in the logs In-Reply-To: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33935-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33935-70-PYmqkrwI8X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935 --- Comment #8 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 15:10:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 13:10:06 +0000 Subject: [Koha-bugs] [Bug 33982] Error 500 on OPAC on recently edited records In-Reply-To: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33982-70-YuAUf4yyOi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33982 --- Comment #1 from José Anjos <joseanjos at gmail.com> --- If I delete all Items, the search in OPAC works. If I add the Item, the error 500 come again. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 15:10:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 13:10:24 +0000 Subject: [Koha-bugs] [Bug 33983] New: Move translatable strings out of OPAC's datatables.inc into JavaScript Message-ID: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 Bug ID: 33983 Summary: Move translatable strings out of OPAC's datatables.inc into JavaScript Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 21156 Strings defined for translation in datatables.inc in the OPAC can should be wrapped in the new translation function inside datatables.js. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 15:10:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 13:10:24 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-K8wfyLglfY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33983 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:24:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:24:05 +0000 Subject: [Koha-bugs] [Bug 33982] Error 500 on OPAC on recently edited records In-Reply-To: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33982-70-ktUCLA7J5g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33982 José Anjos <joseanjos at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #2 from José Anjos <joseanjos at gmail.com> --- After some more tests... The problem is the field: 995$o Circulation type (not for loan) items.notforloan connected to Authorized values for category: NOT_LOAN I have to edit the Item, clean the field and save. Then the search on OPAC is OK. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:37 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-G7UECWBUUE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:40 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-6LubVfL9PI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 --- Comment #23 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:42 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-nLqjppILNm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:44 +0000 Subject: [Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType In-Reply-To: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33176-70-hobVifzc8l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176 --- Comment #19 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:46 +0000 Subject: [Koha-bugs] [Bug 33806] Overridden checkin date not retained when CircConfirmItemParts enabled In-Reply-To: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33806-70-7EZUNoGcj0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:48 +0000 Subject: [Koha-bugs] [Bug 33806] Overridden checkin date not retained when CircConfirmItemParts enabled In-Reply-To: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33806-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33806-70-oFuvkwooOP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:49 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-GuLMH7bXdq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:51:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:51:51 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-kjrB5umYt3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 16:58:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 14:58:56 +0000 Subject: [Koha-bugs] [Bug 33664] Should we allow cancelling orders while the basket is closed? In-Reply-To: <bug-33664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33664-70-rK1ONKRhsj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33664 --- Comment #3 from Michaela Sieber <michaela.sieber at kit.edu> --- (In reply to Caroline Cyr La Rose from comment #1) > From my library days, I would say it was very common for me to cancel orders > I had already sent to the vendor. Mostly when the vendor would later tell me > it was not available anymore or they would never get it. > > In Koha, I'm not a fan of having to reopen the basket since like you said, > it changes the order date. I had never tried option B. It seems like a > fiddly workaround for something that should be possible. > I agree. And yes, it is common to cancel order lines because titles are not available -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 17:07:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 15:07:08 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: <bug-15347-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15347-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15347-70-li7ugxb6Iw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 17:36:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 15:36:19 +0000 Subject: [Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio In-Reply-To: <bug-29486-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29486-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29486-70-zdNE8yN5Bz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|22.05.00 |22.05.00,21.11.23 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 17:36:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 15:36:21 +0000 Subject: [Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio In-Reply-To: <bug-29486-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29486-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29486-70-ukq8nRzVgU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 --- Comment #18 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 21.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 17:37:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 15:37:52 +0000 Subject: [Koha-bugs] [Bug 33984] New: Navigation tabs should move to menu on small displays Message-ID: <bug-33984-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33984 Bug ID: 33984 Summary: Navigation tabs should move to menu on small displays Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com It seems like the side tabs on the patron and record screens should be moved to the top menu button when the responsive display is small enough for the menu hamburger to display. This seems like the logical and most common responsive navigation move. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 17:54:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 15:54:57 +0000 Subject: [Koha-bugs] [Bug 33985] New: Add the ability to integrate electronic signatures Message-ID: <bug-33985-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33985 Bug ID: 33985 Summary: Add the ability to integrate electronic signatures Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com A library would like to be able to integrate electronic signatures into Koha. This could be a way that the patron could sign digitally and this signature would be captured in Koha. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:02:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:02:46 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-S5RuLo1ToB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Version(s)|23.11.00,22.11.07, 23.05.01 |23.11.00,23.05.01,22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:02:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:02:56 +0000 Subject: [Koha-bugs] [Bug 33813] Accessibility: Lists button is not clearly identified In-Reply-To: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33813-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33813-70-VBEr8z5zzP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:04:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:04:39 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-QBmFAesY3k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:05:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:05:41 +0000 Subject: [Koha-bugs] [Bug 33986] New: Patron privacy settings affecting statistics Message-ID: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 Bug ID: 33986 Summary: Patron privacy settings affecting statistics Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com If a patron clears their history on the OPAC, is it supposed to be clearing the statistics page on the patron on the staff side? This is generalized info, and it seems like one shouldn't have to do with the other? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:09:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:09:43 +0000 Subject: [Koha-bugs] [Bug 33340] Correct formatting of English 1-page order PDF when the basket group covers multiple pages In-Reply-To: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33340-70-I4grGb9srn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:10:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:10:24 +0000 Subject: [Koha-bugs] [Bug 33767] Accessibility: The 'OPAC results' page contains semantically incorrect headings In-Reply-To: <bug-33767-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33767-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33767-70-gIPPtkKeBO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:26:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:26:14 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-9MqGIUQPrp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 --- Comment #5 from Christopher Brannon <cbrannon at cdalibrary.org> --- No customization is affecting the breadcrumb or page display of the search criteria. I do have a customization that relies on this information though. I have worked around it for the time being, but it is a bug. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:35:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:35:40 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-rGULCB34po@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:35:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:35:42 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-XprzrMo9RU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152277&action=edit Bug 33983: Move translatable strings out of OPAC's datatables.inc into JavaScript This patch removes the definition of translatable strings out of the OPAC datatables.inc file and into datatables.js using the new JS i81n function. To test apply the patch and test DataTable-driven tables in the OPAC. Affected pages: - Cart - Bibliographic detail page - Place hold (with OPAC item level holds enabled in circulation rules) - Show more options -> - A specific item - Bibliographic detail page for a serial record -> - More details -> - Full history - Most popular - Self checkout - Logged in user -> - Charges - Curbside pickups - Messaging - Checkout history - Suggestions - Holds history - Tags - Recalls history - Search history - ILL requests DataTables functionality should be unaffected. Check that the strings defined for translation are still working. For instance the "Clear filter" label on user summary checkouts, or the "No matching records found" text displayed when you search a table for a string that doesn't exist. TESTING TRANSLATABILITY - Update a translation, e.g. fr-FR: > cd misc/translator > perl translate update fr-FR - Open the corresponding .po file for JavaScript strings, in this case misc/translator/po/fr-FR-messages-js.po - Locate strings pulled from koha-tmpl/intranet-tmpl/prog/js/members.js for translation, e.g.: msgid "Clear filter" - Edit the corresponding "msgstr" string however you want (it's just for testing). - Install the updated translation: > perl translate install fr-FR - Switch to your newly translated language and repeat the test plan above. The translated strings should appear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:43:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:43:06 +0000 Subject: [Koha-bugs] [Bug 32333] IdRef system preference revamping In-Reply-To: <bug-32333-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32333-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32333-70-0vmvjxPbCb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32333 --- Comment #14 from Owen Leonard <oleonard at myacpl.org> --- I can't finish testing this right now because I don't have Elasticsearch working, but I have a question: Why not display the IdRef tab right away? Why wait for the user to click the link by the author? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 18:58:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 16:58:01 +0000 Subject: [Koha-bugs] [Bug 32333] IdRef system preference revamping In-Reply-To: <bug-32333-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32333-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32333-70-Hkqaj887Vr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32333 --- Comment #15 from Frédéric Demians <frederic at tamil.fr> --- > Why not display the IdRef tab right away? > Why wait for the user to click the link by the author? >From my perspective, two main reasons : (1) Need — A user viewing a biblio record, generally don't need/want to see all other publications from document's author. And how to deal with multiples authors... (2) Fair use — This plugin queries IdRef webservice. It's "polite" not to abuse this service usage. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:09:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:09:24 +0000 Subject: [Koha-bugs] [Bug 33982] Error 500 on OPAC on recently edited records In-Reply-To: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33982-70-DgGZcfFHfb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33982 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Your items are missing mandatory fields. You need to make sure that all of these are set in all your items: 952$a items.homebranch 952$b items.holdingbranch 952$y items.itype Koha won't function correctly if any of these are missing. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:10:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:10:50 +0000 Subject: [Koha-bugs] [Bug 33982] Error 500 on OPAC on recently edited records In-Reply-To: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33982-70-lhDl7gQ9oF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33982 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hm if you are UNIMARC other MARC fields apply (missed that you wrote you have 995) If you edit an item, you might not see if the field is empty (defaults might apply). Better probably to double check using SQL/reports. This points to an issue with the branch: AH01215: DBIC result _type isn't of the _type Branch at /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl line 678.: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:12:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:12:24 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-c0my39vHXg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It should only anonymize it / remove the borrowernumber. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:12:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:12:43 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-N5qHy1OhAh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hm, maybe in some cases the Anon user's borrowernumber would be used, haven't checked. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:18:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:18:51 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-lP6H5pmT59@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 --- Comment #3 from Christopher Brannon <cbrannon at cdalibrary.org> --- I just tested this. I checked out items with the privacy allowing history. The patron stats tab showed the generalized transactions. As soon as I cleared the data on the OPAC, the stats disappeared on the staff side. This shouldn't be happening. General stats on the patron record should not be related to patron privacy. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:34:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:34:24 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-YVpNMFtuxW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Ah ok, you talk about the statistics tab. The data there is not from a generalized table/counters. It's pulled as a summary from reading histories, so yes, the data is lost. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:34:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:34:34 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics tab in patron account In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-7tQpM6JDjX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Patron privacy settings |Patron privacy settings |affecting statistics |affecting statistics tab in | |patron account -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:39:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:39:25 +0000 Subject: [Koha-bugs] [Bug 33987] New: Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks Message-ID: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Bug ID: 33987 Summary: Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org When replacing existing records BatchCommitRecords will the table import_records will be updated three times for three different fields by three different queries. Not only is this inefficient ( especially for large batches ), it seems that this is causing the dreaded "Lock wait timeout exceeded; try restarting transaction" error on some mysql/mariadb configurations. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:39:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:39:52 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-yJPjkX4O5Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33972 Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:39:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:39:52 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-Y0V2H2yZU3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33987 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:53:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:53:01 +0000 Subject: [Koha-bugs] [Bug 33988] New: Font awesome fa-gears on staff main page look wrong after upgrade to FA6 Message-ID: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Bug ID: 33988 Summary: Font awesome fa-gears on staff main page look wrong after upgrade to FA6 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com If you look at the gear icon on the intranet main page they don't look like the other icons after the FA6 upgrade. Seems to be missing a class. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:56:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:56:51 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-AVemRwqEt1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Lucas Gass <lucas at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:56:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:56:53 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-ETviA01Eis@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152278&action=edit Bug 33988: Update gear icon on staff main page To test. 1. On staff home page notice the gear icon necxt to 'Koha administration' looks different than the others/ 2. Apply patch. 3. It looks better. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:57:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:57:39 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-FKt3NwoOdZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:57:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:57:49 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-PC3uRcoQlx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32910 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 [Bug 32910] Upgrade fontawesome icons to V6 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 19:57:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 17:57:49 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-2dpTpSwky5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33988 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:04:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:04:26 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-VUB3ptd6YP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 --- Comment #1 from Sam Lau <samalau at gmail.com> --- Created attachment 152279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152279&action=edit Bug 33887: Add the ability to optionally fill the next hold when an item is automatically checked in. When an item is automatically checked in, Koha should be able to trap that item for the next patron and send a notification to that patron that a hold is waiting for them. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:05:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:05:23 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-PWFw9KdCcC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152279|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152280&action=edit Bug 33887: Add the ability to optionally fill the next hold when an item is automatically checked in. When an item is automatically checked in, Koha should be able to trap that item for the next patron and send a notification to that patron that a hold is waiting for them. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:08:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:08:38 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-9vqOztFK9V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 --- Comment #3 from Sam Lau <samalau at gmail.com> --- work in progress -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:31:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:31:16 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-ppVnnTRoPs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:31:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:31:19 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-8ghw7dObL4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152278|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152281&action=edit Bug 33988: Update gear icon on staff main page To test. 1. On staff home page notice the gear icon necxt to 'Koha administration' looks different than the others/ 2. Apply patch. 3. It looks better. Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:33:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:33:58 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-ZhbxeOuLHT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:34:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:34:00 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-osoZP5dJ4E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152282&action=edit Bug 33987 - Combine multiple db updates one in BatchCommitRecords When replacing existing records BatchCommitRecords will the table import_records will be updated three times for three different fields by three different queries. Not only is this inefficient ( especially for large batches ), it seems that this is causing the dreaded "Lock wait timeout exceeded; try restarting transaction" error on some mysql/mariadb configurations. 1) Test plan 2) Download a marc record from Koha 3) Modify the title of that same bib in Koha 4) Stage the downloaded record and overlay the existing record 5) Verify the title has reverted to the original title from the downloaded record! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:40:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:40:50 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-ComJemFtsB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:40:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:40:52 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-mhir6uBV8b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152281|0 |1 is obsolete| | --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152283&action=edit Bug 33988: Update gear icon on staff main page To test. 1. On staff home page notice the gear icon necxt to 'Koha administration' looks different than the others/ 2. Apply patch. 3. It looks better. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:42:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:42:16 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-GXCBzpdkkb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:19 +0000 Subject: [Koha-bugs] [Bug 33398] Show primary_contact_method when holds are triggered In-Reply-To: <bug-33398-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33398-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33398-70-U1yo5KLeBD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33398 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:20 +0000 Subject: [Koha-bugs] [Bug 33398] Show primary_contact_method when holds are triggered In-Reply-To: <bug-33398-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33398-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33398-70-aDnjkLNN7S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33398 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:22 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-VoizQE9ti2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:24 +0000 Subject: [Koha-bugs] [Bug 33897] Use template wrapper for tabs: OPAC bibliographic detail page In-Reply-To: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33897-70-guDQ6hfF8e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:26 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-Jny6ao6pXW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:28 +0000 Subject: [Koha-bugs] [Bug 33961] Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-GhlDPdeVlt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:30 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-QjQOGEtA3v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 20:46:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 18:46:31 +0000 Subject: [Koha-bugs] [Bug 33988] Font awesome fa-gears on staff main page look wrong after upgrade to FA6 In-Reply-To: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33988-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33988-70-0Kw152VfC6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:15:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:15:28 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics tab in patron account In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-wxpOnns0rP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 --- Comment #5 from Christopher Brannon <cbrannon at cdalibrary.org> --- I'm thinking this should be changed somehow. Doesn't seem right that this should disappear because of privacy settings, or am I wrong? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:26:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:26:56 +0000 Subject: [Koha-bugs] [Bug 33961] In-built Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-0YYN4spAVd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Offline circulation tool no |In-built Offline |longer working and should |circulation tool no longer |be removed |working and should be | |removed Text to go in the| |This removed the in-built release notes| |Koha offline circulation | |tool that could be | |activated using the | |AllowOfflineCirculation | |system preference. This | |won't have any effect on | |the KOCT Firefox plugin or | |on the Windows desktop | |offline circulation tool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:26:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:26:58 +0000 Subject: [Koha-bugs] [Bug 33912] Improve translation of title tags: Cataloging In-Reply-To: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33912-70-txqXXL21AT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:27:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:27:00 +0000 Subject: [Koha-bugs] [Bug 33912] Improve translation of title tags: Cataloging In-Reply-To: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33912-70-3LZr1ol1fw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152284 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152284&action=edit Bug 33912: Improve translation of title tags: Cataloging This patch updates cataloging templates, including cataloging "value builder" plugins, so that title tags can be more easily translated. To test, apply the patch and confirm that the following cataloging pages have the correct title tags: - Cataloging home page - Catalog concerns - Cataloging search results - Select two results -> - Merge selected - Basic MARC editor (Add, edit) - Replace via Z39.50 - Advanced MARC editor - Item editor - Bibliographic detail page -> - Edit -> - Attach item - Edit -> - Link to host record (with EasyAnalytics enabled) - Authorities -> New from Z39.50/SRU The patch updates 81 different cataloging plugins. It's not necessary to configure your MARC framework to use any particular plugin. The plugins can be loaded in their own tab for the purpose of testing just the title. I've made a list of direct links here: https://gitlab.com/-/snippets/2555254 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:28:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:28:03 +0000 Subject: [Koha-bugs] [Bug 33986] Patron privacy settings affecting statistics tab in patron account In-Reply-To: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33986-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33986-70-6wOPTQrcV7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33986 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It would need to be completely rewritten. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:50:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:50:04 +0000 Subject: [Koha-bugs] [Bug 33914] Improve translation of title tags: Course reserves In-Reply-To: <bug-33914-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33914-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33914-70-FpSVRfamY5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 21:50:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 19:50:06 +0000 Subject: [Koha-bugs] [Bug 33914] Improve translation of title tags: Course reserves In-Reply-To: <bug-33914-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33914-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33914-70-8lUdPqAYxM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152285&action=edit Bug 33914: Improve translation of title tags: Course reserves This patch updates course reserves templates so that title tags can be more easily translated. To test you should have the UseCourseReserves system preference enabled. Apply the patch and confirm that the following course reserves pages have the correct title tags: - Course reserves - New course - Course details - Edit course - Add reserves (step 1 and 2) - Batch add reserves (step 1 and 2) - Batch remove reserves - Invalid course (/cgi-bin/koha/course_reserves/course-details.pl?course_id=) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 22:05:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 20:05:55 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-zxzKxYytv5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- I think there may be a problem with the signoff? It seemed to create a second patch without obsoleting the first? I don't know enough to pinpoint the reason, but I don't think that there should be two patches... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 22:06:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 20:06:14 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-8DcvYCRWma@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 22:06:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 20:06:27 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-UfpJHLyPzp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 22:06:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 20:06:37 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-7HkxqWGWOP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 22:53:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 20:53:20 +0000 Subject: [Koha-bugs] [Bug 32748] Library limitations will cause data loss when editing items In-Reply-To: <bug-32748-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32748-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32748-70-oAs4i3xlyj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #21 from Michaela Sieber <michaela.sieber at kit.edu> --- (In reply to Thibaud Guillot from comment #18) > Created attachment 151989 [details] [review] > Bug 32748: Prevent data erasing when editing items > Sorry, but Patch doesn't apply :/ it was possible to select location and collection (authorized values) of other Libraries and the dropdown was not limited. And there is a new problem when an item type is limited to a library. If you edit the item and you are logged in with another library there is a message in the item type field "The current value CF is not configured for the authorised value category controlling this subfield" which I guess is very confusing for end users. You can check it here: https://staff-b32748.sandboxes.biblibre.eu/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=58&itemnumber=973&searchid=#edititem I tested editing existing items and adding new items with different libraries for item type Computer Files (=CF) : 1 library limitation (Fairfield) Authorized values CCODE Non-fiction (=NFIC) : 2 library limitations (Centerville, Franklin) LOC Audio visual (=AV) : 1 library limitation (Institut Protestant de Théologie) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 12 23:45:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 21:45:11 +0000 Subject: [Koha-bugs] [Bug 33795] Holds Queue builder should do cheap checks before expensive checks In-Reply-To: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33795-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33795-70-CTD6WBNRPn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33795 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA Severity|minor |enhancement --- Comment #4 from Victor Grousset/tuxayo <victor at tuxayo.net> --- Sorry, I didn't have the time to finish this message yesterday to avoid you coming back twice to this ticket: In addition to the conflict: the tests don't cover the changes, one can straight up comment the lines that the patch would have changed and the tests still passe. 😱 So, test plan invalid. --- About the aim of the patch: «We should order those checks such that the most expensive checks are at the end and can be avoided if a faster check fails.» It's not necessary faster in practice to have the checks ordered by cost. It can be better to have the most likely to succeed first. Because fast checks that very rarely are reached in the original code would actually be an additional time if we just order by speed. But!: If they are so cheap compared to the more expensive checks, then it doesn't make a difference. And the few times they succeed before the more expensive checks make up for that and will be a net gain. Assuming they don't often succeed, which will be eventually the next question. Now the question is: how cheap are they compared to the other checks? To me it looks like they just access already available object attributes that I guess are loaded eagerly by the ORM. And the other checks need to fetch stuff in the DB so the difference is massive. What do you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 01:24:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 23:24:44 +0000 Subject: [Koha-bugs] [Bug 31732] 880 titles missing from OPAC and staff interface checkout summary In-Reply-To: <bug-31732-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31732-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31732-70-zbk7o9XkNU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31732 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- (In reply to Katrin Fischer from comment #2) > Could we get this to "needs signoff"? :) After writing these patches, I started having second thoughts. In theory, a record can have many 880s for the title, and it's not really realistic to show those anywhere except the detail page... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 01:33:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 23:33:35 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-ow6SnNjgT0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #9 from David Cook <dcook at prosentient.com.au> --- It lingers in the back of my mind, but it's not on my list of priorities, so I haven't thought of it much in years :/. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 01:46:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 23:46:05 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-qllj7wB3Rv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook <dcook at prosentient.com.au> --- +1 for removing it -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 01:47:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 23:47:30 +0000 Subject: [Koha-bugs] [Bug 27452] Create GUI for patron_emailer cron In-Reply-To: <bug-27452-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27452-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27452-70-PlLflfeO4q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27452 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- (In reply to Katrin Fischer from comment #5) > The plugin has been intentionally removed, because it caused problems for > libraries getting blacklisted as spammers etc. Mmm makes sense! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 01:55:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 12 Jun 2023 23:55:48 +0000 Subject: [Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy In-Reply-To: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23068-70-HnYP11nDH8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068 --- Comment #57 from David Cook <dcook at prosentient.com.au> --- (In reply to Kyle M Hall from comment #56) > Thanks not only for figuring this out, but writing it up for the rest of us! Thanks, Kyle! That really means a lot to me :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 02:46:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 00:46:50 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-2c8WJnt0DT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 jkbijoy20 at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkbijoy20 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 04:00:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 02:00:13 +0000 Subject: [Koha-bugs] [Bug 33961] In-built Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-yHj5bJQ9ql@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 04:01:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 02:01:56 +0000 Subject: [Koha-bugs] [Bug 33398] Show primary_contact_method when holds are triggered In-Reply-To: <bug-33398-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33398-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33398-70-WVcmMUTxFb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33398 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 05:55:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 03:55:53 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-myARwmrpEu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- (In reply to Liz Rea from comment #0) > There seems to be a problem with scaling for the inventory tool. More and > more often now with bigger libraries we are running into libraries putting > too many barcodes into the tool, and timing out the tool, or not getting > feedback on the job progress and clicking back and trying again (and again. > And again.) I've found a flaw in the inventory tool and fixing that should speed things up a fair bit, but probably still not enough for bigger libraries. -- I've also got an idea for a workaround that could get the tool to work for larger barcode sets which should prevent timeouts from occurring... but I don't have a plan for avoiding them not getting feedback on the job progress and clicking back and trying again and again... (Basically, excluding inventory.pl from Plack processing, and then sending keep alive messages in the form of spaces or HTML comments. The reason for excluding from Plack is that Plack::App::CGIBin buffers the complete response before sending it back to the client (and any proxies in between).) -- I think changing the inventory to use background processing is still a necessary step, but the above are some changes that would get the tool working again in a short amount of time. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:01:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:01:16 +0000 Subject: [Koha-bugs] [Bug 33989] New: Inventory tool performs unnecessary authorized value lookups Message-ID: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Bug ID: 33989 Summary: Inventory tool performs unnecessary authorized value lookups Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org The inventory tool will look up the authorized value description for location, notforloan, itemlost, damaged, and withdrawn for every single barcode - even if it doesn't need to show this data to a user. By only performing these lookups when a user will view this data (ie for items that appear in the "results"), we gain enormous speed improvements. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:01:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:01:22 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-DEgIidQyeU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31744 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:01:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:01:22 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-lMuXqKJ4Gm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33989 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:01:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:01:37 +0000 Subject: [Koha-bugs] [Bug 33990] New: Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days Message-ID: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Bug ID: 33990 Summary: Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The Recalls awaiting pickup report blows up if a recall has been waiting a problematic number of days for pickup. This is based on the RecallsMaxPickUpDelay system preference. To reproduce: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Change the waiting_date in the database for this recall to a few days ago so we would expect to see it under the 'Recalls waiting over 1 days' tab sudo koha-mysql INSTANCE select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-10 03:54:21" where recall_id = X; 11. Refresh the Circulation -> Recalls awaiting pickup page 12. Confirm the page blows up and there is an error -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:02:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:02:15 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-TFgZcN7IQQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | --- Comment #1 from David Cook <dcook at prosentient.com.au> --- I've already written a patch for this. Just going to have some lunch then going to write up a test plan and upload. Then have some more ideas for inventory tool improvements/workarounds... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:04:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:04:35 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-4FBFlpSNNb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:06:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:06:58 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-wuvjO5LxRe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:07:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:07:00 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-EBnTL6V5qM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 --- Comment #1 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152286&action=edit Bug 33990: Correctly access subtitle for Recalls awaiting pickup report This patch fixes how the bibliographic record's subtitle is fetched to prevent the page from exploding when viewing the recalls awaiting pickup for a problematic number of days. To test: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Change the waiting_date in the database for this recall to a few days ago so we would expect to see it under the 'Recalls waiting over 1 days' tab sudo koha-mysql INSTANCE select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-10 03:54:21" where recall_id = X; 11. Refresh the Circulation -> Recalls awaiting pickup page 12. Confirm the page blows up and there is an error 13. Apply the patch and refresh the page 14. Confirm the page loads successfully and your recall is showing as expected under the 'Recalls waiting over 1 days' tab 15. Confirm the subtitle (probably in 245$b) shows as expected Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:56:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:56:17 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-7PR7K5RiPr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:56:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:56:19 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-nEus6rDZu4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- Created attachment 152287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152287&action=edit Bug 33989: Only look up authorized value descriptions for items in results This patch changes the inventory tool so that it only populates the authorized value descriptions for items that show up in the results. That is, items that will be viewed by a human. This change saves a lot of time by not performing unnecessary database lookups. Test plan: 0. Apply patch and koha-plack --restart kohadev 1. Go to create a SQL report from SQL /cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL 2. Save a report with the following SQL: SELECT barcode FROM items where barcode <> ''; 3. Run the report 4. Download as CSV 5. Edit the CSV and remove the "barcode" heading 6. Go to edit item for barcode 3999900000001 /cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=1&itemnumber=1 7. Add "Damaged status" of "Damaged" 8. Click "Save changes" 9. koha-mysql kohadev 10. update items set notforloan = 9 where barcode = 3999900000001; 11. Go to inventory tool http://localhost:8081/cgi-bin/koha/tools/inventory.pl 12. Upload barcode file via "Choose file" 13. Uncheck "Compare barcodes list to results" 14. Open F12 tools 15. Click "Submit" 16. Click "OK" on confirm box 17. Note that the inventory job takes around 30 seconds to run instead of 60 seconds 17b. The exact figures may vary. If you compare with before patch inventory runs, you'll be saving roughly 18 seconds. 18. Note that "Damaged" appears in the "Damaged" column, which demonstrates that the authorized value lookup was completed for the item in the result list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:59:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:59:06 +0000 Subject: [Koha-bugs] [Bug 33991] New: Inventory tool should be run in the background for performance reasons Message-ID: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33991 Bug ID: 33991 Summary: Inventory tool should be run in the background for performance reasons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org The inventory tool takes a long time to run even for small batches of barcodes. This can lead to timeouts and other undesirable user behaviour. It would make sense to perform this computationally heavy workload via the background jobs. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:59:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:59:13 +0000 Subject: [Koha-bugs] [Bug 33991] Inventory tool should be run in the background for performance reasons In-Reply-To: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33991-70-HRbZcpcp6P@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33991 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31744 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:59:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:59:13 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-mNHIE44vDz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33991 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 06:59:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 04:59:30 +0000 Subject: [Koha-bugs] [Bug 33991] Inventory tool should be run in the background for performance reasons In-Reply-To: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33991-70-kTQB4Pjl0J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33991 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Note that at the moment I don't have the time/sponsorship to take this on... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:01:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:01:17 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-EpNOj1Ld6T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #4) > (In reply to Liz Rea from comment #0) > > There seems to be a problem with scaling for the inventory tool. More and > > more often now with bigger libraries we are running into libraries putting > > too many barcodes into the tool, and timing out the tool, or not getting > > feedback on the job progress and clicking back and trying again (and again. > > And again.) > > I've found a flaw in the inventory tool and fixing that should speed things > up a fair bit, but probably still not enough for bigger libraries. This will be addressed by bug 33989 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:01:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:01:51 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-2wFGaC5JqF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #4) > I've also got an idea for a workaround that could get the tool to work for > larger barcode sets which should prevent timeouts from occurring... but I > don't have a plan for avoiding them not getting feedback on the job progress > and clicking back and trying again and again... > > (Basically, excluding inventory.pl from Plack processing, and then sending > keep alive messages in the form of spaces or HTML comments. The reason for > excluding from Plack is that Plack::App::CGIBin buffers the complete > response before sending it back to the client (and any proxies in between).) I'll attach a patch here for this. If folk don't like it here, I can move it to another report. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:04:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:04:33 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-SiaQCFbdq2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #7 from David Cook <dcook at prosentient.com.au> --- Running it as CGI instead of Plack makes it take about 40 seconds instead of 30 seconds, but it might be worth it to avoid timing out proxies... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:13:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:13:49 +0000 Subject: [Koha-bugs] [Bug 33992] New: Only consider the date when labelling a waiting recall as problematic Message-ID: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 Bug ID: 33992 Summary: Only consider the date when labelling a waiting recall as problematic Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The recalls awaiting pickup report has two tabs - recalls waiting, and recalls waiting over X days. This number of days when a recall is labelled 'problematic' is defined by the RecallsMaxPickUpDelay system preference. Sometimes recalls do not show here even when we would expect them to. This is because the waiting_date for recalls is a timestamp, and Koha wrongly considers the time when deciding if the recall has been waiting for a problematic number of days. For example, consider this set up: - RecallsMaxPickUpDelay = 1 day - Recall has been waiting since 12 June - Today is 13 June Treating 12 June as 1 day, the recall has been awaiting pickup for more than 1 day, so I would expect it to show under the 'recalls waiting over X days' tab. It doesn't, because when we look at the database timestamps: - Recall has been waiting since 2023-06-12 19:06:58 - Time now is 2023-06-13 17:06:58 - Recall waiting_date plus 1 max pickup delay day equals 2023-06-13 19:06:58 - which is 2 hours after the cut off to be considered problematic. Koha should not consider the timestamp in this case, it should only look at the date -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:13:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:13:59 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-10GJg4wEA4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:21:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:21:19 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-e7L3jjlnWF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33990 Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:21:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:21:19 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-YKLHdoDQe7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33992 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 [Bug 33992] Only consider the date when labelling a waiting recall as problematic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:21:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:21:22 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-Him34rLC5g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 --- Comment #1 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152288&action=edit Bug 33992: Only consider the date when labelling a waiting recall as problematic This patches makes sure Koha ignores the hours/minutes/seconds when comparing a recall waiting date to decide if it has been waiting too long for pickup. To test: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Log into the database and get the time for now sudo koha-mysql INSTANCE select now(); 11. Change the waiting_date in the database for this recall to yesterday so we would expect to see it under the 'Recalls waiting over 1 days' tab. Base the hours on the now() timestamp from the step before, add a few hours to this. For example, if the above SQl query returns "2023-06-13 10:54:21", change waiting_date to be slightly less than 1 day/24 hours before this now() timestamp, but still what we would consider 'yesterday' select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-12 14:54:21" where recall_id = X; 12. Refresh the Circulation -> Recalls awaiting pickup page. The recall will not show up under the 'Recalls waiting over 1 days' tab, even though we expect it to. 13. Apply the patch, restart services, refresh the page 14. Confirm the recall now shows under the 'Recalls waiting over 1 days' tab as expected. Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 07:32:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 05:32:19 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-1DJfudGugA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 --- Comment #2 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152289&action=edit Bug 33992: Only consider the date when auto-expiring problematic recalls This patch carries this fix into the misc/cronjobs/recalls/expire_recalls.pl cronjob so that recalls are automatically expired when they have been waiting a problematic number of days, not considering hours, as expected. To test, follow the test plan from the first patch. This will set you up with a waiting problematic recall. Run the cronjob manually perl misc/cronjobs/recalls/expire_recalls.pl Refresh your 'Recalls awaiting pickup' page. Your problematic recall should be gone/expired. Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 08:08:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 06:08:36 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-pAsT81vCD5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #8 from David Cook <dcook at prosentient.com.au> --- This one is being tricky. I was able to get it working with curl on some tests, but having a harder time with a browser and a real workload... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 08:19:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 06:19:23 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-SRo4wn331P@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #10 from Magnus Enger <magnus at libriotech.no> --- (In reply to David Cook from comment #9) > It lingers in the back of my mind, but it's not on my list of priorities, so > I haven't thought of it much in years :/. Any preferences on how to do it? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 10:44:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 08:44:09 +0000 Subject: [Koha-bugs] [Bug 33993] New: The GET orders endpoint needs to allow users with order_receive permission Message-ID: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Bug ID: 33993 Summary: The GET orders endpoint needs to allow users with order_receive permission Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org We're now using the API for loading orders in the order receive page. As such, we need to allow the GET orders endpoint to function with that permission too. We have customers where they restrict staff to either 'ordering' or 'receiving' using permissions.. as we require 'order_manage' or 'order_manage_all' their users with just 'order_recieve' get a 403 when the orders table attempts to load on receive pages. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 10:44:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 08:44:14 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-G3qqBwTayK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 10:46:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 08:46:32 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-2RVsgK6pth@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 --- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152290&action=edit Bug 33993: Add order_receive to GET orders endpoints This adds order_receive to the list of permissions that allow the endpoint to return orders. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 10:47:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 08:47:53 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-OnpEGkhaOv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 10:48:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 08:48:03 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-LfI9ZVRYyY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 10:48:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 08:48:11 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-55HKvQEWnG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 11:38:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 09:38:55 +0000 Subject: [Koha-bugs] [Bug 33994] New: OAI : Characters with accents are wrongly encoded Message-ID: <bug-33994-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33994 Bug ID: 33994 Summary: OAI : Characters with accents are wrongly encoded Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: christophe.torin at univ-rennes2.fr QA Contact: testopia at bugs.koha-community.org Hello, We just upgraded from Koha 20.11 to 22.11, and we are facing an issue for the OAI-PMH service : Test case (Koha Version 22.11.04) : - Select a document having a title containing accents (eg : "Préparation à l'oral d'espagnol") - Everything is correctly displayed in Koha - Query the OAIPMH service for this record (cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=oai_dc&identifier=<oai_prefix>:<biblionumber>) - The fields with accents are badly displayed. (For this example I get "Prp̌aration l̉'oral d'espagnol" ====== My assumption is that the metadata gets encoded twice, and the accents are then badly encoded in the result. I spotted exactly the line in the code where the data is badly encoded, but I can't find why. The major difference between 20.11 et 22.11 is in Koha/OAI/Server/Repository.pm, line 181 : Before, we used the C4::Biblio::GetMarcBiblio function (now deleted), and now it's $biblio->metadata->record For info, $biblio->metadata->metadata is correctly encoded Thanks -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 12:54:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 10:54:10 +0000 Subject: [Koha-bugs] [Bug 33995] New: Rephrase "Only patrons from libraries ..." Message-ID: <bug-33995-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33995 Bug ID: 33995 Summary: Rephrase "Only patrons from libraries ..." Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com On koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt line 1256 we have this: <li><strong>From local hold group:</strong> Only patrons from libraries in the same item's home library hold groups may put this book on hold.</li> Not sure if this makes sense, or if there are a few too many words there. Could we find a way to rephrase it? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 13:20:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 11:20:12 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-6LFKYe22QH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 13:31:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 11:31:46 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-iqKC6V3hqu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> --- +1 for removal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 13:48:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 11:48:41 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-6a4ncWESJK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Status|In Discussion |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 13:56:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 11:56:21 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-5LNQKlJ6DZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 13:56:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 11:56:23 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-FEHquywNoH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152216|0 |1 is obsolete| | --- Comment #15 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152291&action=edit Bug 33528: Use template wrapper for tabs: Patron details page This patch updates the checkout and patron details templates so that they use the new WRAPPER directive to build tabbed navigation. The markup for the tab navigation and tab panels is moved into its own include file since the templates were duplicating essentially the same code. To fully test you should have patrons with checkouts, fines, holds, recalls, and article requests. Apply the patch and go to the checkout page in the staff interface. With each tab, test as much functionality as you can within that tab. - Checkouts - Holds - Recalls (with UseRecalls enabled) - Claims (with a LOST value defined in ClaimReturnedLostValue) - Restrictions - Article Requests (with ArticleRequests preference enabled) - Clubs (with at least one club defined) - Relatives' checkouts (patron must have a guarantee linked to their account). Perform the same tests on the patron details page. Note that the "Charges" tab is shown on the patron details page but not the checkout page. This is not a change made by this patch. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 13:56:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 11:56:26 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-KbNogww47K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #16 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152292 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152292&action=edit Bug 33528: (follow-up) Correct selector for event handler The event handler for restriction deletion needs to be adjusted according to the new container ID. Without this change the JavaScript confirmation message didn't appear and restrictions were deleted without confirmation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 14:59:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 12:59:47 +0000 Subject: [Koha-bugs] [Bug 33996] New: Authority objects missing mapping Message-ID: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Bug ID: 33996 Summary: Authority objects missing mapping Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com CC: tomascohen at gmail.com Koha::Authority doesn't have a `to_api_mapping()` method. I noticed because the tests were using 'authid' but the PATH parameter is named 'authority_id'. We need to fix this urgently. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 14:59:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 12:59:50 +0000 Subject: [Koha-bugs] [Bug 28863] Cancel a Pending Notice In-Reply-To: <bug-28863-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28863-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28863-70-NcpNVk3Sht@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28863 --- Comment #1 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- +1 This would be really useful for us. We release the bulk of our message queue once every 24 hours. If a mistake is made, it would be great to be able to remove the pending email, as it saves the patron from receiving a confusing notice. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 14:59:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 12:59:58 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-8viUqU6MJV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31790 Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31790 [Bug 31790] REST API: CRUD endpoints for Authorities [omnibus] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 14:59:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 12:59:58 +0000 Subject: [Koha-bugs] [Bug 31790] REST API: CRUD endpoints for Authorities [omnibus] In-Reply-To: <bug-31790-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31790-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31790-70-YXfsJ2qDlN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31790 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33996 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 [Bug 33996] Authority objects missing mapping -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:11:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:11:52 +0000 Subject: [Koha-bugs] [Bug 33982] Error 500 on OPAC on recently edited records In-Reply-To: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33982-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33982-70-xY2I8hraHv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33982 José Anjos <joseanjos at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #5 from José Anjos <joseanjos at gmail.com> --- Katrin Fischer, thank you for your help. It seams that was missing Holding Branch on that Items. Its strange because if I edited any record and just save it, without doing any change, that Item would give a Error 500 on OPAC search. Now (maybe since 23.05 or restart) that problem stopped. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:12:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:12:49 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-BLAQh2fKrM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:12:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:12:54 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-4ZLwhtuEYl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:15:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:15:52 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-bDJZ2X0Yf3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:15:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:15:55 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-5sUEhYgF8y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 --- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152293&action=edit Bug 33996: Add missing authority objects mapping This patch adds a minimal mapping (i.e. some things get excluded from the API objects for now). It makes some attributes consistent with the current API names, and the rest can be added later when they become needed and we discuss a proper name. But right now is a mess :-/ To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/authorities.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:18:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:18:58 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-mPSbYNcl4d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33996 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 [Bug 33996] Authority objects missing mapping -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:18:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:18:58 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-dNzJYNyGIT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33971 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 [Bug 33971] Remove support for x-koha-query header -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:34:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:34:33 +0000 Subject: [Koha-bugs] [Bug 33997] New: Borrowers.updated_on should not be updated by track_login Message-ID: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Bug ID: 33997 Summary: Borrowers.updated_on should not be updated by track_login Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: matt.blenkinsop at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Currently borrowers.updated_on is updated by track_login even though a login is not an update to the patron record. This update needs to be blocked so that the updated_on field accurately reflects updates to the patron. Logins are supposed to be tracked by borrowers.lastseen which track_login already does. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:35:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:35:30 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-DfOmdH5bae@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |matt.blenkinsop at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:43:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:43:34 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-4gomfJYXre@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:43:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:43:36 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-sXlJueRuz8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 --- Comment #1 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152294 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152294&action=edit Bug 33997: Stop track_login from updating borrowers.updated_on This patch blocks the update to borrowers.updated_on when track_login is called Test plan: 1) Enable syspref 'TrackLastPatronActivity' 2) Log into the OPAC 3) Check the database for the patron/account used and observe that the timestamps for updated_on and lastseen match 4) reset_all 5) Apply patch 6) Repeat steps one to three, the updated_on timestamp should not have changed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 15:43:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 13:43:52 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-nrP6q13Wub@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:14:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:14:44 +0000 Subject: [Koha-bugs] [Bug 33526] Use template wrapper for tabs: Bibliographic detail page In-Reply-To: <bug-33526-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33526-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33526-70-3WQl9tR7GF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33526 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:20:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:20:21 +0000 Subject: [Koha-bugs] [Bug 33833] Remove Test::DBIx::Class from t/SocialData.t In-Reply-To: <bug-33833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33833-70-jbzlhr4n0z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833 --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #11) > It's data dependent, not database dependent. We should actually use more > Test::DBIx::Class IMO. I don't get why we should remove it from these tests. Yeah, every test is probably data dependent :) Well, I would rather opt for removing Test::DBIx::Class. I do not see why we should use it for a few tests while we normally build the needed data with TestBuilder. (Sometimes we still access the db while perhaps thinking we dont.) Code maintenance wise easier to have one approach. TDC can oversimplify things too, and eliminate constraints that we actually do need. In this specific case not very hard to see what happens. The module is strongly connected to the associated table. I would rather use t for tests that do not need any access to the database or some mock via TDC. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:25:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:25:45 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-ylpYoULr2y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:25:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:25:48 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-IOXXRQ72Oi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151965|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152295&action=edit Bug 26700: Remove unused C4/SIP/t directory This patch removes the unused C4/SIP/t directory. Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:25:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:25:50 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-7fxtjHJs8A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151966|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152296&action=edit Bug 26700: Remove occurrences in Makefile.PL As well as other 2 non existing paths Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:26:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:26:12 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-Uj5hiayYNu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:27:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:27:42 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-P3j0CItcFO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to David Cook from comment #8) > > Since we have the git history and it wouldn't affect production > installations, I think we can remove these tests, and then we'll really be > able to verify if anyone uses them. A few weeks later, we are all ready to go :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:32:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:32:55 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-79DZyaVk4B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #9) > That's the description of the test: 'cookie_auth did use interface from > cookie' > > It's confusing IMO. Yes, it could certainly be a bit more clear. Second try on the way. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:35:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:35:21 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-1M1ZVG6HR2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:35:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:35:23 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-pibJil6z65@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152282|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152297&action=edit Bug 33987 - Combine multiple db updates one in BatchCommitRecords When replacing existing records BatchCommitRecords will the table import_records will be updated three times for three different fields by three different queries. Not only is this inefficient ( especially for large batches ), it seems that this is causing the dreaded "Lock wait timeout exceeded; try restarting transaction" error on some mysql/mariadb configurations. 1) Test plan 2) Download a marc record from Koha 3) Modify the title of that same bib in Koha 4) Stage the downloaded record and overlay the existing record 5) Verify the title has reverted to the original title from the downloaded record! Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:36:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:36:27 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33895-70-v5L9ZXRrJi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152047|0 |1 is obsolete| | Attachment #152051|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152298&action=edit Bug 33895: Use template wrapper for tabs: OPAC user summary This patch updates the OPAC user summary page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and log in to the OPAC. Check these tabs on the patron summary page: - Checkouts - Relatives' checkouts - Relatives' charges - Overdues - Charges - Credits - Clubs - Test enrolling and unenrolling - Holds - Recalls - Article requests - Overdrive - Test with OverDriveCirculation enabled - Logging in, logging out -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:36:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:36:29 +0000 Subject: [Koha-bugs] [Bug 33895] Use template wrapper for tabs: OPAC user summary In-Reply-To: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33895-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33895-70-oPngfMRguh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895 --- Comment #6 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152299&action=edit Bug 33895: (follow-up) Build overdrive tab-pane only if OverDriveCirculation is turned on -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:37:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:37:28 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-yfmYXzIh6X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151931|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152300 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152300&action=edit Bug 33879: Add unit test to show problem Test plan: Run t/db_dependent/Auth.t without second patch. Should fail: # got: 'opac' # expected: 'intranet' Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:37:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:37:31 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-HQr5djFllp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151933|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152301&action=edit Bug 33879: Do no longer overwrite interface in check_cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t. Should pass again. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:40:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:40:31 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-CNJyjEJYez@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:40:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:40:34 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-wL6lSXgmlw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152302 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152302&action=edit Bug 33971: Remove x-koha-query usage in biblios.t This patch removes handling of x-koha-query from the tests. To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests still pass! Change from x-koha-header to q= gives same results. 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:40:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:40:37 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-FSqxyEJNeC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152303 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152303&action=edit Bug 33971: Remove x-koha-query handing in Orders.pm This patch removes manual handling of `x-koha-query` in the Orders:list() controller. There are no tests for the feature but you can verify no behavior is changed by doing: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/acquisitions_orders.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests pass 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:40:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:40:40 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-Jmam41rk0d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152304&action=edit Bug 33971: Remove x-koha-query header support This patch removes support for the `x-koha-query` header entirely from the codebase. For the purpose: - $c->objects->search is adjusted - Relevant tests are cleared/adapted - The OpenAPI spec gets the header removed To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t \ t/Koha/REST/Plugin/Query.t \ t/db_dependent/api/v1/*.t => SUCCESS: Tests pass! 2. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:52:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:52:35 +0000 Subject: [Koha-bugs] [Bug 33195] Reindent the bibliographic details page In-Reply-To: <bug-33195-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33195-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33195-70-6hh94ZSbUK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33195 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 16:58:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 14:58:30 +0000 Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags: Circulation, holds, and ILL In-Reply-To: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33913-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33913-70-bJMZ5j0Fnc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152117|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152305&action=edit Bug 33913: Improve translation of title tags: Circulation, holds, and ILL This patch updates circulation, holds, and ILL templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Circulation -> Article requests - Catalog -> Bibliographic record -> Items -> View item's checkout history - Circulation -> Overdues with fines - Circulation -> Transfers - Circulation -> Checkout notes - Circulation -> Circulation home - Circulation -> Check out - Circulation -> Batch checkouts - Circulation -> Curbside pickups - Circulation -> On-site checkouts - Circulation -> Overdues - Circulation -> Holds to pull - Circulation -> Checkout to patron -> Print slip - Circulation -> Renew - Catalog -> Bibliographic record -> Request article - Circulation -> Hold ratios - Circulation -> Check in - Circulation -> Set library - Circulation -> Transfers to receive - Circulation -> Transfers to send - Circulation -> Holds queue - Circulation -> Holds awaiting pickup - ILL requests - Catalog -> Bibliographic record -> Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:00:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:00:05 +0000 Subject: [Koha-bugs] [Bug 33780] Multi-line TT comment: [%% item.object.itemnotes.replace('\n', ' In-Reply-To: <bug-33780-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33780-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33780-70-jj7XNGUufR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33780 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151703|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:00:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:00:26 +0000 Subject: [Koha-bugs] [Bug 33780] Multi-line TT comment: [%% item.object.itemnotes.replace('\n', ' In-Reply-To: <bug-33780-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33780-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33780-70-IK1UQsC03y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33780 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:00:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:00:35 +0000 Subject: [Koha-bugs] [Bug 33780] Multi-line TT comment: [%% item.object.itemnotes.replace('\n', ' In-Reply-To: <bug-33780-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33780-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33780-70-nEDhtJxwvm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33780 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:08:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:08:54 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-no2EqaQhnO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Sam Lau <samalau at gmail.com> 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. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:08:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:08:56 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-qB67QOeBOS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 --- Comment #1 from Sam Lau <samalau at gmail.com> --- Created attachment 152306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152306&action=edit Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile To test: 1) Apply the patch 2) Visit C4::ImportBatch::RecordsFromMARCXMLFile 3) See that in the POD (mine was somewhere around line 1592) the line starting with '@PARAM1' now says '@PARAM1, String, absolute path to the MARCXML file.' 4) Sign off :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:09:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:09:33 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-R8IG1ipnSv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:20:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:20:30 +0000 Subject: [Koha-bugs] [Bug 28862] Add suffix to name field In-Reply-To: <bug-28862-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28862-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28862-70-yAlFn82Hpn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28862 George Williams (NEKLS) <george at nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org --- Comment #1 from George Williams (NEKLS) <george at nekls.org> --- This would be a nice addition to Koha -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:21:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:21:18 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-7WBqcaqX4e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151810|0 |1 is obsolete| | --- Comment #4 from Hinemoea Viault <hinemoea.viault at inlibro.com> --- Created attachment 152307 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152307&action=edit Bug 33857: Add script to resize cover images -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:22:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:22:23 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-8z6tr5HJ2K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:22:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:22:31 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-v36hUoX62b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com Assignee|koha-bugs at lists.koha-commun |samalau at gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:23:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:23:15 +0000 Subject: [Koha-bugs] [Bug 28862] Add suffix to name field In-Reply-To: <bug-28862-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28862-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28862-70-PxRPWwV8ig@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28862 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:23:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:23:17 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-OrPvQR99bn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151781|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:23:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:23:30 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-qrjblJlvFI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hammat.wele at inlibro.com Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |hammat.wele at inlibro.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:23:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:23:32 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-ZIuIS6NkTB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:27:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:27:13 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-K5g0dZgbBP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151781|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:28:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:28:40 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-38ZUm2QT2h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151810|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:32:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:32:07 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-Z71WAIUeEl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152307|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:32:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:32:17 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-i4RqsJMYLR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151781|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:40:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:40:29 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-Yga9o0Eywb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 --- Comment #5 from Hinemoea Viault <hinemoea.viault at inlibro.com> --- Created attachment 152308 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152308&action=edit Bug 33857: Change output messages -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:46:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:46:09 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-WknqqCqgkz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 --- Comment #1 from Mark Hofstetter <koha at trust-box.at> --- I'd suggest the following url PUT: /biblios/{biblio_id}/merge/{biblio_id_to_merge} where biblio_id is the biblio_id of the record to be kept additionally we need a list (json, csv ..) of the records that should be taken from the biblio_id_to_merge record output should be a list from the "report_records" from the preference('MergeReportFields') ideally the whole logic of "merge" from /cataloguing/merge.pl starting with 86 # Rewriting the leader should go into the storage class package Koha::Biblio; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:47:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:47:38 +0000 Subject: [Koha-bugs] [Bug 33470] Don't calculate overridden values when placing a hold via the REST API In-Reply-To: <bug-33470-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33470-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33470-70-e9YDbzqZ35@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33470 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #12 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:48:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:48:04 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-3G43LtcLT7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152055|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:48:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:48:28 +0000 Subject: [Koha-bugs] [Bug 33649] Fix use of cronlogaction In-Reply-To: <bug-33649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33649-70-8SKWUmCVRX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33649 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:49:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:49:54 +0000 Subject: [Koha-bugs] [Bug 32701] Self checkout help page lacks required I18N JavaScript In-Reply-To: <bug-32701-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32701-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32701-70-CKxdmsWNyf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32701 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:50:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:50:50 +0000 Subject: [Koha-bugs] [Bug 33329] GET /biblios encoding wrong when UNIMARC In-Reply-To: <bug-33329-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33329-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33329-70-H0kQdQ0q56@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33329 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:50:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:50:50 +0000 Subject: [Koha-bugs] [Bug 32735] Add GET endpoint for listing Authorities In-Reply-To: <bug-32735-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32735-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32735-70-aogcVtG3SA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32735 Bug 32735 depends on bug 33329, which changed state. Bug 33329 Summary: GET /biblios encoding wrong when UNIMARC https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33329 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:51:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:51:11 +0000 Subject: [Koha-bugs] [Bug 20605] Make possible to set patron's privacy from staff client In-Reply-To: <bug-20605-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20605-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20605-70-D48h9IzaPF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20605 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:52:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:52:25 +0000 Subject: [Koha-bugs] [Bug 33419] Make home library and holding library in items mandatory by default In-Reply-To: <bug-33419-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33419-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33419-70-1Y6Xsbx8Wi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33419 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting CC| |lucas at bywatersolutions.com --- Comment #25 from Lucas Gass <lucas at bywatersolutions.com> --- I don't think I want to backport this behavior change at this point in the 22.05.x lifecycle. No backport unless requested. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:54:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:54:59 +0000 Subject: [Koha-bugs] [Bug 33551] Rogue span in patron restriction types admin page title In-Reply-To: <bug-33551-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33551-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33551-70-mTLmrksgzh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33551 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #26 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:57:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:57:35 +0000 Subject: [Koha-bugs] [Bug 33920] Improve translation of title tags: Patrons In-Reply-To: <bug-33920-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33920-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33920-70-eHynXHYeO4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:57:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:57:37 +0000 Subject: [Koha-bugs] [Bug 33920] Improve translation of title tags: Patrons In-Reply-To: <bug-33920-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33920-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33920-70-THHNkHYAZU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152309&action=edit Bug 33920: Improve translation of title tags: Patrons This patch updates patron module templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following patron-related pages have the correct title tags: - Patrons home page - Patron search -> - Select two patrons -> Merge selected - Add patron -> - Add a patron with the same name and email address -> - Click "View existing record" in "Duplicate patron record?" dialog. - Patron details - Manage API keys (must have RESTOAuth2ClientCredentials enabled) - Accounting - Transactions - Print fee receipt - Print invoice - Make a payment - Create manual invoice - Create manual credit - Routing lists (must have RoutingSerials enabled) - Circulation history - Notices - Statistics - Files (must have EnableBorrowerFiles enabled) - Purchase suggestions - Discharges (must have useDischarge enabled) - Housebound (must have HouseboundModule enabled) - ILL requests history (must have ILLModule enabled) - Set permissions - Change password - Print summary - Print account balance - Two-factor authentication (must have TwoFactorAuthentication enabled) - Edit patron - Update child to adult patron: - Must have more than one "adult" type category defined - Locate a patron with a "child" type category - Choose More -> Update child to adult patron - Delete patron (confirmation page) - Pending discharge requests - Patrons requesting modifications -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 17:57:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 15:57:45 +0000 Subject: [Koha-bugs] [Bug 32412] OPACShelfBrowser controls add extra Coce images to biblio-cover-slider In-Reply-To: <bug-32412-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32412-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32412-70-pf9KmNN43O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32412 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #13 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:00:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:00:42 +0000 Subject: [Koha-bugs] [Bug 33197] Terminology: rename GDPR_Policy system preference In-Reply-To: <bug-33197-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33197-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33197-70-7VmQl9m3N5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Needs documenting --- Comment #13 from Lucas Gass <lucas at bywatersolutions.com> --- Doesn't apply cleanly in 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:05:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:05:24 +0000 Subject: [Koha-bugs] [Bug 33626] compare_es_to_db.pl does not work with Search::Elasticsearch 7.0 In-Reply-To: <bug-33626-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33626-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33626-70-JavK2ZlobD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33626 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:07:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:07:16 +0000 Subject: [Koha-bugs] [Bug 29887] Create system preference IndependentBranchesLoggedInLibrary In-Reply-To: <bug-29887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29887-70-LhrLFMAV8B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29887 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:07:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:07:45 +0000 Subject: [Koha-bugs] [Bug 30624] Add a permission to control the ability to change the logged in library In-Reply-To: <bug-30624-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30624-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30624-70-YsDjOnx4LU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30624 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:15:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:15:00 +0000 Subject: [Koha-bugs] [Bug 33998] New: Installer and onboarding have incorrect Font Awesome asset links Message-ID: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Bug ID: 33998 Summary: Installer and onboarding have incorrect Font Awesome asset links Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 32910 Bug 32910 missed updating the installer-doc-head-close.inc file. It needs to be updated to point to the correct assets. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 [Bug 32910] Upgrade fontawesome icons to V6 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:15:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:15:00 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-uVbJtKtnhs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33998 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:15:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:15:24 +0000 Subject: [Koha-bugs] [Bug 30367] Plugins: Search explodes in error when searching for specific keywords In-Reply-To: <bug-30367-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30367-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30367-70-hDgTdGuOL2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30367 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #12 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:15:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:15:48 +0000 Subject: [Koha-bugs] [Bug 32931] ERM - (is perpetual) Yes / No options untranslatable In-Reply-To: <bug-32931-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32931-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32931-70-vpRGxbq6Si@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32931 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:15:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:15:48 +0000 Subject: [Koha-bugs] [Bug 33355] ERM UI and markup has some issues In-Reply-To: <bug-33355-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33355-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33355-70-36tNFUjn3T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33355 Bug 33355 depends on bug 32931, which changed state. Bug 32931 Summary: ERM - (is perpetual) Yes / No options untranslatable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32931 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:17:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:17:51 +0000 Subject: [Koha-bugs] [Bug 31410] Set focus for cursor to Server name when adding a new Z39.50 or SRU server In-Reply-To: <bug-31410-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31410-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31410-70-7BqpSphr9x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31410 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:19:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:19:32 +0000 Subject: [Koha-bugs] [Bug 32990] Possible deadlock in C4::ImportBatch::_update_batch_record_counts In-Reply-To: <bug-32990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32990-70-RiweakluIj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:22:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:22:13 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-JhjKPvQNcn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:22:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:22:16 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-nfHixPLp1j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152310 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152310&action=edit Bug 33998: Installer and onboarding have incorrect Font Awesome asset links This patch corrects the Font Awesome asset links in the web installer. They were not updated during the upgrade to Font Awesome 6. Unrelated: The patch also removes the inclusion of jQueryUI. It is not used in the installation or onboarding process. To test, apply the patch and run the web installer. The display of installation steps should include square icons indicating which steps are complete. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:23:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:23:10 +0000 Subject: [Koha-bugs] [Bug 31405] Set focus for cursor to setSpec input when adding a new OAI set In-Reply-To: <bug-31405-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31405-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31405-70-gnL3bMNFbV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31405 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:24:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:24:51 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-7SlUEBtYdv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:24:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:24:54 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-cvqwux1rkr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152286|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152311 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152311&action=edit Bug 33990: Correctly access subtitle for Recalls awaiting pickup report This patch fixes how the bibliographic record's subtitle is fetched to prevent the page from exploding when viewing the recalls awaiting pickup for a problematic number of days. To test: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Change the waiting_date in the database for this recall to a few days ago so we would expect to see it under the 'Recalls waiting over 1 days' tab sudo koha-mysql INSTANCE select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-10 03:54:21" where recall_id = X; 11. Refresh the Circulation -> Recalls awaiting pickup page 12. Confirm the page blows up and there is an error 13. Apply the patch and refresh the page 14. Confirm the page loads successfully and your recall is showing as expected under the 'Recalls waiting over 1 days' tab 15. Confirm the subtitle (probably in 245$b) shows as expected Sponsored-by: Auckland University of Technology Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:25:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:25:14 +0000 Subject: [Koha-bugs] [Bug 33196] Terminology: rephrase Pseudonymization system preference to be more general In-Reply-To: <bug-33196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33196-70-g4XJXlmPjv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:25:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:25:39 +0000 Subject: [Koha-bugs] [Bug 33596] Merge result page is missing page-section In-Reply-To: <bug-33596-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33596-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33596-70-VzKQkWc6aq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33596 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:26:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:26:05 +0000 Subject: [Koha-bugs] [Bug 33631] results_summary label and content are slightly misaligned in staff interface In-Reply-To: <bug-33631-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33631-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33631-70-8aR6MUAKeG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33631 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:26:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:26:33 +0000 Subject: [Koha-bugs] [Bug 33615] Date picker icon not visible In-Reply-To: <bug-33615-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33615-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33615-70-DG2QDAIX4u@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:27:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:27:17 +0000 Subject: [Koha-bugs] [Bug 26978] Add item type criteria to batch extend due date tool In-Reply-To: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26978-70-Dp5EC7fjiM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |hinemoea.viault at inlibro.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:28:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:28:59 +0000 Subject: [Koha-bugs] [Bug 33915] Improve translation of title tags: Installer and onboarding In-Reply-To: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33915-70-wWT9fFQZt9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:29:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:29:02 +0000 Subject: [Koha-bugs] [Bug 33915] Improve translation of title tags: Installer and onboarding In-Reply-To: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33915-70-sOi22BBbuv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152312&action=edit Bug 33915: Improve translation of title tags: Installer and onboarding This patch updates installer and onboarding templates so that title tags can be more easily translated. To test, apply the patch and run through the installation and onboarding process. At each stage confirm that the page title is correct. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:29:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:29:59 +0000 Subject: [Koha-bugs] [Bug 33915] Improve translation of title tags: Installer and onboarding In-Reply-To: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33915-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33915-70-Qr2uERbRFj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33998 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Note that you may observe Bug 33998 during testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:29:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:29:59 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-yqBd6zntkW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33915 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:30:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:30:14 +0000 Subject: [Koha-bugs] [Bug 33645] koha-foreach always returns 1 if --chdir not specified In-Reply-To: <bug-33645-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33645-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33645-70-ykuRoGz34B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33645 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:36:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:36:34 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-8Z5bUzlwOG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 Hinemoea Viault <hinemoea.viault at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152308|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:39:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:39:49 +0000 Subject: [Koha-bugs] [Bug 33999] New: Subscription details link on bibliographic detail page should have permission check Message-ID: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 Bug ID: 33999 Summary: Subscription details link on bibliographic detail page should have permission check Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org On the bibliographic detail page for a serial record, under the "Subscriptions" tab, there is a link to "Subscription details." This link takes the user to the Serials module, so it should not be displayed if the user doesn't have the correct permission. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:41:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:41:08 +0000 Subject: [Koha-bugs] [Bug 33857] Reduce and resize local cover images In-Reply-To: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33857-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33857-70-cyLyRnuOjW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 --- Comment #6 from Hinemoea Viault <hinemoea.viault at inlibro.com> --- Created attachment 152313 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152313&action=edit Bug 33857: Change output messages -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:44:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:44:48 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-HGZqOdPLHB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 18:44:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 16:44:51 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-GO00fgdsQH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152314 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152314&action=edit Bug 33999: Subscription details link on bibliographic detail page should have permission check This patch wraps the "Subscription details" link on the bibliographic detail page with a permissions check, "CAN_user_serials," so that a user lacking permission to access the Serials module will not be shown the link. To test, apply the patch and view the bibliographic detail page of a serial record. - When viewing the "Subscriptions" tab as a user with Serials permissions you should see the "Subscription details" link. - When viewing the tab as a user without the correct permissions the link should not be present. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 19:17:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 17:17:48 +0000 Subject: [Koha-bugs] [Bug 33917] Improve translation of title tags: Offline circulation and patron lists In-Reply-To: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33917-70-2jFt3sHkAo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Improve translation of |Improve translation of |title tags: Offline |title tags: Offline |circulation |circulation and patron | |lists --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Patron lists templates will also be included in this update -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 19:23:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 17:23:03 +0000 Subject: [Koha-bugs] [Bug 33917] Improve translation of title tags: Offline circulation and patron lists In-Reply-To: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33917-70-1eDmtz1AyG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 19:23:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 17:23:05 +0000 Subject: [Koha-bugs] [Bug 33917] Improve translation of title tags: Offline circulation and patron lists In-Reply-To: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33917-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33917-70-pcBnjmFZlI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152315 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152315&action=edit Bug 33917: Improve translation of title tags: Offline circulation and patron lists This patch updates offline circulation and patron lists templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have the correct title tags: - Circulation -> Upload offline circulation file - Add to queue - View pending offline circulations - Tools -> Patron lists - New list, edit list - View list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:10:40 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-wGIUzQ5tlN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:10:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:10:42 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-wrSP40Lo4g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152314|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152320 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152320&action=edit Bug 33999: Subscription details link on bibliographic detail page should have permission check This patch wraps the "Subscription details" link on the bibliographic detail page with a permissions check, "CAN_user_serials," so that a user lacking permission to access the Serials module will not be shown the link. To test, apply the patch and view the bibliographic detail page of a serial record. - When viewing the "Subscriptions" tab as a user with Serials permissions you should see the "Subscription details" link. - When viewing the tab as a user without the correct permissions the link should not be present. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:16:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:16:11 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-ocffUIPIp9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:16:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:16:13 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-XriUJHgfX5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152294|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152321&action=edit Bug 33997: Stop track_login from updating borrowers.updated_on This patch blocks the update to borrowers.updated_on when track_login is called Test plan: 1) Enable syspref 'TrackLastPatronActivity' 2) Log into the OPAC 3) Check the database for the patron/account used and observe that the timestamps for updated_on and lastseen match 4) reset_all 5) Apply patch 6) Repeat steps one to three, the updated_on timestamp should not have changed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:25:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:25:38 +0000 Subject: [Koha-bugs] [Bug 34001] New: Add QR codes to more pages Message-ID: <bug-34001-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34001 Bug ID: 34001 Summary: Add QR codes to more pages Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org Currently QR codes are only generated on a single record (Send to your device). I would love to see this functionality added to the search results page and to the public lists list, and individual lists. Anywhere else it might be useful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:40:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:40:51 +0000 Subject: [Koha-bugs] [Bug 34002] New: Check for stage_marc_import permission when adding to basket from a new file Message-ID: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Bug ID: 34002 Summary: Check for stage_marc_import permission when adding to basket from a new file Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org To recreate: -Log in to the staff client as a user who has Acquisition management (acquisition) permissions but not the stage_marc_import (tools) permission. -Go to Acquisitions and Add to a basket. -Select 'From a new file' -You will be logged out as the user does not have percussion to visit that page. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:43:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:43:53 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-xjAUcC3je7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Lucas Gass <lucas at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:43:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:43:56 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-MrPUvE3R65@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152322 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152322&action=edit Bug 34002: Check for stage_marc_import permssion -1 Log in to the staff client as a user who has Acquisition management (acquisition) permissions but not the stage_marc_import (tools) permission. -2 Go to Acquisitions and Add to a basket. -3 Select 'From a new file' -4 You will be logged out as the user does not have percussion to visit that page. -5 Apply patch -6 Try again, you will not see the link for 'From a new file' if you don't have the permssion. -7 Give the user the stage_marc_import, you will now see the link -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:44:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:44:05 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-M5eJFjhomy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:46:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:46:00 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-GV2DUpYlss@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:46:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:46:43 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-h8yRBbYcGg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:46:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:46:45 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-Dk7n9qEfa3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152306|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152323&action=edit Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile To test: 1) Apply the patch 2) Visit C4::ImportBatch::RecordsFromMARCXMLFile 3) See that in the POD (mine was somewhere around line 1592) the line starting with '@PARAM1' now says '@PARAM1, String, absolute path to the MARCXML file.' 4) Sign off :) Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:52:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:52:55 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-5iaj6f8zaF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- I am testing using this plan: 1. Have a user with just the 'order_recieve' permission. Log in, or use PostMan, to hit '/api/v1/acquisitions/orders/'. 2. You don't have permission to view the page 3. Give the user the 'order_recieve' permission. Hit '/api/v1/acquisitions/orders/'. Now you should see the response. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:53:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:53:29 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-kXUsCRiUfr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:53:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:53:31 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-TU65hQO1IH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152290|0 |1 is obsolete| | --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152324 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152324&action=edit Bug 33993: Add order_receive to GET orders endpoints This adds order_receive to the list of permissions that allow the endpoint to return orders. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:58:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:58:49 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-RarT2DyfP7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 21:58:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 19:58:51 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-zWnZRPZ5Xq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152310|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152325&action=edit Bug 33998: Installer and onboarding have incorrect Font Awesome asset links This patch corrects the Font Awesome asset links in the web installer. They were not updated during the upgrade to Font Awesome 6. Unrelated: The patch also removes the inclusion of jQueryUI. It is not used in the installation or onboarding process. To test, apply the patch and run the web installer. The display of installation steps should include square icons indicating which steps are complete. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:09:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:09:54 +0000 Subject: [Koha-bugs] [Bug 30910] Allow local definition of temporary shelving locations In-Reply-To: <bug-30910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30910-70-qnXBs6vl5b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30910 --- Comment #4 from Katie Bliss <kebliss at dmpl.org> --- This would be hugely helpful or our staff! We have six branches, most of which switch out displays on a monthly basis, so it comes up a lot. Right now we have to batch edit a stack of items to temporary shelving location of On Display and then go back and batch edit them a second time to put their permanent shelving location to whatever it should be. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:24:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:24:52 +0000 Subject: [Koha-bugs] [Bug 28251] Display number of selected items on Batch Item Modification In-Reply-To: <bug-28251-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28251-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28251-70-B1gFa3iVQq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28251 Katie Bliss <kebliss at dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss at dmpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:25:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:25:19 +0000 Subject: [Koha-bugs] [Bug 28251] Display number of selected items on Batch Item Modification In-Reply-To: <bug-28251-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28251-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28251-70-S60VTYRGOO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28251 --- Comment #3 from Katie Bliss <kebliss at dmpl.org> --- We'd love to see this as well! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:33:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:33:48 +0000 Subject: [Koha-bugs] [Bug 30846] "If any unavailable" doesn't consider negative notforlan values as unavailable In-Reply-To: <bug-30846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30846-70-FDqd1sxJzA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|katrin.fischer at bsz-bw.de | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:38:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:38:37 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33876-70-n6vp2PvAy1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:38:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:38:39 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33876-70-TNjGBll10Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151949|0 |1 is obsolete| | --- Comment #4 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152326&action=edit Bug 33876: Add class for styling To test: 1. Checkout and item that has a public and nonpublic note. 2. In the checkout table ( Title column ) notice the notes display. If you use the browser dev tools to inspect you'll notice a "-" outside of any HTML element. 3. Apply patch. 4. See the '-' is now inside of a html element with class of seperator. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:39:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:39:53 +0000 Subject: [Koha-bugs] [Bug 5789] Fines don't work when items have null homebranch In-Reply-To: <bug-5789-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-5789-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5789-70-5WBrzcRuSa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5789 --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should this be closed now? We have started to treat this as a data issue. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 22:39:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 20:39:58 +0000 Subject: [Koha-bugs] [Bug 33876] item-note-nonpublic and item-note-public are difficult to customize in the checkout table In-Reply-To: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33876-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33876-70-yWSa2ZvNrG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876 --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- > * One of the new classes is "seperator", there is a small typo there, as it > should be "separator", but that would make it collide with the class in the > XSLT and cause some unintended side-effects. Maybe something not used yet? Changed it to 'divider-dash'. Keeping Sam's sign-off line. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 23:00:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 21:00:56 +0000 Subject: [Koha-bugs] [Bug 34001] Add QR codes to more pages In-Reply-To: <bug-34001-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34001-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34001-70-FC41XnJ1Vw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34001 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- One QR code per list/result list or individual for each entry? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 23:07:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 21:07:27 +0000 Subject: [Koha-bugs] [Bug 34001] Add QR codes to more pages In-Reply-To: <bug-34001-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34001-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34001-70-2rEnR1Idvs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34001 --- Comment #2 from Christopher Brannon <cbrannon at cdalibrary.org> --- I would love to see one on each individual list. I guess not for the list of lists. I don't think that would be helpful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 13 23:39:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 21:39:31 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-quANTEKpAz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:15:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:15:58 +0000 Subject: [Koha-bugs] [Bug 33340] Correct formatting of English 1-page order PDF when the basket group covers multiple pages In-Reply-To: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33340-70-PlQKFAzqbz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340 --- Comment #9 from Alex Buckley <alexbuckley at catalyst.net.nz> --- Thank you very much indeed for backporting this to 22.11.x. It is hugely appreciated by us and the client who sponsored it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:25:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:25:55 +0000 Subject: [Koha-bugs] [Bug 33343] Password fields should have auto-completion off In-Reply-To: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33343-70-P79qumXrAf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #15 from David Nind <david at davidnind.com> --- Owen has added coding guideline HTML10: Set autocomplete attribute on all password fields to the Wiki: https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML10:_Set_autocomplete_attribute_on_all_password_fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:37:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:37:29 +0000 Subject: [Koha-bugs] [Bug 20859] SMS and other notification preferences during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-7FQOts2x1U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:37:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:37:31 +0000 Subject: [Koha-bugs] [Bug 20859] SMS and other notification preferences during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-jpuaRdfk3C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151688|0 |1 is obsolete| | --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152327 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152327&action=edit Bug 20859: Add SMSalertnumber to OPAC registration page This patch adds the SMS number field to patron self registration. To test: 1. Apply patch. 2. Make sure an SMSSendDriver and some SMS cellular providers. 3. Go to the OPAC self registration form. 4. Notice the SMS Number and SMS provider fields now appear. 5. Use the PatronSelfRegistrationBorrowerMandatoryField and PatronSelfRegistrationBorrowerUnwantedField system preferences to ensure you can hide the fields and make them required. 6. Self register while adding a SMS number and SMS provider. Make sure that when you view the newly self-registered patron that the SMS number and SMS provider are properly populated in the staff interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:38:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:38:08 +0000 Subject: [Koha-bugs] [Bug 20859] SMS number amd SMS provider during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-vVSkJ55z9I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SMS and other notification |SMS number amd SMS provider |preferences during self |during self registration |registration | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:39:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:39:06 +0000 Subject: [Koha-bugs] [Bug 34003] New: Add messaging preferences during self registration Message-ID: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34003 Bug ID: 34003 Summary: Add messaging preferences during self registration Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Some libraries would prefer the option for patrons to choose their notification preferences during self registration. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 00:39:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 22:39:50 +0000 Subject: [Koha-bugs] [Bug 20859] SMS number amd SMS provider during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-5yRUWzAXis@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 --- Comment #12 from Lucas Gass <lucas at bywatersolutions.com> --- This patch adds SMS number and SMS provider to the self registration form. I filed Bug 34003 to add messaging preferences to the self registration form. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 01:35:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 23:35:35 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-gxc1OyCoTj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #11 from David Cook <dcook at prosentient.com.au> --- (In reply to Magnus Enger from comment #10) > (In reply to David Cook from comment #9) > > It lingers in the back of my mind, but it's not on my list of priorities, so > > I haven't thought of it much in years :/. > > Any preferences on how to do it? I'd need to think about it more. Reading back through comments, I realize that it's not just "deleting" that we'd want to prevent, but also "modifications" to things like the permissions, password, and userid. In that sense, the most likely scenarios seem to be that you'd create a normal user, set all the details, and then lock/protect them once you've set them up as desired. And only a superlibrarian can lock/unlock or protect/unprotect. (RBAC would make this much easier but alas.) For my purposes, I'd prefer for no one to be able to unlock/unprotect them via the web UI, but that's not practical for people who don't have backend support. Maybe we could include a koha-conf.xml item to also enable/disable the lock/unlock web interface. We could default it to "on", and then backend admins like myself could turn it off where appropriate. This is probably easiest implemented by adding a Boolean column to the borrowers table. A special "extended patron attribute" could be used, but that seems a bit hacky, and we'd then have to look at securing the patron attributes from changes too (on both the staff interface and OPAC). I think better to have a dedicated schema change. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 01:43:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 13 Jun 2023 23:43:18 +0000 Subject: [Koha-bugs] [Bug 33630] Toolbar dropdown-menu doesn't always display well on patron pages In-Reply-To: <bug-33630-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33630-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33630-70-b74EHtpqKN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33630 Steve, OSLRI, USA <sspohn at oslri.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sspohn at oslri.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 03:21:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 01:21:59 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-66vNDX0Kiy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #9 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #8) > This one is being tricky. I was able to get it working with curl on some > tests, but having a harder time with a browser and a real workload... The issue was compression. It was causing too much buffering and that was leading to a timeout even with my workaround. So going to look at turning off compression for inventory.pl so that it can continuously output data to the client and thus not time out. It's not ideal overall, but it will be a functional interim solution. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 03:23:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 01:23:16 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-iC0JPMh8X8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #10 from David Cook <dcook at prosentient.com.au> --- Btw "LogLevel trace6" was my friend in troubleshooting this one. It made it clearer what Apache was during the request and response... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 04:06:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 02:06:17 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-V0GFqziOcZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #11 from David Cook <dcook at prosentient.com.au> --- I'm fine tuning this, and realising it won't work as nicely for the CSV export as it does for the HTML response. However, instead of printing a space, printing a null makes for a CSV that Excel is quite happy to show perfectly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 04:07:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 02:07:31 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-1HCEPJ6Mjx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 05:20:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 03:20:57 +0000 Subject: [Koha-bugs] [Bug 31661] libcache-memcached-fast-safe-perl not available on ARM64 In-Reply-To: <bug-31661-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31661-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31661-70-O0NSyLqMKR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31661 --- Comment #1 from Mason James <mtj at kohaaloha.com> --- (In reply to Stephen Gaito from comment #0) > I have just attempted to install Koha on a Raspberry Pi 4 (8Gb) running > Ubuntu 22.04 following your instructions at > https://wiki.koha-community.org/wiki/Debian > > Reviewing your koha-common package requirements in aptitude, I find that all > the required packages are "satisfiable" *except* > `libcache-memcached-fast-safe-perl` which is marked as "unavailable". > > Following the same instructions (via a bash script) on an Intel based laptop > (running Ubuntu 22.04) shows all required packages are "satisfiable". > > This suggests that you are missing the ARM64 version of > `libcache-memcached-fast-safe-perl`. > > --------- > > For a *small* (school) library, a Raspberry Pi 4 (8GB) should be sufficient, > and more importantly inexpensive and greener to run 24/7. > > --------- hi Stephen can you provide the output of the following commands sudo apt update apt policy libcache-memcached-fast-safe-perl koha-common -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 06:06:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 04:06:31 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-XFrHZIf9rv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #9 from Igor A. Sychev <Igor.A.Sychev at mail.ru> --- SELECT * FROM mysql.time_zone_name WHERE name="Asia/Tomsk"; +------------+--------------+ | Name | Time_zone_id | +------------+--------------+ | Asia/Tomsk | 323 | +------------+--------------+ -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 06:10:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 04:10:32 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-Woc8O60nMu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 --- Comment #10 from Igor A. Sychev <Igor.A.Sychev at mail.ru> --- After restarting memcached, the working. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 07:30:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 05:30:19 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-Cqeq9Vq2fq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- https://git.koha-community.org/Koha-community/Koha/src/branch/master/api/v1/swagger/swagger.yaml#L714 will also need cutting out ;-). Generally this all looks good to me. What were Marcel's reasons for wanting to keep it as an option? I've used it in the past I believe, and it seemed to work nicely, but I'm not against dropping it.. one less code path to maintain. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 07:37:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 05:37:59 +0000 Subject: [Koha-bugs] [Bug 32340] Several tests failing for t/db_dependent/Reserves.t In-Reply-To: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32340-70-Yjvd2J2fCQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32340 --- Comment #4 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to Katrin Fischer from comment #3) > Hi Emmi, the tests pass for me on master with the sample database. I believe > the sample data is assumed. Yep, but my sample data is no longer contains HOLD_CANCELLATION letter, I've probably deleted it at some point. Added it manually and tests no longer complain it missing. However I'm getting a whole new batch of errors now: t/db_dependent/Reserves.t .. 2/77 Use of uninitialized value $email in string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. Use of uninitialized value $email in string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. Use of uninitialized value $email in string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. Use of uninitialized value $email in string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. Use of uninitialized value $email in string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. Use of uninitialized value $email in string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. Can't call method "can_edit_items_from" on an undefined value at /home/emmi/Koha/Koha/Item.pm line 298. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 08:39:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 06:39:20 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-25XdOH0tXg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #12 from Magnus Enger <magnus at libriotech.no> --- (In reply to David Cook from comment #11) > I'd need to think about it more. Yeah, that's my aim here. ;-) > Reading back through comments, I realize that it's not just "deleting" that > we'd want to prevent, but also "modifications" to things like the > permissions, password, and userid. As a start, I'd be happy if we just made it harder to delete some patrons. We are seeing some cases where users related to things like SIP2 and SCO get deleted, and it would be a big gain if we could just make that happen less often. So maybe we could start there and do the other protections later? But even "make it hard to delete" could mean different things: - Just a popup saying "are you really sure you want to delete this patron" - Make it impossible to delete protected patrons, but make it easy to remove the "protected" flag (so an extra step to delete) - Make it really hard to remove the "protected" flag and delete the patron And we need to think about what happens when someone tries to delete a protected patron. A "direct" delete on one patron is probably not too hard, but what should happen when a protected patron is included in a batch delete? Should the batch delete stop, or should we just report in some way that the protected patron was not deleted? Or should we just ignore it? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 08:44:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 06:44:16 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-C2WBmCSUDg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|Seeking developer |Sponsored Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 08:59:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 06:59:26 +0000 Subject: [Koha-bugs] [Bug 22262] text/javascript responses should be compressed by Apache In-Reply-To: <bug-22262-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22262-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22262-70-skSRgDbrVr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22262 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- It looks like none of the Javascript files (e.g. global_22.1103000.js) are compressed as they all have a Content-Type of "text/javascript" and Apache is only compressing "application/javascript". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 09:05:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 07:05:43 +0000 Subject: [Koha-bugs] [Bug 22262] text/javascript responses should be compressed by Apache In-Reply-To: <bug-22262-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22262-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22262-70-uD3lS9Vmbu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22262 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- Actually, I'm going to have to look over this more. I'm noticing Apache 2.4.52 Ubuntu calling some files text/javascript while Apache 2.4.56 Debian is calling the same files application/javascript. There's probably more going on there than I realize... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 09:07:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 07:07:38 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-cuo0eq5NWj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 09:13:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 07:13:24 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-t3JwfVH537@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #12 from David Cook <dcook at prosentient.com.au> --- Turning off the compression turns out to be remarkably challenging. using the environmental variable of "no-gzip" seems to work when you do a GET but the POST seemed not to disable the compression which leads to problems unless you blast 70 bytes presumably to fill some sort of buffer to get things moving... Tried turning off compression with a bit more of a heavy hand but then it disabled compression for Javascript when it should've let it go untouched... mod_deflate seems a bit buggy overall... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 09:20:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 07:20:05 +0000 Subject: [Koha-bugs] [Bug 34004] New: Typo: new items > news items Message-ID: <bug-34004-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34004 Bug ID: 34004 Summary: Typo: new items > news items Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: Needs documenting Severity: trivial Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org This is from the 22.05 manual (there are no newer files for translating yet :( ) Prior to end users logging in to the OPAC only new items listed to appear for 'All libraries' will display new items should be news items here. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 09:27:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 07:27:35 +0000 Subject: [Koha-bugs] [Bug 33936] timezone In-Reply-To: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33936-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33936-70-MVn0ZHLxJ8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33936 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 09:57:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 07:57:37 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-VR7M46DdIh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 --- Comment #2 from Jan Kissig <bibliothek at th-wildau.de> --- By "additionally we need a list (json, csv ..) of the records that should be taken from the biblio_id_to_merge record" did you mean a list of fields from the biblio_id_to_merge record? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:01:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:01:35 +0000 Subject: [Koha-bugs] [Bug 34005] New: Toggling the search term highlighting is not always working in the bibliographic record details page Message-ID: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Bug ID: 34005 Summary: Toggling the search term highlighting is not always working in the bibliographic record details page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: a.roussos at dataly.gr QA Contact: testopia at bugs.koha-community.org To reproduce, make sure you have the OpacHighlightedWords System Preference set to "Highlight", then perform a search in the OPAC. NOTE: the number of keywords you search for is important, as this bug only manifests when an odd number of search terms is used! Therefore, try searching for a single keyword such as "history". Now view the details page for one of the bibliographic records in the results. On the right there should be an "Unhighlight" button which, when clicked, will remove the search term highlighting and change the button text to "Highlight". Clicking on "Highlight" should re-enable the highlighting , but now the button text will not toggle back to "Unhighlight" and further clicks on it have no effect. The relevant commit is 9cb89b46397 from v20.11.00, where the code responsible for toggling the Unhighlight / Highlight button was moved inside the for loop that cycles through each term in the array of search terms. This explains why the toggling works only when an even number of search terms is being used. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:01:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:01:46 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-A6mT3CtsPS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Andreas Roussos <a.roussos at dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |a.roussos at dataly.gr Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:04:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:04:53 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-PxC5K7ZEcL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I would add the PROCESS i18n in doc-head-close -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:11:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:11:25 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-KDCPm9TwU8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Björn Nylén <bjorn.nylen at ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152300|0 |1 is obsolete| | Attachment #152301|0 |1 is obsolete| | --- Comment #13 from Björn Nylén <bjorn.nylen at ub.lu.se> --- Created attachment 152328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152328&action=edit Bug 33879: Add unit test to show problem Test plan: Run t/db_dependent/Auth.t without second patch. Should fail: # got: 'opac' # expected: 'intranet' Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Björn Nylén <bjorn.nylen at ub.lu.se> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:11:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:11:29 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-Ck1eAfGQ5F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #39 from David Nind <david at davidnind.com> --- I've updated the Perltidy page on the Wiki with some consistent structure and formatting - feel free to edit to fix up any errors that I may have inadvertently introduced: https://wiki.koha-community.org/wiki/Perltidy Questions: Q1. I'm not sure what the perltidy -pro=.perltidyrc command is supposed to do - it did nothing for me in KTD (pertidy version is 20200110), it just sat there with a flashing cursor. Outside KTD with perltidy installed, it did the same as well. Q2. For usage in Geany, I'm not sure what "Select part of your file or script to perltidy -pro=/home/path/to/.perltidyrc" means either. (Possibly, the answer to these questions are obvious to developers 8-).) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:13:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:13:39 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-tnG2W1MjyE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #14 from Björn Nylén <bjorn.nylen at ub.lu.se> --- Created attachment 152329 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152329&action=edit Bug 33879: Do no longer overwrite interface in check_cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t. Should pass again. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Björn Nylén <bjorn.nylen at ub.lu.se> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:18:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:18:08 +0000 Subject: [Koha-bugs] [Bug 33979] Improve behaviour of source list on 'item modifications by age' tool In-Reply-To: <bug-33979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33979-70-Tll8YdcNJ0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33979 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22827 CC| |jonathan.druart+koha at gmail. | |com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 [Bug 22827] Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:18:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:18:08 +0000 Subject: [Koha-bugs] [Bug 22827] Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned In-Reply-To: <bug-22827-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22827-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22827-70-aAH19gzUHd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33979 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33979 [Bug 33979] Improve behaviour of source list on 'item modifications by age' tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:20:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:20:18 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-5wKml1MP5N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Björn Nylén <bjorn.nylen at ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bjorn.nylen at ub.lu.se --- Comment #15 from Björn Nylén <bjorn.nylen at ub.lu.se> --- Good thing, we serve intranet and opac on same host with different ports so this will be useful. Was hoping it would solve Bug 31990 too but that is apparently a different issue. Failed a bit when attaching signed off patches but it looks correct now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:20:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:20:44 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-CLB8Z6h1ge@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Björn Nylén <bjorn.nylen at ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:20:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:20:55 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-gZGIbvdjCn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Sign-off not quite right as I only re-uploaded the second patch (I'll try to fix later, won't mind if someone else does) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:22:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:22:49 +0000 Subject: [Koha-bugs] [Bug 34006] New: Keep the current option for budgets in receiving returns an error 500 Message-ID: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Bug ID: 34006 Summary: Keep the current option for budgets in receiving returns an error 500 Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: thibaut.colin at univ-rennes2.fr QA Contact: testopia at bugs.koha-community.org CC: arthur.suzuki at biblibre.com, chughesman at cclsny.org, katrin.fischer at bsz-bw.de, lucas at bywatersolutions.com, nick at bywatersolutions.com, wainuiwitikapark at catalyst.net.nz Depends on: 31459, 32694 On v22.11.04, the 'Keep current' option brings up the budget_period_id instead of the budget_id. Example: <option value="120" selected="selected" data-sort1-authcat="" data-sort2-authcat="NIV_PUBLIC"> Keep current (Arts 2023)</option> Good line in list: <option value="515" selected="selected" data-sort1-authcat="" data-sort2-authcat="NIV_PUBLIC"> Arts 2023 </option> Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459 [Bug 31459] Make order receive page faster on systems with many budgets https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694 [Bug 32694] Keep current option for budgets in receiving broken -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:22:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:22:49 +0000 Subject: [Koha-bugs] [Bug 31459] Make order receive page faster on systems with many budgets In-Reply-To: <bug-31459-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31459-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31459-70-7vRQb70Smi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459 Thibaut <thibaut.colin at univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34006 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 [Bug 34006] Keep the current option for budgets in receiving returns an error 500 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:22:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:22:49 +0000 Subject: [Koha-bugs] [Bug 32694] Keep current option for budgets in receiving broken In-Reply-To: <bug-32694-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32694-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32694-70-fV6FwzQR0O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694 Thibaut <thibaut.colin at univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34006 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 [Bug 34006] Keep the current option for budgets in receiving returns an error 500 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 11:47:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 09:47:51 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for budgets in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-b1OdpBCul4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe this had been fixed already once in the 22.11 release cycle, but coudln't locate the bug. Maybe git history will show something. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 12:35:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 10:35:08 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-tSfWOFUhJF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 12:35:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 10:35:10 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-FaNBe6KJAK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152325|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152330&action=edit Bug 33998: Installer and onboarding have incorrect Font Awesome asset links This patch corrects the Font Awesome asset links in the web installer. They were not updated during the upgrade to Font Awesome 6. Unrelated: The patch also removes the inclusion of jQueryUI. It is not used in the installation or onboarding process. To test, apply the patch and run the web installer. The display of installation steps should include square icons indicating which steps are complete. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 12:41:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 10:41:27 +0000 Subject: [Koha-bugs] [Bug 33942] Improve performance of local holds priority by temporarily caching patrons and items In-Reply-To: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33942-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33942-70-HpgVk43o9w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33942 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Patch doesn't apply |RESOLVED Resolution|--- |WONTFIX --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- This seems to only offer benefit in a small number of edge cases, we won't pursue this one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 13:10:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 11:10:10 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-RT2VIXHKJp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 --- Comment #16 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Björn Nylén from comment #15) > Good thing, we serve intranet and opac on same host with different ports so > this will be useful. Was hoping it would solve Bug 31990 too but that is > apparently a different issue. > > Failed a bit when attaching signed off patches but it looks correct now. Yes, patches are fine. Thanks ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 13:14:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 11:14:18 +0000 Subject: [Koha-bugs] [Bug 34007] New: REST API: Add a list (GET) endpoint for patron categories Message-ID: <bug-34007-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34007 Bug ID: 34007 Summary: REST API: Add a list (GET) endpoint for patron categories Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com CC: tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 13:14:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 11:14:53 +0000 Subject: [Koha-bugs] [Bug 34008] New: REST API: Add a list (GET) endpoint for itemtypes Message-ID: <bug-34008-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34008 Bug ID: 34008 Summary: REST API: Add a list (GET) endpoint for itemtypes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com CC: tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 13:18:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 11:18:00 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-0Msn8ivqHf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Martin Renvoize from comment #8) > https://git.koha-community.org/Koha-community/Koha/src/branch/master/api/v1/ > swagger/swagger.yaml#L714 will also need cutting out ;-). > > Generally this all looks good to me. What were Marcel's reasons for wanting > to keep it as an option? I've used it in the past I believe, and it seemed > to work nicely, but I'm not against dropping it.. one less code path to > maintain. See bug 32406 comment5 and bug 32401 comment9. In short, search terms in URL could be a privacy issue. Not allowing searching for UTF-8 in a multilingual system would be rather poor. But no blocker :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 13:35:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 11:35:54 +0000 Subject: [Koha-bugs] [Bug 33522] Optionally skip (in)active patrons when sending membership expiry notices In-Reply-To: <bug-33522-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33522-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33522-70-j96npah0Bi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522 --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Sam Lau from comment #4) > Signed-off-by: Sam Lau <samalau at gmail.com> Thanks Sam Lau for testing. Did you also have a look at the test plan of the base dependency (bug 33245)? It has not been signed off yet after all? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:18:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:18:24 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-HKoq2NQo67@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #31 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Jonathan Druart from comment #30) > Sorry for the delay! Thanks for reviewing, Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:22 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-k4FlNccnIH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:25 +0000 Subject: [Koha-bugs] [Bug 26700] Remove unused C4/SIP/t directory In-Reply-To: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26700-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26700-70-gM1JNR6Wlt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:27 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-AWFWUPFBFO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:29 +0000 Subject: [Koha-bugs] [Bug 33417] Create one standard Toolbar component In-Reply-To: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33417-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33417-70-il7Z7fbprk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417 --- Comment #32 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:31 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-1hwpmda30B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:33 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-oMTLq20txG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:35 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33868-70-wPHEvNz2I3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:37 +0000 Subject: [Koha-bugs] [Bug 33868] Upgrade the Multiple Select plugin in the staff interface In-Reply-To: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33868-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33868-70-Pg15z8Ndho@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:39 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-fxECaj18M8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:24:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:24:41 +0000 Subject: [Koha-bugs] [Bug 33998] Installer and onboarding have incorrect Font Awesome asset links In-Reply-To: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33998-70-P0vvzTvNMu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 14:48:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 12:48:41 +0000 Subject: [Koha-bugs] [Bug 30928] Add interface to statistics table In-Reply-To: <bug-30928-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30928-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30928-70-jAvXyf5P2s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928 --- Comment #35 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #34) > (In reply to Marcel de Rooy from comment #33) > > Will add a follow-up for this development on 33608. It would be good to > > default to C4::Context->interface instead of NULL, or always needing to pass > > it. > > But much harder to spot missed/wrong values this way :) Please explain what you mean. NULL would be a missing value, I suppose, that we fix there. If C4::Context->interface would provide a wrong value, we should address that elsewhere. But that should not be possible, since it already contains a list of valid options. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 15:29:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 13:29:39 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-1KTlqLZbHv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152270|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 15:29:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 13:29:52 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-jeMglF9OEs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Katrin Fischer from comment #3) > Sign-off not quite right as I only re-uploaded the second patch (I'll try to > fix later, won't mind if someone else does) There was only one patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 15:34:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 13:34:33 +0000 Subject: [Koha-bugs] [Bug 33921] Improve translation of title tags: Plugins and Point of sale In-Reply-To: <bug-33921-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33921-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33921-70-4JrRRUOuiy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33921 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Improve translation of |Improve translation of |title tags: Plugins |title tags: Plugins and | |Point of sale -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 15:43:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 13:43:56 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-M4SDbEY1hV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_23_11_candidate | --- Comment #24 from Tomás Cohen Arazi <tomascohen at gmail.com> --- I pushed a follow-up to fix Asset.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 15:54:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 13:54:57 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-qK8uQB3ube@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152265|0 |1 is obsolete| | --- Comment #3 from PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> --- Created attachment 152331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152331&action=edit Bug 33872: Auto calc duplicated patron's registration date to today's date Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 15:55:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 13:55:34 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-XpCfBSNEi5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk Status|Needs Signoff |Signed Off --- Comment #4 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- Works as described, thanks for the patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:20:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:20:12 +0000 Subject: [Koha-bugs] [Bug 32135] Ability to batch cancel transfers In-Reply-To: <bug-32135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32135-70-vP3KmYINlK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32135 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:21:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:21:23 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-auUV32cVzw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:21:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:21:27 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-pjUE8LEy5b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #34 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152332&action=edit Bug 15504: Add new syspref TrackLastPatronActivityTriggers This patch adds a new syspref TrackLastPatronActivityTriggers to determine which actions should update borrowers.lastseen -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:21:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:21:30 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-qbJmriVaub@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #35 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152333&action=edit Bug 15504: Update track_login_daily to accept triggers This patch adds triggers to track_login_daily so that it only tracks activity when that trigger is active -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:21:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:21:34 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-93GF2ChQgM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #36 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152334 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152334&action=edit Bug 15504: Add triggers to instances of track_login_daily This patch adds a trigger to every instance of track_login_daily -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:21:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:21:38 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-hdzwasneux@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #37 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152335&action=edit Bug 15504: Remove update_lastseen method This patch removes update_lastseen which has been replaced by a call to track_login_daily -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:21:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:21:42 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-KglR8ioRbS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #38 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152336&action=edit Bug 15504: Add unit test prove -v t/db_dependent/Auth.t -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:22:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:22:16 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-4t6DO2zu8q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop at ptfs-europe | |.com --- Comment #39 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- This bug hasn’t been active for a while but we recently had a support ticket from a customer that seemed to fit into this discussion. By comparing that with the discussion on this bug I’ve prepared a patch that will hopefully satisfy the requirement of both. There are now two sysprefs - “TrackLastPatronActivity” and “TrackLastPatronActivityTriggers”. The second of these offers a list of the following: - login: "Login to OPAC" - connection: "Connection to Koha via SIP or ILSDI" - check_out: "Checking out an item" - renewal: "Renewing an item" - check_in: "Returning an item" When TrackLastPatronActivity is enabled and one or more of these triggers is selected, borrowers.lastseen will update when that trigger happens. This will only happen once per day as per the current method. If this structure/concept is approved then expanding it with further options should be fairly simple if required. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:22:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:22:44 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-kObvpdv8Vt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #40 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Notes on testing - The intent of track_login_daily is to log a patron action/activity once per day and cache this activity. This means that the lastseen field is only updated once per day rather than every time an action is performed. This makes sense in operation but makes testing this patch more complicated. We want to test multiple methods of updating the lastseen field. If we don’t clear that cache before each method then the patch will work as intended but the test plan will fail as only one update will be performed. The test plan therefore includes a “restart_all” step at various points before an activity is performed - this step uses “restart_all” in KTD to clear the cache and must not be skipped otherwise the test plan will fail. Furthermore, the “Login to OPAC” action, called in checkauth is triggered very often throughout Koha through various route guards etc. The test plan begins by testing this activity first and then de-selecting this option. If this option is left selected, then it will trigger before the other actions (check in, check out etc) can be triggered and the test plan will fail due to the login action already being cached again. Test plan: 1. Apply patch 2. reset_all 3. Navigate to Administration and search for “TrackLastPatronActivity” 4. Observe that there are two system preferences - “TrackLastPatronActivity” and “TrackLastPatronActivityTriggers” 5. Change TrackLastPatronActivity to “Do” and save 6. Choose a patron to use as a test subject 7. In the database, observe that the “lastseen” property for that patron is still NULL 8. In TrackLastPatronActivityTriggers, select “Login to OPAC” and save 9. In the OPAC, log in as your selected patron 10. In the database, observe that the “lastseen” property for that patron has been updated 11. In TrackLastPatronActivityTriggers, unselect “Login to OPAC” and instead select “Checking out an item” and save 12. restart_all 13. Check out an item to your selected patron 14. In the database, observe that the “lastseen” property for that patron has been updated 15. In TrackLastPatronActivityTriggers, select “Renewing an item” and save 16. restart_all 17. In either the OPAC or the staff client - renew the item that you have just checked out to that patron 18. In the database, observe that the “lastseen” property for that patron has been updated 19. In TrackLastPatronActivityTriggers, select “Returning an item” and save 20. restart_all 21. Return the item that you have checked out to the patron 22. In the database, observe that the “lastseen” property for that patron has been updated 23. In TrackLastPatronActivityTriggers, select “Connection to Koha via SIP or ILSDI” and save 24. In system preferences, search for “ILS-DI” and enable this preference 25. restart_all 26. In the browser, navigate to http://DOMAIN/cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=USERNAME&password=PASSWORD, swapping out DOMAIN, USERNAME and PASSWORD to match your koha instance and patron details 27. In the database, observe that the “lastseen” property for that patron has been updated 28. Run “prove -v t/db_dependent/Auth.t” 29. Observe that all tests pass 30. Sign off! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:26:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:26:50 +0000 Subject: [Koha-bugs] [Bug 22232] Use Advanced cataloguing editor (Rancor) for authority records In-Reply-To: <bug-22232-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22232-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22232-70-W7X1jv4Vqs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22232 lthorrat at cuyahogalibrary.org <lthorrat at cuyahogalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lthorrat at cuyahogalibrary.or | |g -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:32:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:32:26 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-eDiFeCk1kh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33997 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 [Bug 33997] Borrowers.updated_on should not be updated by track_login -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:32:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:32:26 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-EQgSrMZGby@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15504 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 [Bug 15504] Track Patron's Last Activity -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:38:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:38:10 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-sz9yPhL6r6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Andreas Roussos <a.roussos at dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:38:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:38:12 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-uSMfEiKByy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 --- Comment #1 from Andreas Roussos <a.roussos at dataly.gr> --- Created attachment 152337 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152337&action=edit Bug 34005: Move button toggling code outside JS for loop When OpacHighlightedWords is set to "Highlight", if you search in the OPAC and the number of keywords is odd (1, 3, 5, etc.), then the "Unhighlight" / "Highlight" button will stop working after a couple of clicks. The relevant commit is 9cb89b46397 from v20.11.00, where the code responsible for toggling the "Unhighlight" / "Highlight" button was moved inside the JS for loop that cycles through each term in the array of search terms. This explains why the toggling only works when an even number of search terms is being used. This patch fixes that, by placing the button toggling code in its original position (outside the JavaScript for loop of the highlightOn() function). Test plan: 0) If required, set OpacHighlightedWords to "Highlight". 1) Search for "history" in the OPAC, and view the details page of one of the results. Click on the "Unhighlight" button a few times -- after a couple of clicks the button text will stop toggling and you won't be able to remove the keyword highlight any more. 2) Apply this patch. 3) Repeat step 1): this time you should be able to toggle the search keyword highlighting no matter how many times you click on the "Unhighlight" / "Highlight" button. 4) Repeat step 1), but this time search for "century history": you should be able to toggle search keyword highlighting in the details page on and off repeatedly without any problems. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:42:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:42:18 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-l84w5HpdnS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Keep the current option for |Keep the current option for |budgets in receiving |funds in receiving returns |returns an error 500 |an error 500 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:47:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:47:06 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-Ft65BJO7XG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:47:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:47:08 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-jSbhzYuC5r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152337|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152338&action=edit Bug 34005: Move button toggling code outside JS for loop When OpacHighlightedWords is set to "Highlight", if you search in the OPAC and the number of keywords is odd (1, 3, 5, etc.), then the "Unhighlight" / "Highlight" button will stop working after a couple of clicks. The relevant commit is 9cb89b46397 from v20.11.00, where the code responsible for toggling the "Unhighlight" / "Highlight" button was moved inside the JS for loop that cycles through each term in the array of search terms. This explains why the toggling only works when an even number of search terms is being used. This patch fixes that, by placing the button toggling code in its original position (outside the JavaScript for loop of the highlightOn() function). Test plan: 0) If required, set OpacHighlightedWords to "Highlight". 1) Search for "history" in the OPAC, and view the details page of one of the results. Click on the "Unhighlight" button a few times -- after a couple of clicks the button text will stop toggling and you won't be able to remove the keyword highlight any more. 2) Apply this patch. 3) Repeat step 1): this time you should be able to toggle the search keyword highlighting no matter how many times you click on the "Unhighlight" / "Highlight" button. 4) Repeat step 1), but this time search for "century history": you should be able to toggle search keyword highlighting in the details page on and off repeatedly without any problems. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:48:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:48:03 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-xkps5KtaUx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Kevin Carnes <kevin.carnes at ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:48:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:48:39 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-PSIWTbceRB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com Status|Signed Off |Failed QA --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Please provide a test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:48:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:48:59 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-KRemOxiQIv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Kevin Carnes <kevin.carnes at ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151764|0 |1 is obsolete| | --- Comment #2 from Kevin Carnes <kevin.carnes at ub.lu.se> --- Created attachment 152339 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152339&action=edit Bug 33847: Database update replaces undefined rules with defaults rather than the value that would be used Bug 29012 introduces a database update that sets the default values for rules that are required but undefined. This functionally changes the results of the circulation rules. Instead, this update should find value that is being used for that rule combo and use that as the rule value, only using the default in the case that the derived rule doesn't exist or has a null value. Test Plan: 1) Check out Koha 22.05.05 2) Create a default all/all/all rule, 3 other rules. Ensure they all have Loan period set to 7, with one of the non-default rules having a Loan period of 14. 3) Delete all but one of the non-default rules with the following query: Delete from circulation_rules where rule_name = 'issuelength' and ( rule_value != 14 and not ( branchcode is null and categorycode is null and itemtype is null ) ) limit 2; 4) Check out 254f721320 5) Run updatedatabase.pl and restart 6) Note the rules were recreated with the value 0 7) Repeat steps 1-4 8) Apply this patch 9) If you're using the same database, set the version to 22.0600023 and restart 10) Run updatedatabase.pl 11) Note the rules were recreated, but the value is the derived value from the all/all/all rule! Signed-off-by: Kevin Carnes <kevin.carnes at ub.lu.se> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:57:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:57:49 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-h5vrxab99g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 16:57:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 14:57:52 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-8bZzyxmnji@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152322|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152340&action=edit Bug 34002: Check for stage_marc_import permssion -1 Log in to the staff client as a user who has Acquisition management (acquisition) permissions but not the stage_marc_import (tools) permission. -2 Go to Acquisitions and Add to a basket. -3 Select 'From a new file' -4 You will be logged out as the user does not have percussion to visit that page. -5 Apply patch -6 Try again, you will not see the link for 'From a new file' if you don't have the permssion. -7 Give the user the stage_marc_import, you will now see the link Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:03:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:03:45 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-6URt0y7slu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:03:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:03:48 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-dh81VlendY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152293|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152341&action=edit Bug 33996: Add missing authority objects mapping This patch adds a minimal mapping (i.e. some things get excluded from the API objects for now). It makes some attributes consistent with the current API names, and the rest can be added later when they become needed and we discuss a proper name. But right now is a mess :-/ To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/authorities.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:07:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:07:16 +0000 Subject: [Koha-bugs] [Bug 34010] New: Template corrections to recall pages Message-ID: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Bug ID: 34010 Summary: Template corrections to recall pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 19532 The recall pages have not been updated to use the wrapper for breadcrumbs and many lack a .page-section container div. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 [Bug 19532] Recalls for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:07:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:07:16 +0000 Subject: [Koha-bugs] [Bug 19532] Recalls for Koha In-Reply-To: <bug-19532-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19532-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19532-70-As5hPvBYOW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34010 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 [Bug 34010] Template corrections to recall pages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:16:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:16:03 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-Fdkv8jh4r4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:16:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:16:06 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-IauXuIBT9b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 --- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152342&action=edit Bug 33997: (QA follow-up) Add unit test This patch adds a unit test prove -v t/db_dependent/Members.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:23:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:23:02 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-tzoHof6a28@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:23:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:23:03 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-yLWauZiUL3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152287|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau at gmail.com> --- Created attachment 152343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152343&action=edit Bug 33989: Only look up authorized value descriptions for items in results This patch changes the inventory tool so that it only populates the authorized value descriptions for items that show up in the results. That is, items that will be viewed by a human. This change saves a lot of time by not performing unnecessary database lookups. Test plan: 0. Apply patch and koha-plack --restart kohadev 1. Go to create a SQL report from SQL /cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL 2. Save a report with the following SQL: SELECT barcode FROM items where barcode <> ''; 3. Run the report 4. Download as CSV 5. Edit the CSV and remove the "barcode" heading 6. Go to edit item for barcode 3999900000001 /cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=1&itemnumber=1 7. Add "Damaged status" of "Damaged" 8. Click "Save changes" 9. koha-mysql kohadev 10. update items set notforloan = 9 where barcode = 3999900000001; 11. Go to inventory tool http://localhost:8081/cgi-bin/koha/tools/inventory.pl 12. Upload barcode file via "Choose file" 13. Uncheck "Compare barcodes list to results" 14. Open F12 tools 15. Click "Submit" 16. Click "OK" on confirm box 17. Note that the inventory job takes around 30 seconds to run instead of 60 seconds 17b. The exact figures may vary. If you compare with before patch inventory runs, you'll be saving roughly 18 seconds. 18. Note that "Damaged" appears in the "Damaged" column, which demonstrates that the authorized value lookup was completed for the item in the result list Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:27:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:27:37 +0000 Subject: [Koha-bugs] [Bug 32763] Display of diacritics in patrons to notify on receiving is broken In-Reply-To: <bug-32763-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32763-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32763-70-mG07BI7OG5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32763 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:47:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:47:11 +0000 Subject: [Koha-bugs] [Bug 33528] Use template wrapper for tabs: Patron details and circulation In-Reply-To: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33528-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33528-70-5xqZRNXRD6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528 --- Comment #18 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152344&action=edit Bug 33528: Fix basic_workflow.t Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:48:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:48:52 +0000 Subject: [Koha-bugs] [Bug 22232] Use Advanced cataloguing editor (Rancor) for authority records In-Reply-To: <bug-22232-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22232-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22232-70-QTFgLqhTKY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22232 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:49:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:49:13 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-l8qmACRfrT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:49:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:49:15 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-kf0KSYBzqH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152264|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152345&action=edit Bug 33976: Disable claims returned option in moredetail.pl when another lost status is selected Prevent "claims returned" from being selectable from moredetail.pl, even if another lost status is already set To test: 1. Configure Claims returned i. Go to Administration > Authorized Values > LOST ii. Add a new authorized value with value:6 and description:Claims returned iii. Go to Administration > System Preferences iv. Set ClaimReturnedLostValue to 6 and save 2. Go to any title record and click the barcode for any item 3. Click the Lost status drop-down. Note that the Claims Returned option is disabled. 4. Select a Lost status and click "Set status" 5. Click the Lost status drop-down. Note that the Claims Returned option is now selectable. 6. Apply the patch and refresh the page 7. Note that the Claims Returned option is now disabled. 8. Find a different item and check it out to a customer. 9. On that customer's account, click "Claim Returned" for that item 10. Click the barcode to view moredetail for that item Note that the Lost status drop-down is disabled with Claims Returned selected Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:56:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:56:57 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-4xpHIWRBZ4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:59:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:59:52 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-5DpOSEfiP4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Lucas Gass <lucas at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 17:59:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 15:59:54 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-jkfZfogjCr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152346 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152346&action=edit Bug 33500: Account for RecordLocalUseOnReturn To test: 1. Turn on RecordLocalUseOnReturn 2. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 3. Tests fail. 4. Apply patch 5. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 6. Tests pass. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:00:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:00:57 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-4CSHq6iMMQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:02:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:02:19 +0000 Subject: [Koha-bugs] [Bug 20859] SMS number amd SMS provider during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-BKC48Tvqtp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:04:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:04:13 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-svQNA1pQ18@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:04:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:04:15 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-xZjhXQLgTH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152346|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152347 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152347&action=edit Bug 33500: Account for RecordLocalUseOnReturn To test: 1. Turn on RecordLocalUseOnReturn 2. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 3. Tests fail. 4. Apply patch 5. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 6. Tests pass. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:14:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:14:10 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-FzU4ERTNym@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Dan Lerch <dlerch at pentictonlibrary.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dlerch at pentictonlibrary.ca --- Comment #22 from Dan Lerch <dlerch at pentictonlibrary.ca> --- We have numerous power users that have many holds arrive at the same time. A digest would help reduce a lot of miscommunication between the library and our patrons. In our opinion a crucial feature enhancement. Dan Lerch, Penticton Public Library -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:14:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:14:43 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-FiqMRh56Kw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:14:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:14:45 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-UhQkEnFTc3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152207|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau at gmail.com> --- Created attachment 152348 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152348&action=edit Bug 33963: Remove C4::BackgroundJob Finally! No more occurrences of this module, we can happily remove it! Test plan: git grep is your friend Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:14:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:14:47 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-Li7Ldww9dD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152208|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152349 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152349&action=edit Bug 33963: Remove leftovers from previous works Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:23:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:23:55 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-MRvPWZRDsH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:28:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:28:34 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: <bug-20271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20271-70-j9ZaLCTIlk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 Barbara Johnson <barbara.johnson at bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson at bedfordtx.g | |ov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:32:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:32:52 +0000 Subject: [Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables In-Reply-To: <bug-20271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20271-70-DbcKVhkU1j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:34:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:34:51 +0000 Subject: [Koha-bugs] [Bug 33621] Javascript error when claiming return via circulation.pl In-Reply-To: <bug-33621-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33621-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33621-70-RIiUcIWTaj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33621 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:39:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:39:10 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-5mErSFIIF3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |samalau at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:41:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:41:04 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-htZgTgOXjX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:45:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:45:48 +0000 Subject: [Koha-bugs] [Bug 34011] New: [DOCS] Add information on the option to place multiple bib-level holds Message-ID: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34011 Bug ID: 34011 Summary: [DOCS] Add information on the option to place multiple bib-level holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Documentation Assignee: emily.lamancusa at montgomerycountymd.gov Reporter: emily.lamancusa at montgomerycountymd.gov QA Contact: testopia at bugs.koha-community.org The feature to place multiple bib-level holds for a single patron that was added in bug 14695 doesn't seem to be mentioned in the manual. It would be helpful to have a note about it in Circulation/Holds/Placing holds in the staff interface, and in the page on Circulation and Fines rules, since the "Holds to place (count)" textbox only appears if the circulation rules allow more than 1, but fewer than Unlimited, holds per record for that patron type. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:58:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:58:57 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-kQ5nU6LfQ7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 18:58:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 16:58:59 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-Vgb65CkpIm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152350&action=edit Bug 34010: Template corrections to recall pages This patch makes some corrections to recall pages: - Update breadcrumbs menu to use wrapper. - Add <div class="page-section"> where it is missing. - Use biblio-title include to show links to bibliographic record titles. - Correct Bootstrap button dropdown markup for consistent style - Change some submit buttons to <button> elements for consistent style To test you must have UseRecalls enabled. Having some sample recalls data will help. Check the following pages to confirm that everything looks correct: - Circulation -> - Recalls queue - Recalls to pull - Overdue recalls - Recalls awaiting pickup - Old recalls - Existing recalls: View a bibliographic record with a recall and click "Recalls" in the sidebar. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:03:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:03:57 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-3nifsh22ei@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Dave <ddaghita at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ddaghita at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:03:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:03:58 +0000 Subject: [Koha-bugs] [Bug 34012] New: Use template wrapper for tabs: Recalls awaiting pickup Message-ID: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Bug ID: 34012 Summary: Use template wrapper for tabs: Recalls awaiting pickup Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 32571 Continuing the work of Bug 32571, I would like to update the recalls awaiting pickup page in the staff client to use the new WRAPPER for tabs Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:03:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:03:58 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: <bug-32571-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32571-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32571-70-gW6Msh1KFB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34012 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:04:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:04:35 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-XnokltmnhI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34010 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 [Bug 34010] Template corrections to recall pages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:04:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:04:35 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-jKYs2FUGvx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34012 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:14:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:14:38 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-BFcovh1rs1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:14:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:14:40 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-2C3SVzZoJA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152351 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152351&action=edit Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup This patch updates the recalls awaiting pickup template so that it uses the new WRAPPER directive to build tabbed navigation. Note: this patch includes indentation changes, so check the diff accordingly. To test you must have UseRecalls enabled. Apply the patch and go to Circulation -> Recalls awaiting pickup. Both the "Recalls waiting" and "Recalls waiting over X days" tabs should look correct and work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:14:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:14:43 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-4gkck2lV7G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:17:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:17:02 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-FPoO6UoH6G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:17:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:17:04 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-bkXhn3L5Aw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152347|0 |1 is obsolete| | --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152352&action=edit Bug 33500: Add tests for RecordLocalUseOnReturn To test: 1. Turn on RecordLocalUseOnReturn 2. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 3. Tests fail. 4. Apply patch 5. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 6. Tests pass. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:21:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:21:41 +0000 Subject: [Koha-bugs] [Bug 34013] New: Recalls awaiting pickup doesn't show count on each tab Message-ID: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Bug ID: 34013 Summary: Recalls awaiting pickup doesn't show count on each tab Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 34012 The recalls awaiting pickup page is supposed to show a count on each tab, e.g. Recalls waiting: 10 Recalls waiting over 7 days: 14 The template tries to do it this way: Recalls waiting: [% recalls.count | html %] But it doesn't work. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:21:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:21:41 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-BVHqxYtTYR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34013 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 [Bug 34013] Recalls awaiting pickup doesn't show count on each tab -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:21:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:21:53 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-TEixAzaAPB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com, | |philippe.blouin at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:22:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:22:25 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-leVNE3a8PO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 --- Comment #1 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152353&action=edit Bug 33978: Adding authority from automatic linker closes imported record If you import a record, then create an authority record using the automatic linker, it closes the biblio record. The problem occures when a record is edited in a new tab. To recreate: 1. Import the example records 1.1. Download the example records 1.2. Go to Cataloging > Stage records for import 1.3. Choose the downloaded file 1.4. Click Upload file 1.5. Click Stage for import 1.6. Click View batch 1.7. Click Import this batch into the catalog 1.8. Click View detail of the enqueued job 1.9. Click Manage imported batch Correct behaviour: 2. In another tab, search for one of the records (for example, Fafounet) 3. Click Edit > Edit record 4. Go to field 100 5. Click Link authorities automatically --> It should say 100 - No matching authority found. 6. Click the plus sign next to 100 7. Fill out the mandatory fields by clinking in the text fields (000, 003, 005, 008, 040), field 100 should already be filled 8. Click 'Save' --> Authority number is added in 100 and you get to stay in the record for more edits if needed Incorrect behaviour: 9. Go back to the imported batch tab 10. Click Edit next to the second title (the one by Paventi, Eza) 11. Redo steps 4 to 8 --> Record is closedclear :( The behaviour should be the same, stay in the bibliographic record until it is saved. 12. Apply the patch 13. Redo step 9, 10, 4 14. Edit field 100, Type 'Paventi Test 2' 15. Redo step 5 to 8 --> Authority number is added in 100 and you get to stay in the record for more edits if needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:23:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:23:15 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-dvygLay5Yn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:29:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:29:19 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-9dKMKxTpXQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:29:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:29:22 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-UIHGkXZxwz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152354 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152354&action=edit Bug 34013: Recalls awaiting pickup doesn't show count on each tab This patch modifies recalls_waiting.pl so that it defines template variables for 'recalls waiting' and 'recalls waiting over x days' counts in the same way that waitingreserves.pl handles it. To test you must have UseRecalls enabled, and some recalls data that will allow you to see content under each tab. Go to Circulation -> Recalls awaiting pickup and confirm that both tabs show the correct count. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:57:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:57:11 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-xCiFi7yVfX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 19:57:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 17:57:13 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-h6rb8I2Z6f@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152352|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152355 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152355&action=edit Bug 33500: Add tests for RecordLocalUseOnReturn To test: 1. Turn on RecordLocalUseOnReturn 2. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 3. Tests fail. 4. Apply patch 5. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 6. Tests pass. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:10:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:10:51 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-wNRt2zupzZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Kristi <kkrueger at cuyahogalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkrueger at cuyahogalibrary.or | |g --- Comment #23 from Kristi <kkrueger at cuyahogalibrary.org> --- A digest option for holds ready for pickup across all methods, particularly phone would be greatly appreciated by our patrons at Cuyahoga County Public Library. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:18:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:18:01 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-Df9ryJEWVr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:18:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:18:03 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-jydlxVygYV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152354|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152356&action=edit Bug 34013: Recalls awaiting pickup doesn't show count on each tab This patch modifies recalls_waiting.pl so that it defines template variables for 'recalls waiting' and 'recalls waiting over x days' counts in the same way that waitingreserves.pl handles it. To test you must have UseRecalls enabled, and some recalls data that will allow you to see content under each tab. Go to Circulation -> Recalls awaiting pickup and confirm that both tabs show the correct count. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:23:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:23:35 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-cOhDJVp0Gu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:23:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:23:37 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-HErKrDiOSo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152357&action=edit Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup This patch updates the recalls awaiting pickup template so that it uses the new WRAPPER directive to build tabbed navigation. Note: this patch includes indentation changes, so check the diff accordingly. To test you must have UseRecalls enabled. Apply the patch and go to Circulation -> Recalls awaiting pickup. Both the "Recalls waiting" and "Recalls waiting over X days" tabs should look correct and work correctly. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:25:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:25:59 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-6P41Mw9i9s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff CC| |samalau at gmail.com --- Comment #3 from Sam Lau <samalau at gmail.com> --- (In reply to Sam Lau from comment #2) > Created attachment 152357 [details] [review] > Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup > > This patch updates the recalls awaiting pickup template so that it uses > the new WRAPPER directive to build tabbed navigation. > > Note: this patch includes indentation changes, so check the diff > accordingly. > > To test you must have UseRecalls enabled. Apply the patch and go to > Circulation -> Recalls awaiting pickup. > > Both the "Recalls waiting" and "Recalls waiting over X days" tabs should > look correct and work correctly. > > Signed-off-by: Sam Lau <samalau at gmail.com> Oops, attached wrong one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:27:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:27:22 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-FiEO0Y7Sya@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:27:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:27:24 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-EmKNVNkARg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152351|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152358&action=edit Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup This patch updates the recalls awaiting pickup template so that it uses the new WRAPPER directive to build tabbed navigation. Note: this patch includes indentation changes, so check the diff accordingly. To test you must have UseRecalls enabled. Apply the patch and go to Circulation -> Recalls awaiting pickup. Both the "Recalls waiting" and "Recalls waiting over X days" tabs should look correct and work correctly. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:30:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:30:17 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-xm8FESzeQ0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:30:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:30:20 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-fOwFx9G9bd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152350|0 |1 is obsolete| | Attachment #152357|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152359&action=edit Bug 34010: Template corrections to recall pages This patch makes some corrections to recall pages: - Update breadcrumbs menu to use wrapper. - Add <div class="page-section"> where it is missing. - Use biblio-title include to show links to bibliographic record titles. - Correct Bootstrap button dropdown markup for consistent style - Change some submit buttons to <button> elements for consistent style To test you must have UseRecalls enabled. Having some sample recalls data will help. Check the following pages to confirm that everything looks correct: - Circulation -> - Recalls queue - Recalls to pull - Overdue recalls - Recalls awaiting pickup - Old recalls - Existing recalls: View a bibliographic record with a recall and click "Recalls" in the sidebar. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:35:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:35:20 +0000 Subject: [Koha-bugs] [Bug 34011] [DOCS] Add information on the option to place multiple bib-level holds In-Reply-To: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34011-70-yHIUW3wdGa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34011 --- Comment #1 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Merge request submitted https://gitlab.com/koha-community/koha-manual/-/merge_requests/696 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:38:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:38:38 +0000 Subject: [Koha-bugs] [Bug 34011] [DOCS] Add information on the option to place multiple bib-level holds In-Reply-To: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34011-70-IaEJOyh2fj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34011 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Documentation| |Emily Lamancusa contact| | Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/696 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 20:38:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 18:38:50 +0000 Subject: [Koha-bugs] [Bug 34011] [DOCS] Add information on the option to place multiple bib-level holds In-Reply-To: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34011-70-aStJMRpMcR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34011 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:05:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:05:04 +0000 Subject: [Koha-bugs] [Bug 34014] New: There is no way to fix records with broken MARCXML Message-ID: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 Bug ID: 34014 Summary: There is no way to fix records with broken MARCXML Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl See bug 29697 and bug 23846 Koha currently catches an exception if the view is degraded in order to allow the staff to know there is a problem with the record. However, if the staff user tries to edit the record, we simply throw the exception and there is no way to recover. In other places we use StripNonXmlCharacters to get past encoding issues. We should do the same in the record editor. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:22:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:22:47 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-cWIqdAorHT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 Nick Clemens <nick at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:22:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:22:49 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-eehG2f4ez0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152360&action=edit Bug 34014: Allow staff to edit degraded records This patch adds an eval to the call for the record form metadata If there is an error we catch it, display it, and attempt to strip bad characters from the record To test: 1 - In koha testing docker attempt to view record 369 in the staff interface 2 - You see a warning about degraded view 3 - Attempt to edit the record 4 - Internal server error 5 - Apply patch, restart all 6 - Reload the editor 7 - Record successfully loads! 8 - You have a warning about encoding issues! 9 - Save the record 10 - No more warning! 11 - Edit again, no more warning! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:23:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:23:06 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-qVUPShiLHb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:23:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:23:41 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-Yv6FquQVBc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |tomascohen at gmail.com Depends on| |29697, 23846 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23846 [Bug 23846] Handle records with broken MARCXML on the bibliographic detail view https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:23:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:23:41 +0000 Subject: [Koha-bugs] [Bug 23846] Handle records with broken MARCXML on the bibliographic detail view In-Reply-To: <bug-23846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23846-70-CnYvBaZf7h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23846 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34014 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 [Bug 34014] There is no way to fix records with broken MARCXML -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:23:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:23:41 +0000 Subject: [Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record In-Reply-To: <bug-29697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29697-70-1WyHxdHH0B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34014 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 [Bug 34014] There is no way to fix records with broken MARCXML -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:24:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:24:55 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-ZHTmCQfiX8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- This largely works - the logs don't capture the error though. Should we have a: $biblio->metadata->record({ attempt_cleaning => 1 }); or something? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:26:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:26:44 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-CSZmjRQmlo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 --- Comment #24 from Christopher Brannon <cbrannon at cdalibrary.org> --- (In reply to Kristi from comment #23) > A digest option for holds ready for pickup across all methods, particularly > phone would be greatly appreciated by our patrons at Cuyahoga County Public > Library. +1 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:28:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:28:11 +0000 Subject: [Koha-bugs] [Bug 34003] Add messaging preferences during self registration In-Reply-To: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34003-70-BInpYEr5xp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34003 Christopher Brannon <cbrannon at cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 21:28:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 19:28:28 +0000 Subject: [Koha-bugs] [Bug 34003] Add messaging preferences during self registration In-Reply-To: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34003-70-8NPI0nTeE3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34003 --- Comment #1 from Christopher Brannon <cbrannon at cdalibrary.org> --- Yes! +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 22:18:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 20:18:16 +0000 Subject: [Koha-bugs] [Bug 33167] Cleanup staff interface catalog details page In-Reply-To: <bug-33167-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33167-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33167-70-rpXMv5OX9J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167 Andreas Jonsson <andreas.jonsson at kreablo.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.jonsson at kreablo.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 22:31:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 20:31:47 +0000 Subject: [Koha-bugs] [Bug 10734] Add Publication Date Facet in Searching In-Reply-To: <bug-10734-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-10734-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-10734-70-0xzaa0tTR9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10734 --- Comment #12 from Michaela Sieber <michaela.sieber at kit.edu> --- (In reply to Barbara Johnson from comment #11) > Being able to limit search results by publication date would help our > patrons as well as staff who are assisting them. This is really needed. +1 We agree! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 22:54:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 20:54:45 +0000 Subject: [Koha-bugs] [Bug 34015] New: Terminology: Relative issues should be Relative's checkouts Message-ID: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Bug ID: 34015 Summary: Terminology: Relative issues should be Relative's checkouts Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org I found this string while translating. It seems to be a string for screen readers only. But I think it should still follow terminology. The string is in opac-user.tt, around line 670. <caption class="sr-only">Relative issues</caption> It's for the tab that shows Relatives' checkouts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 23:00:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 21:00:02 +0000 Subject: [Koha-bugs] [Bug 19532] Recalls for Koha In-Reply-To: <bug-19532-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19532-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19532-70-cQTzorrZWD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33990, 33992 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 [Bug 33992] Only consider the date when labelling a waiting recall as problematic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 23:00:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 21:00:02 +0000 Subject: [Koha-bugs] [Bug 33990] Fix the 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-d64mwcwzmR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19532 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 [Bug 19532] Recalls for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 23:00:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 21:00:02 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-YN2YVeAbir@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19532 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 [Bug 19532] Recalls for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 14 23:24:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 21:24:46 +0000 Subject: [Koha-bugs] [Bug 32726] Authority search result display and relator terms in 22.05 In-Reply-To: <bug-32726-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32726-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32726-70-12gOitAaTN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32726 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |phil at chetcolibrary.org --- Comment #7 from Phil Ringnalda <phil at chetcolibrary.org> --- No, with more context authorize.heading doesn't contain $e, because in $subfields_to_report = $handler->get_auth_heading_subfields_to_report($tag); if ($subfields_to_report) { push @authorized, { heading => $field->as_string($subfields_to_report), hemain => ( $field->subfield( substr($subfields_to_report, 0, 1) ) // undef ), field => $tag, }; } else { push @authorized, { heading => $field->as_string(), hemain => ( $field->subfield( 'a' ) // undef ), field => $tag, }; } $subfields_to_report will be true for 100/110/111 and will not include the relator subfield (which is $e for 100/110, but $j for 111), because it is not what people tend to think it is. In an authority record, the relator describes the relationship between the name and the work in a name-title heading, like "$aBlum, Leon,$d1872-1950,$edefendant$tLeon Blum devant la Cour supreme, Riom.$lHebrew" as explained in https://www.loc.gov/marc/authority/adx00.html Having a 100/110 with a $e but no $t or a 111 with a $j but no $t is wrong. That doesn't necessarily mean that Koha shouldn't show it (particularly because it autocreated authority records that way for years), but not with this patch: blindly adding $e to every heading whether it's defined as relator, defined as something other than relator (it's a repeatable "subordinate unit" subfield for meeting names), or undefined, is not the right solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 00:39:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 22:39:34 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-hQDm40G92J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152358|0 |1 is obsolete| | --- Comment #3 from David Nind <david at davidnind.com> --- Created attachment 152361 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152361&action=edit Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup This patch updates the recalls awaiting pickup template so that it uses the new WRAPPER directive to build tabbed navigation. Note: this patch includes indentation changes, so check the diff accordingly. To test you must have UseRecalls enabled. Apply the patch and go to Circulation -> Recalls awaiting pickup. Both the "Recalls waiting" and "Recalls waiting over X days" tabs should look correct and work correctly. Signed-off-by: Sam Lau <samalau at gmail.com> https://bugs.koha-community.org/show_bug.cgi?id=34010 Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 00:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 22:43:12 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-aHndIKpQAA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #4 from David Nind <david at davidnind.com> --- The only thing I noticed was that the buttons (such as 'Revert waiting status' and 'Expire recall') were previously orange, but are now standard buttons with a white background. Also, I didn't refresh the bug page, and note that was already signed off. I also managed to add a bugzilla link, which I'll fix up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 00:44:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 22:44:20 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-C8wbOfpBb1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152361|0 |1 is obsolete| | --- Comment #5 from David Nind <david at davidnind.com> --- Created attachment 152362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152362&action=edit Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup This patch updates the recalls awaiting pickup template so that it uses the new WRAPPER directive to build tabbed navigation. Note: this patch includes indentation changes, so check the diff accordingly. To test you must have UseRecalls enabled. Apply the patch and go to Circulation -> Recalls awaiting pickup. Both the "Recalls waiting" and "Recalls waiting over X days" tabs should look correct and work correctly. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 00:47:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 22:47:24 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-4PciDrG5am@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org --- Comment #3 from Phil Ringnalda <phil at chetcolibrary.org> --- Works unless you EnableAdvancedCatalogingEditor, which just hangs at "Loading, please wait..." without having caught the 500 from /cgi-bin/koha/svc/bib/369 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:10:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:10:34 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-j3Iql5hOqs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:10:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:10:37 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-KfTOHnnvLH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152288|0 |1 is obsolete| | --- Comment #3 from David Nind <david at davidnind.com> --- Created attachment 152363 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152363&action=edit Bug 33992: Only consider the date when labelling a waiting recall as problematic This patches makes sure Koha ignores the hours/minutes/seconds when comparing a recall waiting date to decide if it has been waiting too long for pickup. To test: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Log into the database and get the time for now sudo koha-mysql INSTANCE select now(); 11. Change the waiting_date in the database for this recall to yesterday so we would expect to see it under the 'Recalls waiting over 1 days' tab. Base the hours on the now() timestamp from the step before, add a few hours to this. For example, if the above SQl query returns "2023-06-13 10:54:21", change waiting_date to be slightly less than 1 day/24 hours before this now() timestamp, but still what we would consider 'yesterday' select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-12 14:54:21" where recall_id = X; 12. Refresh the Circulation -> Recalls awaiting pickup page. The recall will not show up under the 'Recalls waiting over 1 days' tab, even though we expect it to. 13. Apply the patch, restart services, refresh the page 14. Confirm the recall now shows under the 'Recalls waiting over 1 days' tab as expected. Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:10:40 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-yUiI2DzjiC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152289|0 |1 is obsolete| | --- Comment #4 from David Nind <david at davidnind.com> --- Created attachment 152364 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152364&action=edit Bug 33992: Only consider the date when auto-expiring problematic recalls This patch carries this fix into the misc/cronjobs/recalls/expire_recalls.pl cronjob so that recalls are automatically expired when they have been waiting a problematic number of days, not considering hours, as expected. To test, follow the test plan from the first patch. This will set you up with a waiting problematic recall. Run the cronjob manually perl misc/cronjobs/recalls/expire_recalls.pl Refresh your 'Recalls awaiting pickup' page. Your problematic recall should be gone/expired. Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:11:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:11:32 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-20cHiZetvR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:16:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:16:07 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-cOelNu0WDS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- (In reply to Nick Clemens from comment #2) > This largely works - the logs don't capture the error though. You could just add a warn when catching the error? > Should we have a: > $biblio->metadata->record({ attempt_cleaning => 1 }); > > or something? Not sure I follow, although I'm opposed to things like "maybe_" and "attempt_" as they are harder to test and imply that the function being performed can have different behaviours besides just doing that one function. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:16:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:16:11 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-O9VH3uE5p1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152364|0 |1 is obsolete| | --- Comment #5 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152365&action=edit Bug 33992: Only consider the date when auto-expiring problematic recalls This patch carries this fix into the misc/cronjobs/recalls/expire_recalls.pl cronjob so that recalls are automatically expired when they have been waiting a problematic number of days, not considering hours, as expected. To test, follow the test plan from the first patch. This will set you up with a waiting problematic recall. Run the cronjob manually perl misc/cronjobs/recalls/expire_recalls.pl Refresh your 'Recalls awaiting pickup' page. Your problematic recall should be gone/expired. Expiration dates will apply when expiring any 'unfulfilled' recall i.e. newly requested, overdue to be returned, and awaiting pickup. Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:16:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:16:29 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-poWi1yLitY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- I like where this is going though. It is annoying when I have to go into the database to fix broken records... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:17:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:17:13 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-1YlHbQfmu3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #6 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Hi David, Sorry I didn't realise this was already Signed off, I've just amended the second patch - this was the only change from the patch you had already tested. --- a/misc/cronjobs/recalls/expire_recalls.pl +++ b/misc/cronjobs/recalls/expire_recalls.pl @@ -42,7 +42,7 @@ cronlogaction({ info => $command_line_options }); my $recalls = Koha::Recalls->search({ completed => 0 }); my $today = dt_from_string()->truncate( to => 'day' ); while( my $recall = $recalls->next ) { - if ( ( $recall->requested or $recall->overdue ) and $recall->expiration_date ) { + if ( ( $recall->requested or $recall->overdue or $recall->waiting ) and $recall->expiration_date ) { Thanks Aleisha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:24:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:24:56 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-ThniiUauoU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #13 from David Cook <dcook at prosentient.com.au> --- (In reply to Magnus Enger from comment #12) > As a start, I'd be happy if we just made it harder to delete some patrons. > We are seeing some cases where users related to things like SIP2 and SCO get > deleted, and it would be a big gain if we could just make that happen less > often. So maybe we could start there and do the other protections later? Yeah I'd be happy with that too. I've had some cases where they've changed the passwords for those users, but the more common scenario has been deleted ones. > But even "make it hard to delete" could mean different things: > - Just a popup saying "are you really sure you want to delete this patron" > - Make it impossible to delete protected patrons, but make it easy to remove > the "protected" flag (so an extra step to delete) > - Make it really hard to remove the "protected" flag and delete the patron Yeah I was thinking all those could make some sense hehe. > And we need to think about what happens when someone tries to delete a > protected patron. A "direct" delete on one patron is probably not too hard, > but what should happen when a protected patron is included in a batch > delete? Should the batch delete stop, or should we just report in some way > that the protected patron was not deleted? Or should we just ignore it? I've been wondering about that as well. I imagine the batch delete must already have some capacity for showing errors but I haven't checked. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:34:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:34:40 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-XSz1PNzs8A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #13 from David Cook <dcook at prosentient.com.au> --- So it seems to me that you can provide "no-gzip" and it won't compress the response but it still buffers the response: [Wed Jun 14 23:32:04.176918 2023] [filter:trace2] [pid 15344] mod_filter.c(185): [client 172.28.0.1:44628] Content-Type condition for 'deflate' matched, referer: http://localhost:8081/cgi-bin/koha/tools/inventory.pl [Wed Jun 14 23:32:44.751593 2023] [deflate:trace1] [pid 15344] mod_deflate.c(624): [client 172.28.0.1:44628] Not compressing (no-gzip), referer: http://localhost:8081/cgi-bin/koha/tools/inventory.pl So I reckon we need to not add the DEFLATE filter at all for inventory.pl. Now I tried this yesterday but for some reason it also turned off the compression for the Javascript, so I'm going to have another crack at that today... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:46:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:46:35 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-Lyk55L49rX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152328|0 |1 is obsolete| | --- Comment #17 from David Nind <david at davidnind.com> --- Created attachment 152366 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152366&action=edit Bug 33879: Add unit test to show problem Test plan: Run t/db_dependent/Auth.t without second patch. Should fail: # got: 'opac' # expected: 'intranet' Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Björn Nylén <bjorn.nylen at ub.lu.se> Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:46:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:46:39 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-cmtf2AlECz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152329|0 |1 is obsolete| | --- Comment #18 from David Nind <david at davidnind.com> --- Created attachment 152367 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152367&action=edit Bug 33879: Do no longer overwrite interface in check_cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t. Should pass again. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Björn Nylén <bjorn.nylen at ub.lu.se> Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 01:53:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 14 Jun 2023 23:53:20 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-dC35A3V4iU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This fixes an issue with release notes| |recording the interface for | |the log viewer where | |installations run the OPAC | |and staff interface on the | |same domain name. Before | |this patch, if a user | |logged into the OPAC and | |then went to the staff | |interface and performed a | |logable action (such as a | |checkout), the interface in | |the log was incorrectly | |recorded as the OPAC. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 02:22:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 00:22:52 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-kxvHXseSxy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 02:22:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 00:22:56 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-ANECvV7xtY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152363|0 |1 is obsolete| | --- Comment #7 from David Nind <david at davidnind.com> --- Created attachment 152368 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152368&action=edit Bug 33992: Only consider the date when labelling a waiting recall as problematic This patches makes sure Koha ignores the hours/minutes/seconds when comparing a recall waiting date to decide if it has been waiting too long for pickup. To test: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Log into the database and get the time for now sudo koha-mysql INSTANCE select now(); 11. Change the waiting_date in the database for this recall to yesterday so we would expect to see it under the 'Recalls waiting over 1 days' tab. Base the hours on the now() timestamp from the step before, add a few hours to this. For example, if the above SQl query returns "2023-06-13 10:54:21", change waiting_date to be slightly less than 1 day/24 hours before this now() timestamp, but still what we would consider 'yesterday' select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-12 14:54:21" where recall_id = X; 12. Refresh the Circulation -> Recalls awaiting pickup page. The recall will not show up under the 'Recalls waiting over 1 days' tab, even though we expect it to. 13. Apply the patch, restart services, refresh the page 14. Confirm the recall now shows under the 'Recalls waiting over 1 days' tab as expected. Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 02:22:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 00:22:59 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-VSxSPzvEOY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152365|0 |1 is obsolete| | --- Comment #8 from David Nind <david at davidnind.com> --- Created attachment 152369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152369&action=edit Bug 33992: Only consider the date when auto-expiring problematic recalls This patch carries this fix into the misc/cronjobs/recalls/expire_recalls.pl cronjob so that recalls are automatically expired when they have been waiting a problematic number of days, not considering hours, as expected. To test, follow the test plan from the first patch. This will set you up with a waiting problematic recall. Run the cronjob manually perl misc/cronjobs/recalls/expire_recalls.pl Refresh your 'Recalls awaiting pickup' page. Your problematic recall should be gone/expired. Expiration dates will apply when expiring any 'unfulfilled' recall i.e. newly requested, overdue to be returned, and awaiting pickup. Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 02:24:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 00:24:36 +0000 Subject: [Koha-bugs] [Bug 33992] Only consider the date when labelling a waiting recall as problematic In-Reply-To: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33992-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33992-70-ahoFKP3ob1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #9 from David Nind <david at davidnind.com> --- (In reply to Aleisha Amohia from comment #6) > Hi David, > > Sorry I didn't realise this was already Signed off, I've just amended the > second patch - this was the only change from the patch you had already > tested. > .. > Thanks > Aleisha No problem! I have retested (I think I tested correctly for the second patch, so have signed off.) David -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 03:19:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 01:19:02 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-tXobc8q4wI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #14 from David Cook <dcook at prosentient.com.au> --- In the end, the trick was to override AddOutputFilterByType just for inventory.pl. So overall: 1. Don't proxy inventory.pl to Starman/Plack 2. Override AddOutputFilterByType so the DEFLATE compression output filter isn't added 3. At the start of the inventory.pl processing output the HTTP headers and then roughly every 5 seconds print out a NULL character to keep alive the HTTP connection until the HTML template/CSV response is ready to be printed out. -- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 03:41:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 01:41:18 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-3XaidoWt6n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 03:41:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 01:41:22 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-6A9blFSDz6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #15 from David Cook <dcook at prosentient.com.au> --- Created attachment 152370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152370&action=edit Bug 31744: Run inventory.pl as CGI with keep alives to prevent timeouts This patches causes inventory.pl to run as CGI instead of PSGI, since Plack::App::CGIBin buffers the whole response before sending any data to the Apache reverse proxy. This patch also causes inventory.pl to quickly output HTTP headers, and print NULL characters roughly every 5 seconds until the HTML or CSV data is ready to be printed. This prevents HTTP forward and reverse proxies from timing out waiting for data from the inventory script, which can be very slow. In the future, we will want to move inventory.pl to use background jobs, but this change makes inventory.pl usable for staff users stuck behind HTTP forward proxies with short timeouts. Test plan: 0. Apply patch 1. cp debian/templates/apache-shared-intranet-plack.conf /etc/koha/apache-shared-intranet-plack.conf 2. cp debian/templates/apache-shared.conf /etc/koha/apache-shared.conf 3. service apache2 restart 4. Go to create a SQL report from SQL /cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL 5. Save a report with the following SQL: SELECT barcode FROM items where barcode <> ''; 6. Run the report 7. Download as CSV 8. Edit the CSV and remove the "barcode" heading 9. Open F12 dev tools in browser and open the "Network" tab 10. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 11. Note that mainpage.pl has a "Content-Encoding: gzip" header 12. Go to http://localhost:8081/cgi-bin/koha/tools/inventory.pl 13. Note that inventory.pl does not have a "Content-Encoding: gzip" header, while the .js and .css files do have this header. 14. Click "Choose file" and choose your barcode CSV file 15. Uncheck "Compare barcodes list to results" 16. Check "Export to CSV file" 17. Click "Submit" 18. Note that the download initially only increases in size by 1B at a time 19. Open inventory.csv with a text editor that can show symbols like Notepad++ 20. Note approximately 7 or 8 NULL characters at start of file 21. Note that CSV loads without problems in Excel or LibreOffice (ie the NULL characters are ignored) 22. Return to your browser and uncheck "Export to CSV file" 23. Click "Submit" 24. On the "Response" tab, note approximately 7 or 8 NULL characters at start of response -- 25. For bonus points, set up a reverse proxy in front of inventory.pl with a proxy timeout of 10 seconds and run an inventory job. Note that the proxy times out without the patch, and does *not* time out with the patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 03:50:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 01:50:20 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-FHbWLOyyw9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #16 from David Cook <dcook at prosentient.com.au> --- So far I've only tested this in koha-testing-docker (using a ProxyPass to inventory.pl from a custom endpoint - needed to update inventory.tt to point to that custom endpoint). It works as expected, but I typically run Koha behind yet another reverse proxy, so I'm curious how that will go. I suspect that I'll need to disable compression on that proxy for inventory.pl. (Note that compression isn't enabled for CSV exports from Koha by default anyway, so it's not a huge drama in terms of the status quo...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 04:59:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 02:59:39 +0000 Subject: [Koha-bugs] [Bug 32775] Ordering when there are multiple languages within a language group is wrong In-Reply-To: <bug-32775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32775-70-vWxCI1gqkJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32775 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz, | |lucas at bywatersolutions.com --- Comment #39 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Thanks Pedro! Can this please be backported to 22.05? Aleisha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 05:25:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 03:25:43 +0000 Subject: [Koha-bugs] [Bug 34016] New: Enable fulfillment of recalled items through SIP2 Message-ID: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 Bug ID: 34016 Summary: Enable fulfillment of recalled items through SIP2 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org Currently items that have been recalled are not fulfilled properly when they're checked out using SIP2 (i..e a self-check machine). The item is successfully checked out but the recall request is not filled and closed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 05:25:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 03:25:52 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-aA1OJHfUJa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 05:44:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 03:44:33 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-yu5JGOQGna@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #17 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #16) > So far I've only tested this in koha-testing-docker (using a ProxyPass to > inventory.pl from a custom endpoint - needed to update inventory.tt to point > to that custom endpoint). > > It works as expected, but I typically run Koha behind yet another reverse > proxy, so I'm curious how that will go. I suspect that I'll need to disable > compression on that proxy for inventory.pl. > > (Note that compression isn't enabled for CSV exports from Koha by default > anyway, so it's not a huge drama in terms of the status quo...) I've tried this on a more real-world setup, and it works well even when sitting behind another Apache reverse proxy that has compression enabled. It doesn't seem to buffer. It just starts streaming the data. (It does need the compression disabled for inventory.pl on the Apache sitting in front of Starman though.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 06:23:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 04:23:14 +0000 Subject: [Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch In-Reply-To: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21357-70-l0v0e09SVD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #75 from David Cook <dcook at prosentient.com.au> --- (In reply to Janusz Kaczmarek from comment #74) > ... I mean the original apostrophe filter: > https://www.elastic.co/guide/en/elasticsearch/reference/8.7/analysis- > apostrophe-tokenfilter.html According to the documentation, that was originally created for the Turkish language. In English, it would work well with apostrophe S ('s) but not so well for contractions like "don't" or "can't". It would also break languages like Ukrainian: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153#c14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 06:34:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 04:34:38 +0000 Subject: [Koha-bugs] [Bug 27153] ElasticSearch should search keywords apostrophe blind In-Reply-To: <bug-27153-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27153-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27153-70-TdZxnxXTbW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153 --- Comment #19 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #18) > Regarding Zebra, I don't think we can get full feature parity here. However, > we could potentially add a Title-punc_removed index and update > ./etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl to strip punctuation for it, > and then add that into C4::Search::_build_weighted_query() (or elsewhere). Alternatively, we could store a punctuation removed version into the same index. That way you end up indexing both "Carrie's war" and "Carries War". But then do you do that for all indexes? That would double the size of your index... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 07:22:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 05:22:04 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-0Gi3VLK13x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 --- Comment #1 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152371&action=edit Bug 34016: Tests for fulfilling recalls via SIP -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 07:22:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 05:22:07 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-fjXT9gEJyU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 --- Comment #2 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152372&action=edit Bug 34016: [WIP] Working on fulfilling recalls via SIP -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 07:49:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 05:49:43 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-srjCslXwxX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #18 from David Cook <dcook at prosentient.com.au> --- Real world library confirmed that this change resolves the timeout problem when using their corporate HTTP forward proxy which has a 60 second timeout threshold. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:00:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:00:56 +0000 Subject: [Koha-bugs] [Bug 34017] New: Staff interface main page has double icons for search options Message-ID: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 Bug ID: 34017 Summary: Staff interface main page has double icons for search options Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org If you go to /cgi-bin/koha/mainpage.pl, there are double icons for "Advanced search" and "Item search". They're difficult to see but become more obvious when you mouse over the boxes on the screen. One of my librarians (who is one of the most observant people I've ever met) pointed this out to me this morning on a Koha 22.11. We all must have looked at this screen so many times... I don't know how we didn't notice it until now. It's still an issue in master as well. Patch incoming... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:04:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:04:28 +0000 Subject: [Koha-bugs] [Bug 34017] Staff interface main page has double icons for search options In-Reply-To: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34017-70-di0DtdwAeP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Although as I look through the code... I think that this is actually intentional... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:05:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:05:09 +0000 Subject: [Koha-bugs] [Bug 34017] Staff interface main page has double icons for search options In-Reply-To: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34017-70-UhTLMjTcJC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28819 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28819 [Bug 28819] Add link to item search from mainpage.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:05:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:05:09 +0000 Subject: [Koha-bugs] [Bug 28819] Add link to item search from mainpage.pl In-Reply-To: <bug-28819-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28819-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28819-70-ZZWIWJFPjr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28819 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34017 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 [Bug 34017] Staff interface main page has double icons for search options -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:05:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:05:17 +0000 Subject: [Koha-bugs] [Bug 34017] Staff interface main page has double icons for search options In-Reply-To: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34017-70-o5DWCodbbd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:47:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:47:20 +0000 Subject: [Koha-bugs] [Bug 34018] New: Patron image upload fails without cardnumber Message-ID: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34018 Bug ID: 34018 Summary: Patron image upload fails without cardnumber Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org If a borrower doesn't have a cardnumber, you can't upload a patron image via the Patrons module. I realize this is because it leverages the /cgi-bin/koha/tools/picture-upload.pl tool which requires a file including cardnumbers or prompts for a cardnumber, but you should be able to use borrowernumber instead - at least via the Patron module. -- The way to do this would be to refactor tools/picture-upload.pl to use a Perl module, and then create a REST API endpoint for uploading the patron image. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 08:52:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 06:52:16 +0000 Subject: [Koha-bugs] [Bug 34018] Patron image upload fails without cardnumber In-Reply-To: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34018-70-NjBSONtBPT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34018 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- I suppose there are some minor changes that could be made that could get it over the line... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:02:09 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-vRwt1QBfO0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #14 from Magnus Enger <magnus at libriotech.no> --- I'm in MVP mode here, so my preferred approach would be to do a simple solution that covers the basics. And then we could elaborate later. So my suggestion would be: - A "protected" flag on the patron (borrowers.protected, for example), editable in the same way as other patron information - Disable the More > Delete menu item on the patron detail page, based on the flag - Make sure protected patrons are handled properly by functions such as -- Koha::Patron::delete -- Koha::Patron::merge_with -- Koha::Patron::move_to_deleted -- Koha::Patron::safe_to_delete -- Koha::Patrons::delete -- C4::Members::GetBorrowersToExpunge Then we could enhance this later with things like: - A permission for changing the protected flag on a patron - A syspref for altering what protected means, like enabling More > Delete, but displaying a simple warning or making the protected attribute un-editable once it has been set (and we could discuss these options later, of course). - Enabling batch edit of protected status -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:06:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:06:13 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-p7fOtzfL13@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- MVP and small steps are great. Breaking this up into multiple bugs and keeping the first steps as simple as possible is best practice. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:13:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:13:51 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-OvXUgsDqGX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #16 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- This bug might also be of interest: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33965 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:31:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:31:42 +0000 Subject: [Koha-bugs] [Bug 33965] Hide patron accounts that are for admin use only In-Reply-To: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33965-70-lf1MGvzIiL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33965 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26170 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:31:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:31:42 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-Gk99sAv0sE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33965 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:45:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:45:06 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-xHKzIlgxGS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152206|0 |1 is obsolete| | --- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152373 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152373&action=edit Bug 33962: Remove background job from process koc The last occurrence of C4::BackgroundJob is in process_koc.pl that is used to upload a file. Added by bug 2608 (15 years ago), I think it does not longer make sense as networks are faster, and we should not expect big koc files to be uploaded. If there are complains we will move it to Koha::BackgroundJob. Test plan: Upload a koc file, enqueue the operations and confirm that everything is working correctly Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:45:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:45:26 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-safhx5btNO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152348|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152374&action=edit Bug 33963: Remove C4::BackgroundJob Finally! No more occurrences of this module, we can happily remove it! Test plan: git grep is your friend Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:45:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:45:28 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-52X3crxzRw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152349|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152375&action=edit Bug 33963: Remove leftovers from previous works Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:45:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:45:39 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-Ityrjf7r7L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:45:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:45:47 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-8a3DQB7wGa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Makes sense to me -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:46:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:46:03 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-etcr00DPZx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- All happy here, passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:48:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:48:04 +0000 Subject: [Koha-bugs] [Bug 34019] New: Migrate zip file handling in upload-cover-image to a background job Message-ID: <bug-34019-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34019 Bug ID: 34019 Summary: Migrate zip file handling in upload-cover-image to a background job Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org When using the zip option in upload-cover-image one may well be uploading a very large number of images.. these can cause timeouts as they're iterated through, and as such this lends itself to being a background job. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 10:48:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 08:48:17 +0000 Subject: [Koha-bugs] [Bug 34019] Migrate zip file handling in upload-cover-image to a background job In-Reply-To: <bug-34019-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34019-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34019-70-5GBEUw0juu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34019 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.bays at ptfs-europe.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 12:58:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 10:58:31 +0000 Subject: [Koha-bugs] [Bug 34020] New: Sequence of MARC 264 subfields different on XSLT result list and detail page Message-ID: <bug-34020-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34020 Bug ID: 34020 Summary: Sequence of MARC 264 subfields different on XSLT result list and detail page Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: hagud at orex.es QA Contact: testopia at bugs.koha-community.org Related: 15594 MArc260 has been replaced by 264 (RDA) and the improvement of xslt display for 260 has not been moved to 264 As it happened with 260, now 264 is a repeteable field, but it displays in the wrong way in OPAC and staff xslt copied from bug 15594 Sequence of MARC 264 subfields different on XSLT result list and detail page (both in staff client and OPAC) when there are repeating subfields $a and/or $b. For example: On MARC cataloguing screen it is entered as: $aNew York :$bHarperCollins ;$aMelbourne :$bCollins,$c2016 is displayed as: New York : Melbourne : HarperCollins ; Collins, 2016 It needs to match the order it is entered on the MARC cataloguing screen. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:11:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:11:04 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-PuhbvKjtmP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:11:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:11:07 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-wcmCuWVdSW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152373|0 |1 is obsolete| | --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152376&action=edit Bug 33962: Remove background job from process koc The last occurrence of C4::BackgroundJob is in process_koc.pl that is used to upload a file. Added by bug 2608 (15 years ago), I think it does not longer make sense as networks are faster, and we should not expect big koc files to be uploaded. If there are complains we will move it to Koha::BackgroundJob. Test plan: Upload a koc file, enqueue the operations and confirm that everything is working correctly Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:25:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:25:38 +0000 Subject: [Koha-bugs] [Bug 33575] Add table settings to the holds table for a specific record in the staff interface In-Reply-To: <bug-33575-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33575-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33575-70-DJJH8Au9P5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33575 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Passed QA |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:26:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:26:18 +0000 Subject: [Koha-bugs] [Bug 33390] Expand links to authorized values interface when an authval is mentioned in preferences In-Reply-To: <bug-33390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33390-70-kb31vBFOS9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33390 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Passed QA |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:26:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:26:42 +0000 Subject: [Koha-bugs] [Bug 34021] New: Add option to search within results on the opac interface Message-ID: <bug-34021-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34021 Bug ID: 34021 Summary: Add option to search within results on the opac interface Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: hagud at orex.es QA Contact: testopia at bugs.koha-community.org related: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546 In 22.11 has been added the option of searching within results of a search, it should be nice to add also to opac. Or even it could be improved with the chance of search within subcollections.. It should be great if a search could be filtered by default via itypetype, ccode or anyother value in item or perhaps and biblio and koha keeps the filter in all searches of a user does. For example: if a library have a special collection of old books, and a user starts a search limiting by collection, let the filter on and being able to search within results now a facet filter od ccode limitation is lost when launch a search BR -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:27:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:27:59 +0000 Subject: [Koha-bugs] [Bug 34022] New: Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 Message-ID: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Bug ID: 34022 Summary: Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: librarian at pilani.bits-pilani.ac.in QA Contact: testopia at bugs.koha-community.org Created attachment 152377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152377&action=edit steps followed for receiving an order The acquisition module, the system failed to save the barcode at the time of receiving items in an order. Clicking on confirmation and finishing the receipt while cataloguing showing Holding 0 though in the acquisition details button it is showing received 1 copy. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:28:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:28:43 +0000 Subject: [Koha-bugs] [Bug 34022] Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-pg9coyAlYg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Ranjan <librarian at pilani.bits-pilani.ac.in> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:00 +0000 Subject: [Koha-bugs] [Bug 29691] Use template plugins to display OPAC news on homepage In-Reply-To: <bug-29691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29691-70-7lmusnN8Cx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29691 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:02 +0000 Subject: [Koha-bugs] [Bug 29691] Use template plugins to display OPAC news on homepage In-Reply-To: <bug-29691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29691-70-pMfrAQOgXR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29691 --- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:05 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: <bug-32402-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32402-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32402-70-8qxcdIGmMQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:06 +0000 Subject: [Koha-bugs] [Bug 32402] "Modification date" missing from OPAC lists table In-Reply-To: <bug-32402-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32402-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32402-70-gKRYR2BBM4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:09 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-CSmY10Fxbx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:12 +0000 Subject: [Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc In-Reply-To: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33962-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33962-70-LJU2D4oUcH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:14 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-tc8fBuF2OW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:15 +0000 Subject: [Koha-bugs] [Bug 33963] Remove C4::BackgroundJob In-Reply-To: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33963-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33963-70-PaM07Chmaw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 13:49:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 11:49:30 +0000 Subject: [Koha-bugs] [Bug 34022] Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-QgJMX9n0le@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- In your PDF, the actual receive form is missing, also the basket summary page. On the receive form, do you have the item form on the left? Koha can create items in acq on ordering, on receiving or not at all. It depends on your setting for each basket. So copies don't need to be linked to items. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:03:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:03:55 +0000 Subject: [Koha-bugs] [Bug 33965] Hide patron accounts that are for admin use only In-Reply-To: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33965-70-vEgxxGU7Mr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33965 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:12:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:12:33 +0000 Subject: [Koha-bugs] [Bug 34022] Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-dIeiDoxN9U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #2 from Ranjan <librarian at pilani.bits-pilani.ac.in> --- Yes... at the time of receiving all data are showing perfectly including currency and the right side barcode, but after confirmation, in the summery showing the item under Already received (as shown in the attached file) but without the barcodes which I had assigned at the time of receiving the copies. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:21:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:21:04 +0000 Subject: [Koha-bugs] [Bug 34022] Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-DqPNhbsmUg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Do you see the item form or where do you enter the barcode? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:23:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:23:53 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-gywtlKqStL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:32:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:32:11 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-5i6kj8Jk79@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #40 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #10) > For instance I'd like to see > > my $h = { one => 1, two => 3, }; > > always on 2 lines > > my $h = { > one => 1, > two => 3, > }; Yeah you like that, but I dont :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:41:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:41:32 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-Ta5OfVypdm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #41 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- It is not very clear what we exactly need to change now (or even why). A simple example. IIRC we needed to do this (no space after if and before parenthesis, but spaces around the condition): if( $a ) { But perltidy changes this to if ($a) { Space after if, and no spaces around one condition. But hey, things change for if( $a && $b ) { This should be now: if ( $a && $b ) { Spaces around multiple conditions. Similar thing for function calls: Instead of test( 1 ) we now need test(1) But test( 1, 2 ) is fine. These are indeed stupid examples, but probably the things that we type most of the time. We should imo not fail patches for occurrences of if( $a ) or test( 1 ), since that was our style until this report.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:58:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:58:52 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-38UlMcpg7C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:58:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:58:55 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-oevVHlbZ3B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 --- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152378&action=edit Bug 28688: Add new notice MEMBERSHIP_RENEWED Test plan: Run new install or upgrade. Check for this notice under Tools/Notices. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:58:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:58:58 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-JE5NTehXfq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152379&action=edit Bug 28688: Add renew option to membership_expiry.pl Test plan: [1] Pick an account to expire soon. [2] Choose MembershipExpiryDaysNotice so that it will be selected. (Note: You can extend the selection with -before or -after.) [3] Run misc/cronjobs/membership_expiry.pl -c -v -renew [4] Check new expiry date in the notice. Does it correspond with enrollment period of category and pref BorrowerRenewalPeriodBase? [5] If the patron category has an enrollment fee, check account too. [6] Reset dateexpiry of this patron to original date. [7] Run misc/cronjobs/membership_expiry.pl -c -v [8] Check if you got an expiry notice instead and dateexpiry did not change. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:59:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:59:00 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-OwBtlOHi4H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152380&action=edit Bug 28688: Allow to pass another renewal notice Just as passing another expiry notice. Test plan: Pick a patron to expire. Create another membership renewal notice, say X. Run misc/cronjobs/membership_expiry.pl -c -n -v -letter_renew X Check output on command line. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 14:59:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 12:59:03 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-bt9mfoQysS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152381&action=edit Bug 28688: Add renewal to crontab example Note: I did not add an example to the debian cron daily file, since we have no commented lines there. And automatic renewal is no default behavior. Test plan: Read new lines in misc/cronjobs/crontab.example. Just comments. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 15:01:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 13:01:18 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-wUnMMXdiCG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Automatically renew patron |Automatically renew patron |membership for active |membership |patrons | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 15:03:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 13:03:38 +0000 Subject: [Koha-bugs] [Bug 28688] Automatically renew patron membership In-Reply-To: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28688-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28688-70-UwbSfcURJe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch set allows you release notes| |to renew patrons | |automatically when running | |the membership_expiry.pl | |cron job. | |You can pass | |filters to do this only on | |selected patrons, like | |active patrons, etc. | |Default behavior does not | |change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 15:40:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 13:40:42 +0000 Subject: [Koha-bugs] [Bug 34022] Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-R5WX8GteZa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #4 from Ranjan <librarian at pilani.bits-pilani.ac.in> --- Created attachment 152383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152383&action=edit All steps -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 15:41:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 13:41:58 +0000 Subject: [Koha-bugs] [Bug 34022] Barcode is not accepting upon confirmation of order receiving after upgrading to 23.05 In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-27h9W4rUEt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #5 from Ranjan <librarian at pilani.bits-pilani.ac.in> --- Submitted new attachments showing the setup at AcqCreateItem - receiving an order in Global preference and order receiving worksheet -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:02:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:02:24 +0000 Subject: [Koha-bugs] [Bug 26899] Pick up location defaults to first choice if patron's library is disabled as pick up location In-Reply-To: <bug-26899-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26899-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26899-70-bwdGWZ5fb8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26899 pierre.genty at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pierre.genty at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:09:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:09:15 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-j8eYgKuvdW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:09:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:09:16 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-YeYOp5jMXq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152384&action=edit Bug 34015 - Terminology: Relative issues should be Relative's checkouts This patch changes the term 'issues' in a screen reader caption in the OPAC to the correct term 'checkouts'. To test: Setup: - Have a patron with a guarantee - Check out an item to the guarantee - Make sure the guarantee allows their guarantor to see their checkouts (AllowStaffToSetCheckoutsVisibilityForGuarantor must be on for you to be able to set this) 1. In the OPAC, log in with the guarantor patron 2. Click on the Relatives' checkouts tab 3. Open a screen reader (in Ubuntu, Super + Alt + S to turn on/off) 4. Navigate to the table in the Relative's checkouts tab --> The screen reader should say 'Relative issue table with...' 5. Apply patch 6. Refresh the page 7. Restart the screen reader (if it was off) --> The screen reader should now say 'Relatives' checkouts table with...' Alternatively, open the page inspector and inspect the table, the caption is in the table tag, before the thead tag. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:14:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:14:14 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-FmvRl2bXUp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial Assignee|oleonard at myacpl.org |caroline.cyr-la-rose at inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:20:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:20:36 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-7MUw7CzQor@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Erica <erica at benbrooklibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erica at benbrooklibrary.org --- Comment #25 from Erica <erica at benbrooklibrary.org> --- We totally support a digest of hold notifications at Benbrook Public Library! This has been our number one complaint from patrons. Thank you! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:27:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:27:14 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-jjaak5dywK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Nick Clemens from comment #0) > In BatchCommitRecords we currently > > Start a transaction > ... > SetImportBatchStatus($batch_id, 'importing'); > ... > SetImportBatchStatus($batch_id, 'finished'); > ... > Finish the transaction > > > In certain settings the second call fails as it is waiting for the first to > commit it seems: > [Fri Jun 9 09:06:29 2023] background_jobs_worker.pl: > C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do > failed: Lock wait timeout exceeded; try restarting transaction at > /usr/share/koha/lib/C4/ImportBatch.pm line 717 > > Setting the status twice inside the transaction doesn't make sense - the DB > will never show the 'importing' status - as it will either be rolled back > when the transaction fails, or set to 'finished' when it completes Normally, you should be able to update the same record within the same transaction. And only another transaction trying to get/update this same record in import_batches should be locked. So, are you sure that there was no second process involved? The other thing, though, is that SetImportBatchStatus asks for another db handle via Context/Koha::Database. Since you have a connection, you would not expect a problem. But is it possible that somehting there somehow goes wrong? Would it be an idea to move the second SetImportBatchStatus call at the end also after the transaction? Hard to verify if we dont know the exact cause and cannot reproduce.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:45:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:45:34 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-TK8YOnAL50@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #5 from Nick Clemens <nick at bywatersolutions.com> --- Also see 33987 - similar deadlock when accessing the same import record row multiple times I can say, I can't reproduce in KTD, but I can replicate every time on our production servers. In terms of setting the status, doing so twice in a transaction doesn't make sense. It will revert to the original if it fails, or use the final if it succeeds. Moving the first one made sense because then the status will be left at 'importing' - the job should be 'failed' so we know there is a problem? Here and on 33987 I think the code makes sense on its own, even if the problem doesn't always occur -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:46:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:46:20 +0000 Subject: [Koha-bugs] [Bug 33582] Use template wrapper for breadcrumbs: Tools, part 4 In-Reply-To: <bug-33582-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33582-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33582-70-JJ5sI0xAHM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33582 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:48:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:48:26 +0000 Subject: [Koha-bugs] [Bug 33233] OPAC advanced search inputs stay disabled when using browser's back button In-Reply-To: <bug-33233-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33233-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33233-70-m550R0hElF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33233 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:49:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:49:05 +0000 Subject: [Koha-bugs] [Bug 33637] Batch patron modification broken In-Reply-To: <bug-33637-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33637-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33637-70-qPZdsvuZF7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33637 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- Not needed in 22.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:50:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:50:32 +0000 Subject: [Koha-bugs] [Bug 33053] Tables item_groups and recalls have a biblio_id column with a default of 0 In-Reply-To: <bug-33053-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33053-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33053-70-euL1tOV1VD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33053 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Patchset won't apply cleanly to 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:51:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:51:33 +0000 Subject: [Koha-bugs] [Bug 33102] Cart in OPAC and staff interface does no longer display infos from biblioitems table In-Reply-To: <bug-33102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33102-70-Fj2RMbCrFK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33102 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Doesn't apply cleanly to 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:51:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:51:45 +0000 Subject: [Koha-bugs] [Bug 34024] New: REST API should not allow changing the pickup location on a waiting hold Message-ID: <bug-34024-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34024 Bug ID: 34024 Summary: REST API should not allow changing the pickup location on a waiting hold Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: REST API Assignee: koha-bugs at lists.koha-community.org Reporter: emily.lamancusa at montgomerycountymd.gov CC: tomascohen at gmail.com If a hold is already set to "waiting", and a request to change the pickup location is sent through the REST API, Koha simply sets the hold to "waiting" at the new location with no notification to staff. This is clearly inaccurate, as the item is still physically at the original location. Either the API handler or Koha::Hold should have some error-checking to reject a request to change the pickup location on a waiting hold. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:52:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:52:21 +0000 Subject: [Koha-bugs] [Bug 33069] File download from list in OPAC gives error In-Reply-To: <bug-33069-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33069-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33069-70-xyKkIsWoHp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:52:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:52:52 +0000 Subject: [Koha-bugs] [Bug 33643] Add page-section to 'scan index' page In-Reply-To: <bug-33643-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33643-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33643-70-sMYv1GTovT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33643 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Not needed in 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:53:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:53:19 +0000 Subject: [Koha-bugs] [Bug 33600] Use template wrapper for breadcrumbs: Tools, part 7 In-Reply-To: <bug-33600-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33600-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33600-70-BAX7qNp3wF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33600 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 16:53:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 14:53:47 +0000 Subject: [Koha-bugs] [Bug 33601] Use template wrapper for breadcrumbs: Tools, part 8 In-Reply-To: <bug-33601-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33601-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33601-70-4j5JKyd4Og@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33601 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:00:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:00:31 +0000 Subject: [Koha-bugs] [Bug 33093] (Bug 27546 follow-up) With ES searching within results does not work for 'Keyword' and 'Keyword as phrase' In-Reply-To: <bug-33093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33093-70-cooc87OGWF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33093 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:03:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:03:35 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-xfkkxxN1G3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:03:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:03:37 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-tA7tqJ4g2x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152280|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152385 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152385&action=edit Bug 33887: Add the ability to optionally fill the next hold when an item is automatically checked in. When an item is automatically checked in, Koha should be able to trap that item for the next patron and send a notification to that patron that a hold is waiting for them. To test: 1. Apply patches 2. restart_all and updatedatabase 3. Go to administration -> item types and edit an item type 4. Make sure the checkbox that is labeled ‘Automatic checkin:’ is checked. At the bottom of the page click save changes. 5. In Administration -> system preferences, search for ‘AutomaticCheckinAutoFill’ and set it to ‘Do’. 6. Check out an item to a patron and make it overdue (.ie set due date to yesterday). Also make sure that the item type you are checking out matches the item type edited in step 4. 7. Place a hold on the item. Make the pickup location the same as the library it is checked out from. 8. Run cronjob at misc/cronjobs/automatic_checkin.pl 9. On the item details page, notice that the item was checked in and now the hold is waiting for pickup. 10. Visit the patron’s page who placed the hold. 11. Click on the notices tab and see that there is a ‘Hold available for pickup’ notice. 12. Repeat steps 6-8, but this time make the hold pickup location different than the library the item is currently checked out to. 13. Notice that this time, the item was checked in, the hold is waiting, and the item is in transit to the other library. 14. If you visit the patron’s page, this time there should be no new notice because the item is still in transit. 15. Sign-Off :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:15:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:15:15 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-sQ3sPl2his@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Attachment #152280|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:24:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:24:17 +0000 Subject: [Koha-bugs] [Bug 20859] SMS number amd SMS provider during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-rZFwTjFVSR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152327|0 |1 is obsolete| | --- Comment #13 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152386 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152386&action=edit Bug 20859: Add SMSalertnumber to OPAC registration page This patch adds the SMS number field to patron self registration. To test: 1. Apply patch. 2. Make sure an SMSSendDriver and some SMS cellular providers. 3. Go to the OPAC self registration form. 4. Notice the SMS Number and SMS provider fields now appear. 5. Use the PatronSelfRegistrationBorrowerMandatoryField and PatronSelfRegistrationBorrowerUnwantedField system preferences to ensure you can hide the fields and make them required. 6. Self register while adding a SMS number and SMS provider. Make sure that when you view the newly self-registered patron that the SMS number and SMS provider are properly populated in the staff interface. Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:24:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:24:27 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-WFfhNzhiPy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:24:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:24:29 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-RZYruuIIuJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152384|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152387 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152387&action=edit Bug 34015: Terminology: Relative issues should be Relative's checkouts This patch changes the term 'issues' in a screen reader caption in the OPAC to the correct term 'checkouts'. To test: Setup: - Have a patron with a guarantee - Check out an item to the guarantee - Make sure the guarantee allows their guarantor to see their checkouts (AllowStaffToSetCheckoutsVisibilityForGuarantor must be on for you to be able to set this) 1. In the OPAC, log in with the guarantor patron 2. Click on the Relatives' checkouts tab 3. Open a screen reader (in Ubuntu, Super + Alt + S to turn on/off) 4. Navigate to the table in the Relative's checkouts tab --> The screen reader should say 'Relative issue table with...' 5. Apply patch 6. Refresh the page 7. Restart the screen reader (if it was off) --> The screen reader should now say 'Relatives' checkouts table with...' Alternatively, open the page inspector and inspect the table, the caption is in the table tag, before the thead tag. Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:24:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:24:37 +0000 Subject: [Koha-bugs] [Bug 20859] SMS number amd SMS provider during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-VIUvCXs5UA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:26:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:26:19 +0000 Subject: [Koha-bugs] [Bug 34017] Staff interface main page has double icons for search options In-Reply-To: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34017-70-j7bU37czHf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- The contrast on the "background" icon could be better in the new staff interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:37:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:37:35 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-WKdF4QQgFv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 --- Comment #5 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152388&action=edit Bug 33887: Unit tests prove -v t/db_dependent/Koha/Checkouts.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:41:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:41:00 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-9msaWLyYW6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 17:57:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 15:57:46 +0000 Subject: [Koha-bugs] [Bug 34025] New: Uniform titles (130 / 240 /730) in biblio to link to authority file Message-ID: <bug-34025-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34025 Bug ID: 34025 Summary: Uniform titles (130 / 240 /730) in biblio to link to authority file Change sponsored?: --- Product: Koha Version: 21.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: bernard.scaife at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Created attachment 152389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152389&action=edit code to be cloned Please could we add the part of the code that appears in the author (7XX) stanza which relates to the $9 link to its authority file to the Uniform title fields stanza (130/730) of the same file - MARC21slim2OPACDetail.xsl At present, the customer cannot link to their authority file in this way, even if they configure it in the cataloguing framework. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:35:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:35:17 +0000 Subject: [Koha-bugs] [Bug 33696] Doubled up home icon in budgets page In-Reply-To: <bug-33696-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33696-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33696-70-7R2a3PuaQO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33696 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:37:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:37:09 +0000 Subject: [Koha-bugs] [Bug 32232] Koha crashes if dateofbirth is 1947-04-27, 1948-04-25, or 1949-04-24 In-Reply-To: <bug-32232-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32232-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32232-70-b9LuGO2jS2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32232 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #14 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:40:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:40:39 +0000 Subject: [Koha-bugs] [Bug 28315] PopupMARCFieldDoc is defined twice in addbiblio.tt In-Reply-To: <bug-28315-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28315-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28315-70-8kqk7sCpDK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28315 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:42:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:42:38 +0000 Subject: [Koha-bugs] [Bug 33586] Library and category are switched in table configuration for patron search results table settings In-Reply-To: <bug-33586-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33586-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33586-70-Jl4WgFQ28o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33586 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:43:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:43:17 +0000 Subject: [Koha-bugs] [Bug 31126] Add ability to transfer multiple order lines In-Reply-To: <bug-31126-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31126-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31126-70-K9K1JQZlv2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31126 Katie Bliss <kebliss at dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss at dmpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:43:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:43:35 +0000 Subject: [Koha-bugs] [Bug 33513] Batch update from report module - no patrons loaded into view In-Reply-To: <bug-33513-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33513-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33513-70-1BVeJLikUE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com Resolution|--- |FIXED --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:44:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:44:09 +0000 Subject: [Koha-bugs] [Bug 33591] Cannot merge bibliographic records In-Reply-To: <bug-33591-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33591-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33591-70-aWJrGJct4Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:44:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:44:50 +0000 Subject: [Koha-bugs] [Bug 33611] Holds being placed in the future if DefaultHoldExpirationdate is set In-Reply-To: <bug-33611-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33611-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33611-70-RiwlzKoSf3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33611 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #15 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:45:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:45:36 +0000 Subject: [Koha-bugs] [Bug 33412] (bug 15869 follow-up) Overlay record framework is always setting records to original framework In-Reply-To: <bug-33412-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33412-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33412-70-Fh7VYh7tvc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #17 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:45:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:45:48 +0000 Subject: [Koha-bugs] [Bug 15869] Change framework on overlay In-Reply-To: <bug-15869-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15869-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15869-70-zXNODuibmb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:46:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:46:36 +0000 Subject: [Koha-bugs] [Bug 33613] Claim return doesn't charge when "Ask if a lost fee should be charged" is selected and marked to charge In-Reply-To: <bug-33613-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33613-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33613-70-OnAKsv4jPm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33613 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:47:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:47:23 +0000 Subject: [Koha-bugs] [Bug 33277] Correctly handle linking subfields with no defined thesaurus In-Reply-To: <bug-33277-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33277-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33277-70-DWc7gioIu9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #73 from Lucas Gass <lucas at bywatersolutions.com> --- Missing 22.05.x dependencies, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:47:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:47:23 +0000 Subject: [Koha-bugs] [Bug 33295] We need a way to exclude 'inappropriate' heading from linking searches In-Reply-To: <bug-33295-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33295-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33295-70-3BZXvgUhid@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33295 Bug 33295 depends on bug 33277, which changed state. Bug 33277 Summary: Correctly handle linking subfields with no defined thesaurus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:47:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:47:24 +0000 Subject: [Koha-bugs] [Bug 33296] Linker should search for authority records with an appropriate 008/14, 15, 16 value In-Reply-To: <bug-33296-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33296-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33296-70-tvq2wPGXm3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33296 Bug 33296 depends on bug 33277, which changed state. Bug 33277 Summary: Correctly handle linking subfields with no defined thesaurus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:47:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:47:24 +0000 Subject: [Koha-bugs] [Bug 33557] Add a system preference to disable/enable thesaurus checking during authority linking In-Reply-To: <bug-33557-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33557-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33557-70-bKdqIK1mhr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33557 Bug 33557 depends on bug 33277, which changed state. Bug 33277 Summary: Correctly handle linking subfields with no defined thesaurus https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:48:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:48:06 +0000 Subject: [Koha-bugs] [Bug 33576] Records are not indexed when imported if using Elasticsearch In-Reply-To: <bug-33576-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33576-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33576-70-91caqZtZcf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33576 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:48:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:48:45 +0000 Subject: [Koha-bugs] [Bug 33047] Local cover image fetchers return 500 internal error when image not available In-Reply-To: <bug-33047-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33047-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33047-70-1vsgYIoyyq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33047 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:48:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:48:47 +0000 Subject: [Koha-bugs] [Bug 33047] Local cover image fetchers return 500 internal error when image not available In-Reply-To: <bug-33047-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33047-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33047-70-TZBllNRq9E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33047 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151082|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152390&action=edit Bug 33047: Return 404 instead of 500 when biblio does not exist If the biblionumber or the itemnumber passed in parameter does not exist we should return 404 instead of exploding with a 500. Test plan: Attach cover images to biblio and items Notice that the UI is working correctly (staff and OPAC) Hit catalogue/image.pl and opac/opac-image.pl with non-existent biblionumber and imagenumber Notice that you now get 404 instead of 500 Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:50:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:50:28 +0000 Subject: [Koha-bugs] [Bug 33653] Search for late orders can show received order lines In-Reply-To: <bug-33653-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33653-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33653-70-3JV2cBmpKx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #19 from Lucas Gass <lucas at bywatersolutions.com> --- Lots of merge conflicts with 22.05.x, cannot backport unless rebased. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:51:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:51:36 +0000 Subject: [Koha-bugs] [Bug 33569] Order by relevance may not be visible In-Reply-To: <bug-33569-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33569-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33569-70-fp52FZMjHy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33569 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Merge conflicts with 22.05.x, no backport unless rebased -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:53:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:53:24 +0000 Subject: [Koha-bugs] [Bug 33206] Bad title__sort made of multisubfield 245 In-Reply-To: <bug-33206-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33206-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33206-70-Tp6q40zBwi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33206 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:55:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:55:06 +0000 Subject: [Koha-bugs] [Bug 33622] Notice content does not show on default tab if TranslateNotices enabled In-Reply-To: <bug-33622-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33622-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33622-70-yIrLW3zTs8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33622 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 18:57:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 16:57:05 +0000 Subject: [Koha-bugs] [Bug 33302] Placing item level holds in OPAC allows to pick forbidden pick-up locations, but then places no hold In-Reply-To: <bug-33302-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33302-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33302-70-stsZ8pZ1oz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33302 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #12 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 19:36:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 17:36:33 +0000 Subject: [Koha-bugs] [Bug 33821] OPAC flatpickr no longer allows for direct input of date In-Reply-To: <bug-33821-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33821-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33821-70-KDUXurUWhn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33821 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 19:39:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 17:39:12 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-Y4B3S5NjAG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 George Williams (NEKLS) <george at nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 19:43:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 17:43:36 +0000 Subject: [Koha-bugs] [Bug 31104] Pagination generates HTTP "Link:" header which is over 8192 bytes apache's limit In-Reply-To: <bug-31104-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31104-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31104-70-k1jukEu63K@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31104 George Williams (NEKLS) <george at nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 19:43:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 17:43:42 +0000 Subject: [Koha-bugs] [Bug 32505] Cannot search by dateofbirth in specified dateformat In-Reply-To: <bug-32505-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32505-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32505-70-TLYc9TOb5U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32505 George Williams (NEKLS) <george at nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:32:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:32:45 +0000 Subject: [Koha-bugs] [Bug 32772] Patron autocomplete should not use contains on all fields In-Reply-To: <bug-32772-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32772-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32772-70-KUVQOonViX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772 koha-US bug tracker <bugzilla at koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at koha-us.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:33:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:33:40 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-WkTAYme9JX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- (In reply to Jonathan Druart from comment #2) > I would add the PROCESS i18n in doc-head-close In my experience this doesn't work. I love to know why not and whether there's an alternative to updating individual templates. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:34:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:34:18 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-o57rVdJdMC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:34:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:34:21 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-SgFf3ep0VM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152280|0 |1 is obsolete| | Attachment #152385|0 |1 is obsolete| | Attachment #152388|0 |1 is obsolete| | --- Comment #6 from Sam Lau <samalau at gmail.com> --- Created attachment 152391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152391&action=edit Bug 33887: Unit tests prove -v t/db_dependent/Koha/Checkouts.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:34:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:34:23 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-vIFv1iPIMY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 --- Comment #7 from Sam Lau <samalau at gmail.com> --- Created attachment 152392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152392&action=edit Bug 33887: Add the ability to optionally fill the next hold when an item is automatically checked in. When an item is automatically checked in, Koha should be able to trap that item for the next patron and send a notification to that patron that a hold is waiting for them. To test: 1. Apply patches 2. restart_all and updatedatabase 3. Go to administration -> item types and edit an item type 4. Make sure the checkbox that is labeled ‘Automatic checkin:’ is checked. At the bottom of the page click save changes. 5. In Administration -> system preferences, search for ‘AutomaticCheckinAutoFill’ and set it to ‘Do’. 6. Check out an item to a patron and make it overdue (.ie set due date to yesterday). Also make sure that the item type you are checking out matches the item type edited in step 4. 7. Place a hold on the item. Make the pickup location the same as the library it is checked out from. 8. Run cronjob at misc/cronjobs/automatic_checkin.pl 9. On the item details page, notice that the item was checked in and now the hold is waiting for pickup. 10. Visit the patron’s page who placed the hold. 11. Click on the notices tab and see that there is a ‘Hold available for pickup’ notice. 12. Repeat steps 6-8, but this time make the hold pickup location different than the library the item is currently checked out to. 13. Notice that this time, the item was checked in, the hold is waiting, and the item is in transit to the other library. 14. If you visit the patron’s page, this time there should be no new notice because the item is still in transit. 15. Sign-Off :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:50:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:50:05 +0000 Subject: [Koha-bugs] [Bug 34026] New: Move translatable cover-handling strings out of opac-bottom.inc Message-ID: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 Bug ID: 34026 Summary: Move translatable cover-handling strings out of opac-bottom.inc Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: jonathan.druart+koha at gmail.com, testopia at bugs.koha-community.org Depends on: 33983, 21156 opac-bottom.inc defines several template variables for variations on "No cover image available" which are unnecessary. We can wrap those strings in the __() function in the JS files. This patch will cover Coce, Amazon, Baker & Taylor, Google, and OpenLibrary. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:50:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:50:05 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-ai6VSQbayD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34026 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:50:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:50:05 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-HWveecCTds@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34026 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:53:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:53:41 +0000 Subject: [Koha-bugs] [Bug 22375] Due dates should be formatted consistently In-Reply-To: <bug-22375-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22375-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22375-70-AIIZtO8Tdd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED CC| |lucas at bywatersolutions.com --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- Merge conflicts in 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:53:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:53:42 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-VEOhulTBBX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Bug 33888 depends on bug 22375, which changed state. Bug 22375 Summary: Due dates should be formatted consistently https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:56:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:56:05 +0000 Subject: [Koha-bugs] [Bug 33672] Item group features shows when placing holds if EnableItemGroupHolds is disabled In-Reply-To: <bug-33672-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33672-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33672-70-1l1IpBtUWD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33672 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:57:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:57:14 +0000 Subject: [Koha-bugs] [Bug 33037] [Bugs 32555 and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet) In-Reply-To: <bug-33037-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33037-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33037-70-2iYT6rI4Fq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Not needed in 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:57:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:57:15 +0000 Subject: [Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view In-Reply-To: <bug-33568-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33568-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33568-70-jSSniYA6db@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 Bug 33568 depends on bug 33037, which changed state. Bug 33037 Summary: [Bugs 32555 and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:58:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:58:20 +0000 Subject: [Koha-bugs] [Bug 33253] 2FA - Form not excluded from autofill In-Reply-To: <bug-33253-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33253-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33253-70-W7ZzztahZl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33253 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:59:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:59:03 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-oJKIsvv1GE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #45 from George Williams (NEKLS) <george at nekls.org> --- Because of the work done on bug 33117, we currently have a situation where the default search in the header search bar is "Starts with" but the default search in the search box on the left hand side of the page on members-home.pl is "Contains." This is very confusing for library staff. Whatever happens next with this patch, this new system preference should make the default search type match in the header search bar and on members-home.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:59:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:59:09 +0000 Subject: [Koha-bugs] [Bug 32917] Change patron.firstname and patron.surname in password change sample notice In-Reply-To: <bug-32917-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32917-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32917-70-nXyl2yYT4Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32917 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 20:59:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 18:59:17 +0000 Subject: [Koha-bugs] [Bug 32917] Change patron.firstname and patron.surname in password change sample notice In-Reply-To: <bug-32917-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32917-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32917-70-58z264mEH9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32917 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:00:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:00:46 +0000 Subject: [Koha-bugs] [Bug 25379] HTML in circulation notes doesn't show correctly on checkin In-Reply-To: <bug-25379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25379-70-VOJdwb5ZYx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25379 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:01:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:01:23 +0000 Subject: [Koha-bugs] [Bug 33671] Database update 22.06.00.048 breaks update process In-Reply-To: <bug-33671-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33671-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33671-70-ivFaBu065a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #13 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:03:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:03:52 +0000 Subject: [Koha-bugs] [Bug 33512] Labels/buttons are confusing on serials-edit page In-Reply-To: <bug-33512-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33512-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33512-70-klZ6vcUrOo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33512 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #16 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:04:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:04:04 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-1poR9QOR6I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #46 from George Williams (NEKLS) <george at nekls.org> --- Excuse me, I meant to say because of the work done on bug 32772. That's the bug that's caused the search type to be different in its two different appearances. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:07:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:07:26 +0000 Subject: [Koha-bugs] [Bug 33684] Able to save patron with empty mandatory date fields In-Reply-To: <bug-33684-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33684-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33684-70-5hdNGjyLmA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33684 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:11:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:11:18 +0000 Subject: [Koha-bugs] [Bug 32627] Reprinting holds slips should not reset the expiration date In-Reply-To: <bug-32627-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32627-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32627-70-0zWDeSdNSV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32627 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | CC| |lucas at bywatersolutions.com --- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:11:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:11:33 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-z8XeALaG9k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:11:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:11:35 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-6toVfdCFfZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152393&action=edit Bug 34026: Move translatable cover-handling strings out of opac-bottom.inc This patch removes several instances from opac-bottom.inc where we define strings for translation and use in separate JavaScript files. The JavaScript files are updated to use the __() function to mark strings for translation. Note: Definition of the variable NO_COCE_JACKET is removed because it is unused. To test, apply the patch and clear your browser cache if necessary. - In the staff interface, enable OPAC cover image services: - OPACAmazonCoverImages - BakerTaylorEnabled - GoogleJackets - OpenLibraryCovers - In the OPAC, perform a search and confirm that there are no JS errors on the search results page related to cover images. - Check the bibliographic detail page as well. To confirm that the strings are being picked up for translation, run the update process for another language, e.g. perl misc/translator/translate update fr-FR Then check the newly-built po file: fr-FR-messages-js.po. It should list the updated files: koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js:8 koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js:10 koha-tmpl/opac-tmpl/bootstrap/js/bakertaylorimages.js:7 koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js:77 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js:63 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:16:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:16:15 +0000 Subject: [Koha-bugs] [Bug 32937] Zebra: Ignore copyright symbol when searching In-Reply-To: <bug-32937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32937-70-GHB5wDDUQN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32937 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:17:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:17:14 +0000 Subject: [Koha-bugs] [Bug 33655] z39.50 search no longer shows search in progress In-Reply-To: <bug-33655-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33655-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33655-70-1Aq2EKGaDh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33655 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependecies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:18:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:18:53 +0000 Subject: [Koha-bugs] [Bug 33445] Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority In-Reply-To: <bug-33445-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33445-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33445-70-4PCjYX3Awq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33445 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #32 from Lucas Gass <lucas at bywatersolutions.com> --- Merge conflicts in 22.05.x, no backport. Please rebase if needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:22:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:22:11 +0000 Subject: [Koha-bugs] [Bug 33642] Typo: No log found . In-Reply-To: <bug-33642-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33642-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33642-70-aJmr0W06IT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33642 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:24:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:24:05 +0000 Subject: [Koha-bugs] [Bug 33677] Remove --verbose from koha-worker manpage In-Reply-To: <bug-33677-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33677-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33677-70-LMYmXdOnmW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33677 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:26:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:26:55 +0000 Subject: [Koha-bugs] [Bug 32995] Koha agent string not sent for OverDrive fulfillment requests In-Reply-To: <bug-32995-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32995-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32995-70-XfIkWJXHH8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32995 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:28:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:28:32 +0000 Subject: [Koha-bugs] [Bug 33167] Cleanup staff interface catalog details page In-Reply-To: <bug-33167-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33167-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33167-70-YRxLdsLjCu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #31 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:31:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:31:44 +0000 Subject: [Koha-bugs] [Bug 32993] Holds priority changed incorrectly with dropdown selector In-Reply-To: <bug-32993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32993-70-5qQVxQKJbp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32993 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:33:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:33:22 +0000 Subject: [Koha-bugs] [Bug 30687] Unable to override hold policy if no pickup locations are available In-Reply-To: <bug-30687-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30687-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30687-70-jbTUSUKgq1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #34 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:36:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:36:38 +0000 Subject: [Koha-bugs] [Bug 32129] Use patron categorycode of most relevant recall when checking if item can be a waiting recall In-Reply-To: <bug-32129-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32129-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32129-70-xO2UYq5BC4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32129 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | CC| |lucas at bywatersolutions.com Status|Pushed to stable |Pushed to oldstable --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:39:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:39:21 +0000 Subject: [Koha-bugs] [Bug 33335] MARC overlay rules broken because of "categorycode.categorycode " which contains "-" In-Reply-To: <bug-33335-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33335-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33335-70-pw0jfLl2bU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33335 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.06 |23.05.00,22.11.06,22.05.14 released in| | CC| |lucas at bywatersolutions.com --- Comment #17 from Lucas Gass <lucas at bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.14 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:41:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:41:09 +0000 Subject: [Koha-bugs] [Bug 33408] Fetch sysprefs from svc/config/systempreferences In-Reply-To: <bug-33408-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33408-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33408-70-TXjwjR2B10@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #42 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Jacob O'Mara from comment #41) > Enhancement - not backporting to 22.11.x > > Nice work everyone! It appears like this was backported to 22.11. Can you check? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:42:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:42:05 +0000 Subject: [Koha-bugs] [Bug 33623] getAll not encoding URL params In-Reply-To: <bug-33623-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33623-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33623-70-kDAPbSLV8A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to stable |RESOLVED --- Comment #17 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:42:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:42:05 +0000 Subject: [Koha-bugs] [Bug 32474] Implement infinite scroll in vue-select In-Reply-To: <bug-32474-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32474-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32474-70-E8pxInzjWn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474 Bug 32474 depends on bug 33623, which changed state. Bug 33623 Summary: getAll not encoding URL params https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:43:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:43:22 +0000 Subject: [Koha-bugs] [Bug 33490] Agreements - Filter by expired results in error In-Reply-To: <bug-33490-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33490-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33490-70-Mt2sdIqpku@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33490 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #48 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:44:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:44:22 +0000 Subject: [Koha-bugs] [Bug 33355] ERM UI and markup has some issues In-Reply-To: <bug-33355-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33355-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33355-70-2PooWiyIKq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33355 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #33 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 15 21:45:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 19:45:11 +0000 Subject: [Koha-bugs] [Bug 33064] Add a search option for licenses to top search bar In-Reply-To: <bug-33064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33064-70-6z0sPIPood@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33064 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED CC| |lucas at bywatersolutions.com --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- Missing dependencies for 22.05.x, no backport -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 00:22:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 22:22:52 +0000 Subject: [Koha-bugs] [Bug 34027] New: Add functionality to cleanup_database.pl to purge action logs in batches Message-ID: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34027 Bug ID: 34027 Summary: Add functionality to cleanup_database.pl to purge action logs in batches Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Some of our libraries did not have the --logs argument in place for cleanup_database.pl and their action logs tables have grown very large (millions of rows) and taking up lots of space on the disk. We need to be able to clear these logs incrementally (in batches), as the sheer size of the delete query has overloaded the server. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 00:47:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 15 Jun 2023 22:47:34 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-BfRO7I3t5Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 --- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Preliminary implementation here: https://gitlab.com/thekesolutions/Koha/-/tree/bug_33974_biblios_endpoint_extension?ref_type=heads -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 02:44:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 00:44:00 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-giaQlyPVfi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david at davidnind.com --- Comment #8 from David Nind <david at davidnind.com> --- Hi Sam. I've Failed QA as there is an error with the database update. This is the message I get: kohadev-koha at kohadevbox:koha(bz33887)$ updatedatabase DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_33887.pl [21:35:55]: Bug 33887 - Automatically fill the next hold with a automatic check in. ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 at /kohadevbox/koha/C4/Installer.pm line 741 This is because there is a missing closing bracket in the do statement: ...., 'YesNo'}); - this should be ...., 'YesNo') }); I manually fixed this and followed through the test plan - everything works as per the test plan. So happy to sign it off once that is fixed. Some other feedback: - For the AutomaticCheckinAutoFill system preference: . Make the dropdown options Don't allow/Allow: "we" spent a bit of time on a previous release making these more consistent across all system preferences. . I think for the note, that it should start with "This system preference", instead of "These system preferences". - Item type description: . I think the label should be "Automatic check-in", as it is a noun (I think). See the terminology guidelines https://wiki.koha-community.org/wiki/Terminology#C . Also, if this requires the AutomaticCheckinAutoFill to work, then I think we should include that in the guidance, including linking to the system preference. For example: If checked, items are automatically checked in once they've reached their due date. This requires setting the AutomaticCheckinAutoFill system preference and scheduling the running of the misc/cronjobs/automatic_checkin.pl cronjob. Also, thank you for the awesome work on all the sign-offs that you have been doing! David -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 02:50:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 00:50:28 +0000 Subject: [Koha-bugs] [Bug 34017] Staff interface main page has double icons for search options In-Reply-To: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34017-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34017-70-5875DIhxLb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34017 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- (In reply to Owen Leonard from comment #2) > The contrast on the "background" icon could be better in the new staff > interface. Yeah I think so too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 02:54:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 00:54:52 +0000 Subject: [Koha-bugs] [Bug 26170] Create "system" patrons that cannot be (easily) deleted via the web UI In-Reply-To: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26170-70-FItq2ug8HB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170 --- Comment #17 from David Cook <dcook at prosentient.com.au> --- (In reply to Magnus Enger from comment #14) > I'm in MVP mode here You'd be my MVP (Most Valuable Player) if you went ahead with what you propose. I'd be happy to support with a QA stamp 👍 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 02:57:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 00:57:45 +0000 Subject: [Koha-bugs] [Bug 33965] Hide patron accounts that are for admin use only In-Reply-To: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33965-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33965-70-pGReuahbP6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33965 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook <dcook at prosentient.com.au> --- That's certainly an interesting idea. I could see this being part of bug 26170 but it could be a useful feature in its own right. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 03:07:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 01:07:17 +0000 Subject: [Koha-bugs] [Bug 24725] xgettext does not support (yet) ES template literals In-Reply-To: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24725-70-cAn5xElPwi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24725 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #12 from David Cook <dcook at prosentient.com.au> --- Hopefully it gets support for template literals in the near future. Template literals are so useful... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 03:11:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 01:11:55 +0000 Subject: [Koha-bugs] [Bug 12442] Query... variables should be defined within loop in Search.pm In-Reply-To: <bug-12442-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12442-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12442-70-YGaEJjSjax@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12442 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- Pretty sure this is still a problem. One of these days I need to sit down and have a big search review... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 04:12:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 02:12:39 +0000 Subject: [Koha-bugs] [Bug 34027] Add functionality to cleanup_database.pl to purge action logs in batches In-Reply-To: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34027-70-a6SsRouNOU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34027 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 04:12:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 02:12:42 +0000 Subject: [Koha-bugs] [Bug 34027] Add functionality to cleanup_database.pl to purge action logs in batches In-Reply-To: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34027-70-70qjho11H3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34027 --- Comment #1 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152394&action=edit Bug 34027: Add functionality to cleanup_database.pl to purge action logs in batches This enhancement gives libraries the option to purge action logs 'slowly', in batches. This is useful for when there are many, many rows to purge (i.e. millions). To test, set up some sample logs (you'll need to change the timestamp in the database so they are picked up by the cronjob), run the cleanup_database.pl script with the --logs parameter and confirm it behaves as expected. For example: sudo koha-foreach --chdir --enabled /kohadevbox/koha/misc/cronjobs/cleanup_database.pl --confirm --logs 1 --logs-batch 500 --verbose Test cases: 1. logs argument, no logs-batch argument. Cleanup should run as normal, in one query. sudo koha-foreach --chdir --enabled /kohadevbox/koha/misc/cronjobs/cleanup_database.pl --confirm --logs 1 --verbose 2. logs argument, logs-batch argument with no ROWS specified. logs-batch should default to 1000, deletions done in batches of 1000 rows at a time. sudo koha-foreach --chdir --enabled /kohadevbox/koha/misc/cronjobs/cleanup_database.pl --confirm --logs 1 --logs-batch --verbose 3. logs argument, logs-batch argument with ROWS specified. Deletions should be done in batches of the specified ROWS sudo koha-foreach --chdir --enabled /kohadevbox/koha/misc/cronjobs/cleanup_database.pl --confirm --logs 1 --logs-batch 500 --verbose Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 04:12:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 02:12:45 +0000 Subject: [Koha-bugs] [Bug 34027] Add functionality to cleanup_database.pl to purge action logs in batches In-Reply-To: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34027-70-M02dbWuAOa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34027 --- Comment #2 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152395 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152395&action=edit Bug 34027: DO NOT PUSH!!!! Test data for KTD This is to add some test action logs to your database. DO NOT PUSH. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 05:26:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 03:26:55 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-HcESNpccrE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152371|0 |1 is obsolete| | --- Comment #3 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152396 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152396&action=edit Bug 34016: Tests for fulfilling recalls via SIP -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 05:26:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 03:26:58 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-MqANVjuGc6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152372|0 |1 is obsolete| | --- Comment #4 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152397&action=edit Bug 34016: [WIP] Working on fulfilling recalls via SIP -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 07:20:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 05:20:34 +0000 Subject: [Koha-bugs] [Bug 34028] New: Two factor authentication (2FA) shows the wrong values for manual entry Message-ID: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Bug ID: 34028 Summary: Two factor authentication (2FA) shows the wrong values for manual entry Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org In koha-testing-docker, if you enable 2FA, you'll see the following: `To add the entry manually, provide the following details to the application on your phone. Account: Centerville Key: Centerville_koha Time based: Yes` "Account" should be "Centerville: Centerville_koha", and "Key" should be the the "secret" value. The "Account" is really just a label, but the "Key" needs to be the shared secret. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:06:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:06:09 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-f9U8LgSIro@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:09:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:09:32 +0000 Subject: [Koha-bugs] [Bug 30321] Order receive page dies if quantity received is more than 0 In-Reply-To: <bug-30321-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30321-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30321-70-ibDZ72OeqL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30321 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #12 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Yeah, this most definitely is a same problem as in bug 32472. Setting this as duplicate. *** This bug has been marked as a duplicate of bug 32472 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:09:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:09:32 +0000 Subject: [Koha-bugs] [Bug 32472] [21.11 CRASH] The method Koha::Item->count is not covered by tests In-Reply-To: <bug-32472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32472-70-re9P1ikr2O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32472 --- Comment #15 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- *** Bug 30321 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:09:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:09:39 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-tLiYDQEtYe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:09:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:09:42 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-2JWIwTd4JR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152398&action=edit Bug 34028: Fix manual entry for two factor authentication This patch changes the "Account" and "Key" display so that you can manually enter two factor authentication details into an authenticator app. The details are the same as those provided by scanning the QR code. Test plan: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TwoFactorAuthentication 2. Change setting to "Enable" 3. Go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51 4. Click "More" on record toolbar and choose "Manage two-factor authentication" 5. Click "Enable two-factor authentication" 6. Scan the QR code into an authenticator app and note it creates an entry called "Centerville: Centerville_koha" 7. Manually enter an entry into an authenticator app (like Google Authenticator) 7a. Add the "Account" as shown on the Koha screen 7b. Add the "Key" as shown on the Koha screen 8. Note that the entries added by QR code and manual entry have the same label and both were accepted by the authenticator app -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:11:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:11:27 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-EW5Gyeh4ZM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Nick Clemens from comment #5) > Also see 33987 - similar deadlock when accessing the same import record row > multiple times Will have a look too > I can say, I can't reproduce in KTD, but I can replicate every time on our > production servers. What are the specs? Koha version, SQL version ? Do you also confirm herewith that you can no longer reproduce with your fix applied? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:15:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:15:30 +0000 Subject: [Koha-bugs] [Bug 24725] xgettext does not support (yet) ES template literals In-Reply-To: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24725-70-s3S68HIHGQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24725 --- Comment #13 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to David Cook from comment #12) > Hopefully it gets support for template literals in the near future. Template > literals are so useful... The bug is fixed it's no longer a limitation. We should remove the QA check. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:37:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:37:53 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-kTdVI6Zq3e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- Comment on attachment 152297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152297 Bug 33987 - Combine multiple db updates one in BatchCommitRecords Review of attachment 152297: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=33987&attachment=152297) ----------------------------------------------------------------- ::: C4/ImportBatch.pm @@ +682,5 @@ > $query = "UPDATE import_auths SET matched_authid = ? WHERE import_record_id = ?"; > } > + # Combine xml update, SetImportRecordOverlayStatus, and SetImportRecordStatus updates into a single update for efficiency, especially in a transaction > + my $sth = $dbh->prepare_cached("UPDATE import_records SET marcxml_old = ?, status = ?, overlay_status = ? WHERE import_record_id = ?"); > + $sth->execute($oldxml, 'imported', 'match_applied',, $rowref->{'import_record_id'}); Is there a typo on this line? I see two commas in a row? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:46:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:46:39 +0000 Subject: [Koha-bugs] [Bug 24725] xgettext does not support (yet) ES template literals In-Reply-To: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24725-70-6Gjew3yiNN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24725 --- Comment #14 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Jonathan Druart from comment #13) > (In reply to David Cook from comment #12) > > Hopefully it gets support for template literals in the near future. Template > > literals are so useful... > > The bug is fixed it's no longer a limitation. We should remove the QA check. See https://gitlab.com/koha-community/qa-test-tools/-/issues/67 https://gitlab.com/koha-community/qa-test-tools/-/merge_requests/54 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:49:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:49:35 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-6HjoL5pLxN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Are you using --max-processes in the worker? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 08:59:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 06:59:32 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-THolxqGkjR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #42 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- > We should imo not fail patches for occurrences of if( $a ) or test( 1 ), since that was our style until this report.. "our" style? We didn't have any styles :D We simply need consistency. The QA check will WARN instead of FAIL to tell QA that it's not a strict failure. IMO we should fail (or adjust ourselves) for new blocks or new files. A couple of lines added to existing code should stick to the existing style. We can add or adjust options to perltidyrc, and discuss them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:01:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:01:22 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-5fgMIdpLXQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #43 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Marcel de Rooy from comment #41) > It is not very clear what we exactly need to change now (or even why). > A simple example. > > IIRC we needed to do this (no space after if and before parenthesis, but > spaces around the condition): > if( $a ) { > But perltidy changes this to if ($a) { > Space after if, and no spaces around one condition. > > But hey, things change for > if( $a && $b ) { > This should be now: if ( $a && $b ) { > Spaces around multiple conditions. > > Similar thing for function calls: > Instead of test( 1 ) we now need test(1) > But test( 1, 2 ) is fine. If these are the default perltidy's rules and there are no consensus in the team, we must pick the default perltidy's behaviour. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:04:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:04:05 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-6YprZxJv3f@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #44 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #43) > If these are the default perltidy's rules and there are no consensus in the > team, we must pick the default perltidy's behaviour. Agreed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:10:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:10:42 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-0UJNvUad6q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:10:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:10:44 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-HAz5ajBh0r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152297|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152399&action=edit Bug 33987 - Combine multiple db updates one in BatchCommitRecords When replacing existing records BatchCommitRecords will the table import_records will be updated three times for three different fields by three different queries. Not only is this inefficient ( especially for large batches ), it seems that this is causing the dreaded "Lock wait timeout exceeded; try restarting transaction" error on some mysql/mariadb configurations. 1) Test plan 2) Download a marc record from Koha 3) Modify the title of that same bib in Koha 4) Stage the downloaded record and overlay the existing record 5) Verify the title has reverted to the original title from the downloaded record! Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:11:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:11:03 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-v73BNFa1cr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:11:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:11:43 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-Ce56LRHzJA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to David Cook from comment #3) > Comment on attachment 152297 [details] [review] > Bug 33987 - Combine multiple db updates one in BatchCommitRecords > > Review of attachment 152297 [details] [review]: > ----------------------------------------------------------------- > > ::: C4/ImportBatch.pm > @@ +682,5 @@ > > $query = "UPDATE import_auths SET matched_authid = ? WHERE import_record_id = ?"; > > } > > + # Combine xml update, SetImportRecordOverlayStatus, and SetImportRecordStatus updates into a single update for efficiency, especially in a transaction > > + my $sth = $dbh->prepare_cached("UPDATE import_records SET marcxml_old = ?, status = ?, overlay_status = ? WHERE import_record_id = ?"); > > + $sth->execute($oldxml, 'imported', 'match_applied',, $rowref->{'import_record_id'}); > > Is there a typo on this line? I see two commas in a row? I removed the second comma. It didnt matter but it should not be there -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:12:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:12:48 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-9sJOtLw0LT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 --- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Kyle M Hall from comment #0) > When replacing existing records BatchCommitRecords will the table > import_records will be updated three times for three different fields by > three different queries. Not only is this inefficient ( especially for large > batches ), it seems that this is causing the dreaded "Lock wait timeout > exceeded; try restarting transaction" error on some mysql/mariadb > configurations. Patch is fine. Would be nice if this would prevent a deadlock. But I dont think that this is the ultimate solution. We need to dig a bit deeper still probably. Continuing on 33972 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 09:16:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 07:16:02 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-QZEGKZltSV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #7) > Are you using --max-processes in the worker? If another process is involved, we should look for a statement that locks the whole table. Since normally these processes only work on a single batch record and the associated import records ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 10:07:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 08:07:21 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-yWd0sm646O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 10:07:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 08:07:24 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-KFOA2y1Qbc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152249|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152400&action=edit Bug 33972: Set importing status to batch outside of transaction This patch moves the setting of the 'importing' status for the batch outside fo the transaction. This prevents a scenario seen on some setups where a deadlock is created: background_jobs_worker.pl: C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/C4/ImportBatch.pm line 717 To test: 1 - Apply patch 2 - Stage and import some files 3 - Confirm the imports successfully complete Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 10:07:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 08:07:27 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-SDfQz7rsar@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152401&action=edit Bug 33972: (follow-up) Remove status change to importing It actually is not used, checked, etc. It makes more sense to me to remove it than to put it before the transaction. If the transaction succeeds, we end up with imported. It it fails, we will still be on staged (which is better than importing). The job will be marked as failed in that case too. Note: I am not convinced that this is the definitive solution. This feels like a workaround. We might still need to dig further. Are we simply doing too much in this transaction for large staged imports? Or shouldnt we call Context->dbh constantly in several subroutines? Is this just a Mariadb bug? No answers yet. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:39:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:39:17 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-DT5p5Zm9Ui@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Katrin and I tested a few larger imports and could not reproduce the lock with and without the patches. A file with 700 records went in with/without patches. Another file had data issues, too bad. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:43:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:43:15 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-sb6KoWkQcZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- I also tested a script updating a record in import_batches constantly, getting new db handles, few updates, fetches and that 100.000 times. Unfortuantely no deadlocks :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:45:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:45:30 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-fGAUy5sQDb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- In conclusion, please add more details about Koha/SQL version. And please test again. Can you still reproduce with these patches ? Note that these patches are fine with me. But not the solution yet? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:45:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:45:52 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-lf87tMtm06@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:51:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:51:18 +0000 Subject: [Koha-bugs] [Bug 34029] New: Import breaks on too long publishercode Message-ID: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Bug ID: 34029 Summary: Import breaks on too long publishercode Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Data too long for column 'publishercode' at row 1 at /usr/share/koha/Koha/Object.pm line 170 DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Data too long for column 'publishercode' at row 1 at /usr/share/koha/Koha/Object.pm line 170 Use of uninitialized value $record_number in concatenation (.) or string at /usr/share/koha/C4/Biblio.pm line 2431. C4::Biblio::ModZebra(): DBI Exception: DBD::mysql::st execute failed: Column 'biblio_auth_number' cannot be null at /usr/share/koha/Koha/SearchEngine/Zebra/Indexer.pm line 61 ModZebra( $record_number, $op, $server ); Whats happening here? Two records have a too long publishercode. Two undef's (from AddBiblio) are pushed to array @biblio_ids. Indexing crashes after the import. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:54:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:54:17 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks on too long publishercode In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-hc221xVcTz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- <marcelr> we should prevent the indexing crash very simple by testing what we push to biblio_ids -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:54:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:54:33 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks on too long publishercode In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-0caCjpNkun@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- We could extend publishercode to TEXT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:58:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:58:25 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks on too long publishercode In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-PleWKTuC7h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Bug 28328 increased several columns to longtext, biblio is almost completely longtext, so I suggest to do the same for the remaining varchars in biblioitems: * place * publishercode * illus * pages * size -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:58:35 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks on too long publishercode In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-si60ysIGtp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28328 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 11:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 09:58:35 +0000 Subject: [Koha-bugs] [Bug 28328] Editing a record can cause an ISE if data too long for column In-Reply-To: <bug-28328-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28328-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28328-70-KqOD6R9u66@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34029 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 12:00:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 10:00:48 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks on too long publishercode In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-MG6ZNgXqNf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 12:33:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 10:33:14 +0000 Subject: [Koha-bugs] [Bug 33547] Print slips from the preservation module In-Reply-To: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33547-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33547-70-RgOXFPPbPu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34030 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030 [Bug 34030] Print slips in a batch from the preservation module -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 12:33:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 10:33:14 +0000 Subject: [Koha-bugs] [Bug 34030] New: Print slips in a batch from the preservation module Message-ID: <bug-34030-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030 Bug ID: 34030 Summary: Print slips in a batch from the preservation module Change sponsored?: Sponsored Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Tools Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 33547 Bug 33547 add a 'print slip' button to print the info for a given item, but it would be great to have a 'print slips' action button that could be clicked after we have selected a bunch of items and that would print all slips on the same document. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547 [Bug 33547] Print slips from the preservation module -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:02:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:02:38 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-sferFMx6FH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:04:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:04:40 +0000 Subject: [Koha-bugs] [Bug 33960] Add ability to retrieve deleted biblios In-Reply-To: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33960-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33960-70-LjgM4z1yZP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 Nick Clemens <nick at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:15:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:15:22 +0000 Subject: [Koha-bugs] [Bug 28328] Editing a record can cause an ISE if data too long for column In-Reply-To: <bug-28328-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28328-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28328-70-w0nNWGZWm4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328 --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Jan Kissig from comment #3) > The same problem for columns publishercode or place obtained from MARC 264$b > and $a or 260$a and $b > > > to reproduce > 1 - edit or add new biblio > 2 - in 264$a enter f.e. > "1averylongtextaverylongtextaverylongtext42averylongtextaverylongtextaverylon > gtext84 | > 2averylongtextaverylongtextaverylongtext42averylongtextaverylongtextaverylong > text84 | > 3averylongtextaverylongtextaverylongtext42averylongtextaverylongtextaverylong > text847" > 3 - fill in other mandatory fields > 4 - save > > > /var/log/koha/kohadev/plack-intranet-error.log says > [2023/04/12 08:27:52] [WARN] DBIx::Class::Storage::DBI::_dbh_execute(): DBI > Exception: DBD::mysql::st execute failed: Data too long for column 'place' > at row 1 at /kohadevbox/koha/Koha/Object.pm line 176 > > As 260/264 $a and $c are repeatable fields, which get joined, it is not > uncommon that they exceed the maximal length of 256 in some of my records Hi Jan, please see bug 34029. Trying to get rid of those problems for good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:16:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:16:03 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-SypcoiyMu3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Import breaks on too long |Import breaks when data |publishercode |exceeds size of mapped | |database columns -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:18:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:18:01 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-vtGo0OCmCx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #14 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #13) > In conclusion, please add more details about Koha/SQL version. > And please test again. Can you still reproduce with these patches ? > Note that these patches are fine with me. But not the solution yet? Server version: 10.6.12-MariaDB-log MariaDB Server Koha version 22.11 - with some ByWater patches: https://github.com/bywatersolutions/bywater-koha/commits/bywater-v22.11.06-03 Fixed in branch with this patch: https://github.com/bywatersolutions/bywater-koha/commits/bywater-v22.11.06-06 (In reply to Marcel de Rooy from comment #6) > Do you also confirm herewith that you can no longer reproduce with your fix > applied? I do, after this we do not see this deadlock occur The deadlock happens consistently, with imports of any size, we are asking our DBA to take a deeper look -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:19:13 +0000 Subject: [Koha-bugs] [Bug 34031] New: Move various translatable strings out of opac-bottom.inc Message-ID: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 Bug ID: 34031 Summary: Move various translatable strings out of opac-bottom.inc Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 34026, 21156 opac-bottom.inc defines several template variables for translation which are either unused or which can be moved into the corresponding JavaScript. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:19:13 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-3rbHnKeVcp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34031 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 [Bug 34031] Move various translatable strings out of opac-bottom.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:19:13 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-qag6ftYGWQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34031 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 [Bug 34031] Move various translatable strings out of opac-bottom.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:23:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:23:58 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-aOU1awY4Gh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi --- Comment #42 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- There's a typo in atomicupdate file. "SELECT * FROM vendor_edit_accounts" should be "SELECT * FROM vendor_edi_accounts" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:25:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:25:59 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-z2y4YkDKca@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #43 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Also there's no table edi_vendor_accounts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:30:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:30:38 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-7VOEpXJ4zZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 --- Comment #44 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Oh and also SET password = $password needs guotation marks around $password :D Ran into this while updating my test database. After fixing them manually update proceeded without problems. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:39:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:39:52 +0000 Subject: [Koha-bugs] [Bug 34031] Move various translatable strings out of opac-bottom.inc In-Reply-To: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34031-70-3mLK908UHD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:39:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:39:54 +0000 Subject: [Koha-bugs] [Bug 34031] Move various translatable strings out of opac-bottom.inc In-Reply-To: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34031-70-WGUvOawLTj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152402&action=edit Bug 34031: Move various translatable strings out of opac-bottom.inc This patch moves some JS variable definitions out of opac-bottom.inc. These variables where defined so that they could be picked up for translation, but they can now be moved to the corresponding <script> blocks. Many other of these variables are not used at all and have been removed. To test you should have EnableOpacSearchHistory, OPACPrivacy, and opacreadinghistory enabled. Apply the patch and log into the OPAC as a user with suggestions, search history, and checkout history. - Click your user menu at the top of the page and click the "Clear" link for search history. You should see a confirmation, "Are you sure you want to delete your search history?" Confirming should trigger your search history deletion. - From your user summary page, click "Privacy." Under "Immediate deletion," clicking any of the delete buttons should trigger a confirmation, "Warning: Cannot be undone. Please confirm once again" - From your user summary page, click "Purchase suggestions." - Without checking any checkbox, click the "Delete selected" button at the bottom. You should see an alert, "No suggestion was selected." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:40:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:40:35 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-jq3IifoNRv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152399|0 |1 is obsolete| | --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152403&action=edit Bug 33987 - Combine multiple db updates one in BatchCommitRecords When replacing existing records BatchCommitRecords will the table import_records will be updated three times for three different fields by three different queries. Not only is this inefficient ( especially for large batches ), it seems that this is causing the dreaded "Lock wait timeout exceeded; try restarting transaction" error on some mysql/mariadb configurations. 1) Test plan 2) Download a marc record from Koha 3) Modify the title of that same bib in Koha 4) Stage the downloaded record and overlay the existing record 5) Verify the title has reverted to the original title from the downloaded record! Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:45:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:45:53 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-ip6ltEFYrj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:45:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:45:55 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-3vfUENqxkJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152404&action=edit Bug 34029: Extend datatyps of common biblioitems.columns to longtext to avoid breaking import This updated the datatype of the following columns from varchar(255) to longtext to avoid import problems if the mapped MARC field's data exceeds 255 characters. This is for: * place (260$a and 264$a) * publishercode (260$b and 264$b) * size (300$c) * illus (300$b) * pages (300$a) To test: * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. Try to save. * Run the updatedatabase script to modify the DB structure * restart_all * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. * Save * Export the record * Import the record using staging tools, all should work well -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:46:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:46:36 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-Q91H7mwnix@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.kissig at th-wildau.de, | |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:50:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:50:46 +0000 Subject: [Koha-bugs] [Bug 26355] Tie account renewals to patron modification requests In-Reply-To: <bug-26355-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26355-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26355-70-hGwyflLnZc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26355 --- Comment #10 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- This would be really useful. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 13:58:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 11:58:12 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-lrSjYwRiCH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Could it be 22.11.x specific? I have tested on master today and while I bumped into 34029, things went mostly ok. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:06:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:06:14 +0000 Subject: [Koha-bugs] [Bug 34032] New: Holds expirationdate left blank if waiting status is reverted Message-ID: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 Bug ID: 34032 Summary: Holds expirationdate left blank if waiting status is reverted Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: emmi.takkinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Pretty much what summary says. To reproduce: 1) Make sure you have DefaultHoldExpirationdate syspref enabled. 2) Find hold with status "Waiting". 3) Revert waiting status. => Note that hold has no expiration date set. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:06:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:06:34 +0000 Subject: [Koha-bugs] [Bug 34032] Holds expirationdate left blank if waiting status is reverted In-Reply-To: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34032-70-XubgLFALNR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |emmi.takkinen at koha-suomi.fi |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:14:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:14:11 +0000 Subject: [Koha-bugs] [Bug 34033] New: DB update problems from bug 30649 Message-ID: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Bug ID: 34033 Summary: DB update problems from bug 30649 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org There's a typo in atomicupdate file. "SELECT * FROM vendor_edit_accounts" should be "SELECT * FROM vendor_edi_accounts" Also there's no table edi_vendor_accounts. Oh and also SET password = $password needs guotation marks around $password -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:14:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:14:15 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-ONJOEC9oDY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |30649 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 [Bug 30649] Vendor EDI account passwords should be encrypted in the database -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:14:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:14:15 +0000 Subject: [Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database In-Reply-To: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30649-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30649-70-uEl7levxyl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34033 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 [Bug 34033] DB update problems from bug 30649 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:15:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:15:50 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-gEEiePHcKG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:15:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:15:52 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-36E3lYsTOO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152405&action=edit Bug 34033: (bug 30649 follow-up) Fix update typos -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:20:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:20:50 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-Jt2zGWqwvq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:22:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:22:58 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-UyUFxfDAl5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152403|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152406&action=edit Bug 33987: Combine multiple db updates one in BatchCommitRecords When replacing existing records BatchCommitRecords will the table import_records will be updated three times for three different fields by three different queries. Not only is this inefficient ( especially for large batches ), it seems that this is causing the dreaded "Lock wait timeout exceeded; try restarting transaction" error on some mysql/mariadb configurations. 1) Test plan 2) Download a marc record from Koha 3) Modify the title of that same bib in Koha 4) Stage the downloaded record and overlay the existing record 5) Verify the title has reverted to the original title from the downloaded record! Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:23:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:23:19 +0000 Subject: [Koha-bugs] [Bug 34030] Print slips in a batch from the preservation module In-Reply-To: <bug-34030-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34030-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34030-70-JHxcmoGaDB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152407&action=edit Bug 34030: Add a "print slips" action links to print in batch Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:23:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:23:34 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-nwGoLBxG8r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Fixed the commit message ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:23:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:23:36 +0000 Subject: [Koha-bugs] [Bug 34030] Print slips in a batch from the preservation module In-Reply-To: <bug-34030-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34030-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34030-70-GuWJP22GeF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152408&action=edit Bug 34030: non-table view Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:32:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:32:47 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-vPq1Q0q8zr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152400|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152409&action=edit Bug 33972: Set importing status to batch outside of transaction This patch moves the setting of the 'importing' status for the batch outside fo the transaction. This prevents a scenario seen on some setups where a deadlock is created: background_jobs_worker.pl: C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/C4/ImportBatch.pm line 717 To test: 1 - Apply patch 2 - Stage and import some files 3 - Confirm the imports successfully complete Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:32:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:32:50 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-Ayq2NrIqJ0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152401|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152410&action=edit Bug 33972: (follow-up) Remove status change to importing It actually is not used, checked, etc. It makes more sense to me to remove it than to put it before the transaction. If the transaction succeeds, we end up with imported. It it fails, we will still be on staged (which is better than importing). The job will be marked as failed in that case too. Note: I am not convinced that this is the definitive solution. This feels like a workaround. We might still need to dig further. Are we simply doing too much in this transaction for large staged imports? Or shouldnt we call Context->dbh constantly in several subroutines? Is this just a Mariadb bug? No answers yet. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:44:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:44:41 +0000 Subject: [Koha-bugs] [Bug 34011] [DOCS] Add information on the option to place multiple bib-level holds In-Reply-To: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34011-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34011-70-5V7QzB3dcP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34011 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:47:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:47:24 +0000 Subject: [Koha-bugs] [Bug 34034] New: Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary Message-ID: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 Bug ID: 34034 Summary: Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 21156 A few strings are defined in opac-bottom.inc for use by OverDrive and OpenLibrary search integration. These can be moved to the corresponding <script> block. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:47:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:47:24 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-7cjy9HPCMF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34034 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:48:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:48:52 +0000 Subject: [Koha-bugs] [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary In-Reply-To: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34034-70-YSE1rIIBrE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34031 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 [Bug 34031] Move various translatable strings out of opac-bottom.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 14:48:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 12:48:52 +0000 Subject: [Koha-bugs] [Bug 34031] Move various translatable strings out of opac-bottom.inc In-Reply-To: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34031-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34031-70-Mw3Hms8OSn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34034 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:01:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:01:31 +0000 Subject: [Koha-bugs] [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary In-Reply-To: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34034-70-R6ZETYxcHG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:01:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:01:34 +0000 Subject: [Koha-bugs] [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary In-Reply-To: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34034-70-jXiwNdc134@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152411&action=edit Bug 34034: Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary This patch removes some string variable definitions from opac-bottom.inc. The strings can now be picked up for translation from the corresponding <script> block. To test you must enable OpenLibrarySearch and enter OverDrive credentials to enable OverDrive search integration. - Perform a search in the OPAC. - As the results page loads you should see at the top "Searching OverDrive..." and "Searching OpenLibrary..." - When the searches complete you should see "Found X results in the library's Y collection" for each service. - Try to trigger an error message by entering the wrong (non-zero) value for the OverDriveLibraryID preference. - The search results page should show "Error searching OverDrive collection" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:03:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:03:01 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-ROt7wYzQ5G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- In master things seem to be ok, will try to test in 22.11.x next. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:03:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:03:16 +0000 Subject: [Koha-bugs] [Bug 34035] New: Move translatable strings out of opac-bottom.inc: Tags Message-ID: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Bug ID: 34035 Summary: Move translatable strings out of opac-bottom.inc: Tags Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 34034, 21156 Several strings are defined in opac-bottom.inc for use the tags feature. These can be moved to the corresponding JavaScript file. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:03:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:03:16 +0000 Subject: [Koha-bugs] [Bug 34034] Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary In-Reply-To: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34034-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34034-70-h4j7V6dpZm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34035 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:03:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:03:16 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-wvaiRu5oyz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34035 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:05:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:05:47 +0000 Subject: [Koha-bugs] [Bug 34036] New: Single receive doesn't reload data and order lines appears as pending Message-ID: <bug-34036-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34036 Bug ID: 34036 Summary: Single receive doesn't reload data and order lines appears as pending Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Depends on: 8179 When you receive a single order line using the Receive link, the table appears with the order line still pending instead of it showing in the "Already received" section. When you manually reload the table, the order line moves. To test: * Create a basket and order line, close basket. * Receive shipment, create invoice. * Click on the receive link in the table of pending order lines. * Fill out the form, especially the quantity received. Save. * Verify the line still shows in the "pending orders" table, instead of the "Already received" area below. * Reload page, order line now moves. I believe we need to reload some data? Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 [Bug 8179] Receiving multiple order lines at once -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:05:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:05:47 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8179-70-6Td3mV8uLt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34036 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34036 [Bug 34036] Single receive doesn't reload data and order lines appears as pending -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:06:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:06:12 +0000 Subject: [Koha-bugs] [Bug 34036] Single receive doesn't reload data and order lines appears as pending In-Reply-To: <bug-34036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34036-70-q3DXyPIUK3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34036 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Severity|enhancement |normal Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:12:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:12:13 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-x02FZFwEkX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 --- Comment #25 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152412&action=edit Bug 32910: Fix 'Agreements' icon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:12:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:12:21 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-4DtDGokoWR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:17:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:17:23 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-Mz4HphDgLd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Confiremd, on saving the wrong fund is set :( -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:18:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:18:53 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-5pGWDbV5tG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:18:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:18:56 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-JVfrXPExBc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152137|0 |1 is obsolete| | --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152413&action=edit Bug 33885: Make Koha::Acq::Order->creator return undef if no creator If the account of the creator of an order has been deleted we should return undef here, instead of crashing with GET /api/v1/acquisitions/orders: unhandled exception (Mojo::Exception)<<DBIC result _type isn't of the _type Borrower at /kohadevbox/koha/Koha/Objects.pm line 445. Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:18:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:18:58 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-XxvYtgSkBm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152138|0 |1 is obsolete| | --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152414 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152414&action=edit Bug 33885: Prevent JS crash if creator does no longer exist JS error in the console was Uncaught TypeError: row.creator is null Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:20:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:20:58 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-HU8HnhwrxK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:28:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:28:22 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-8xbspkV6PR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- To test: 1) * With the sample data * Create a new budget "July 2023" * Create a new fund "Books" under it * Limit access to Owner and make yourself the owner 2) * Create a basket * Create an order line with this fund * Close the basket 3) * Edit or create another patron * Set catalogue and acq permissions without budget_manage_all and order_manage_all (no access to the fund) * Edit username and password 4) * Log in as the second user in a separate browser * Receive shipment * Create invoice * Receive * You should see the fund under the "Keep current" heading selected * Add quantity received, save * Fund has changed to Fund_1_2 => data loss :( -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:28:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:28:44 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-08mi7086RE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Marcel de Rooy from comment #9) > (In reply to Martin Renvoize from comment #8) > > https://git.koha-community.org/Koha-community/Koha/src/branch/master/api/v1/ > > swagger/swagger.yaml#L714 will also need cutting out ;-). > > > > Generally this all looks good to me. What were Marcel's reasons for wanting > > to keep it as an option? I've used it in the past I believe, and it seemed > > to work nicely, but I'm not against dropping it.. one less code path to > > maintain. > > See bug 32406 comment5 and bug 32401 comment9. > In short, search terms in URL could be a privacy issue. Not allowing > searching for UTF-8 in a multilingual system would be rather poor. > But no blocker :) I think we should remove it, and if someone wants to implement it right, just do it properly on a new bug, in which we discuss the implementation details (e.g. requiring base64 encoding, documentation, etc). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:37:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:37:35 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-OqwFMYRkFb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I think the 500 maybe occurs if there is no fund with a matching number. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:37:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:37:40 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-IE57oOFvgz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:38:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:38:38 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-P7nLux0Elp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Keep the current option for |Keep the current option for |funds in receiving returns |funds in receiving returns |an error 500 |an error 500 or saves wrong | |fund -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:43:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:43:09 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-MAzkcJBTdo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:43:12 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-uuJsgC29iM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152415&action=edit Bug 34006: Fix value of "Keep current" option on receive so correct fund is saved Under certain circumstances the "Keep current" option on receive allows to receive order lines where the fund is otherwise not accessible to the user. In 22.11 the wrong value is used for the option, so that instead of the fund id the budget id is used, this can lead to an error 500 if there is no fund with this id or to a wrong fund being saved. To test: 1) Create budget and fund * With the sample data * Create a new budget "July 2023" * Create a new fund "Books" under it * Limit access to Owner and make yourself the owner 2) Create order * Create a basket * Create an order line with this access limited fund * Close the basket 3) Create a staff user with limited permissions * Edit or create another patron * Set catalogue and acq permissions without budget_manage_all and order_manage_all (no access to the fund) * Edit username and password 4) Receive, recreating the error * Log in as the second user in a separate browser * Receive shipment * Create invoice * Receive * You should see the fund under the "Keep current" heading selected * Add quantity received, save * Fund has changed to Fund_1_2 => data loss :( 5) Receive, verify fix * Create another order line with your privileged user and the "Books" fund * Repeat 4) * After receiving the fund should now remain unchanged -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:45:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:45:14 +0000 Subject: [Koha-bugs] [Bug 34037] New: Item Bundles do not correctly checkin the bundle if the 952$3 has text Message-ID: <bug-34037-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34037 Bug ID: 34037 Summary: Item Bundles do not correctly checkin the bundle if the 952$3 has text Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When using the bundled feature, if the item that is getting checked out has a 952$3, the check-in will not be successful. This main item can not have this field, although this field is helpful for staff to know it is a bundle and has items included. Step 1. Create a bundle of items Step 2. The 'main' item in which will be checked out to the patron - make sure it has a 952$3 with text. Step 3 Check out the 'main' item that has the items attached to it. See the materials specified text appear at checkout. Step 4 Checkin in the 'main' item and the subsequent items. Step 5 See that all items are verified Step 6 Koha will bring the staff member back to the screen to do the check-in. Step 7 Go to the 'main' item and see the bundle is still checked out to the patron. Removing the materials specified from the main item, and the check-in will then be successful and be removed from the patron's account. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:47:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:47:57 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-x22DKpK8vf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- You were against "_on". We have: Koha/Authority.pm: modification_time => 'updated_on', Koha/Biblio/ItemGroup.pm: updated_on => 'modification_date' api/v1/swagger/definitions/patron.yaml: updated_on: api/v1/swagger/definitions/return_claim.yaml: updated_on: Can we make a decision maybe? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:51:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:51:43 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-sHIoNxO6ed@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |matt.blenkinsop at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:55:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:55:52 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-b3flcnVW7M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:55:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:55:54 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-jfsW5rR0cS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:55:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:55:56 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-DNUA71uDMQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:55:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:55:58 +0000 Subject: [Koha-bugs] [Bug 33987] Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks In-Reply-To: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33987-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33987-70-796TAzig8L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:56:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:56:17 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-wdLqAgVq0e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | --- Comment #26 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Follow-up pushed to master. Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:58:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:58:29 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-jTPAM7chzY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 15:58:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 13:58:31 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-YsPOXMKe6M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152416&action=edit Bug 34035: Move translatable strings out of opac-bottom.inc: Tags This patch removes the definition of JS variables in opac-bottom.inc related to the tags feature. These strings can be wrapped in the __() function inside tags.js and they'll get picked up for translation. Some other tags-related JS variable definitions are removed from templates in favor of embedding them directly in the <script> block. To test you must have TagsEnabled set to "Allow." Apply the patch and log in to the OPAC. - Perform a catalog search and select some items in the result list. - Add the items to the cart and open the cart. - Check a box next to one of the titles in the cart. - Click the "Tag" link - Submit the "New tag" form without entering a tag. You should see "No tag was specified." - Perform the same test on the search results page both using the checkboxes and by clicking the "Add tag" link on an individual result. - Perform the same test on the bibliographic detail page. - When adding tags from the cart, result list, or detail page, confirm that the "Tags added: X" message is always displayed. - Test adding a tag to a title which is already attached to that title. - Test adding HTML markup, e.g. "<script>" - Test adding HTML markup and plain text, e.g. "<script>Foo" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:02:09 +0000 Subject: [Koha-bugs] [Bug 34038] New: Fix incorrect use of __() in .tt and .inc files Message-ID: <bug-34038-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038 Bug ID: 34038 Summary: Fix incorrect use of __() in .tt and .inc files Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 21156 We have several instances of translatable strings in templates and include files being wrapped in the double-underscore function which should only be used in .js files. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:02:09 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-vMOeUTvJXQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34038 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038 [Bug 34038] Fix incorrect use of __() in .tt and .inc files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:02:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:02:34 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-VR4bkMdvlg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 --- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Actually I don't understand why you are adding the PROCESS to the different templates. __ is defined in js/i18n.js Here you don't remove/move lines that are using the I18N TT plugin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:07:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:07:07 +0000 Subject: [Koha-bugs] [Bug 27663] statistics table should have some way to include items.permanent_location In-Reply-To: <bug-27663-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27663-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27663-70-f28vCA5lYo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27663 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk --- Comment #9 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- +1 Adding items.permanent_location to statistics would resolve this problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:07:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:07:52 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-IkNHwpKJ1T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Can this please be backported for next bugfix releas? No strings! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:15:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:15:13 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-9cRp6NLIQ0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #11 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- What about the occurrence in api/v1/swagger/swagger.yaml? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:18:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:18:16 +0000 Subject: [Koha-bugs] [Bug 33028] The decimal separator 'comma' and its consequences on the calculation of fines (crons) In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-V0ZZMMSbaY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #25 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- To test: * Set CurrencyFormat to FR * Enable UseRecalls * Administration > circulation and fine rules * Add a new rule: * Fine amount: 0.10 * Fine charging interval: 1 * Overdue fines cap: 1.50 * Recall overdue fine amount: 1.10 * Save rule * Verify that both Overdue fines cap and recall overdue fine amount show formatted with comma as: 1,50, 1,10 * Edit rule * Fine amount: 0.10 - OK! * Fine charging interval: 1 * Overdue fines cap: 1,50 - NOT OK! * Recall overdue fine amount: 1,10 - NOT OK! * Save rule * With SQL: select * from circulation_rules where rule_name in ("fine","overduefinescap","recall_overdue_fine"); +----+------------+--------------+----------+---------------------+------------+ | id | branchcode | categorycode | itemtype | rule_name | rule_value | +----+------------+--------------+----------+---------------------+------------+ | 9 | NULL | NULL | NULL | fine | 0.10 | | 11 | NULL | NULL | NULL | overduefinescap | 1,50 | | 32 | NULL | NULL | NULL | recall_overdue_fine | 1,10 | +----+------------+--------------+----------+---------------------+------------+ So the problem is, that you will save false values unnoticed that will cause errors. You cannot tell wrong and right values apart in the table, because all values show formatted, if correct in the database or not. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:24:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:24:05 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-KeLj0d3Bck@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The decimal separator |Wrongly formatted monetary |'comma' and its |amounts in circulation |consequences on the |rules break scripts and |calculation of fines |calculations |(crons) | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:26:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:26:09 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-6r7NB6BpG8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152404|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152417&action=edit Bug 34029: Extend datatyps of common biblioitems.columns to longtext to avoid breaking import This updated the datatype of the following columns from varchar(255) to longtext to avoid import problems if the mapped MARC field's data exceeds 255 characters. This is for: * place (260$a and 264$a) * publishercode (260$b and 264$b) * size (300$c) * illus (300$b) * pages (300$a) To test: * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. Try to save. * Run the updatedatabase script to modify the DB structure * restart_all * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. * Save * Export the record * Import the record using staging tools, all should work well -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:26:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:26:45 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-rOeYR7wNOD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152417|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152418&action=edit Bug 34029: Extend datatypes of biblioitems.columns to longtext to avoid breaking import This updated the datatype of the following columns from varchar(255) to longtext to avoid import problems if the mapped MARC field's data exceeds 255 characters. This is for: * place (260$a and 264$a) * publishercode (260$b and 264$b) * size (300$c) * illus (300$b) * pages (300$a) To test: * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. Try to save. * Run the updatedatabase script to modify the DB structure * restart_all * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. * Save * Export the record * Import the record using staging tools, all should work well -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:26:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:26:53 +0000 Subject: [Koha-bugs] [Bug 33983] Move translatable strings out of OPAC's datatables.inc into JavaScript In-Reply-To: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33983-70-mrsW6vAFsB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152277|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152419&action=edit Bug 33983: Move translatable strings out of OPAC's datatables.inc into JavaScript This patch removes the definition of translatable strings out of the OPAC datatables.inc file and into datatables.js using the new JS i81n function. To test apply the patch and test some DataTable-driven tables in the OPAC. A list of possible examples: - Cart - Bibliographic detail page - Place hold (with OPAC item level holds enabled in circulation rules) - Show more options -> - A specific item - Bibliographic detail page for a serial record -> - More details -> - Full history - Most popular - Self checkout - Logged in user -> - Charges - Curbside pickups - Messaging - Checkout history - Suggestions - Holds history - Tags - Recalls history - Search history - ILL requests DataTables functionality should be unaffected. Check that the strings defined for translation are still working. For instance the "Clear filter" label on user summary checkouts, or the "No matching records found" text displayed when you search a table for a string that doesn't exist. TESTING TRANSLATABILITY - Update a translation, e.g. fr-FR: > cd misc/translator > perl translate update fr-FR - Open the corresponding .po file for JavaScript strings, in this case misc/translator/po/fr-FR-messages-js.po - Locate strings pulled from koha-tmpl/intranet-tmpl/prog/js/members.js for translation, e.g.: msgid "Clear filter" - Edit the corresponding "msgstr" string however you want (it's just for testing). - Install the updated translation: > perl translate install fr-FR - Switch to your newly translated language and repeat the test plan above. The translated strings should appear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:37:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:37:18 +0000 Subject: [Koha-bugs] [Bug 34039] New: TT comments in translated strings Message-ID: <bug-34039-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34039 Bug ID: 34039 Summary: TT comments in translated strings Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr A couple of TT comments strings appeared in the strings to be translated for the html_helpers.inc file. %s %s %s %s %s %s %s %s %s %s %s%s %s %s %s %s [%% # [ WRAPPER tab_item tabname= "tab_name_1" bt_active= 1 ] [ END ] %%] %s %s %s %s %s %s %s %s %s %s [ END ] %%] [%% # [ WRAPPER tab_item tabname= "tab_name_2" ] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:47:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:47:07 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-CALWkpjbvX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I am working on a few follow-ups here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:50:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:50:40 +0000 Subject: [Koha-bugs] [Bug 34038] Fix incorrect use of __() in .tt and .inc files In-Reply-To: <bug-34038-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34038-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34038-70-K3y5ZL4msT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:50:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:50:42 +0000 Subject: [Koha-bugs] [Bug 34038] Fix incorrect use of __() in .tt and .inc files In-Reply-To: <bug-34038-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34038-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34038-70-Xueb7QXZbz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152421&action=edit Bug 34038: Fix incorrect use of __() in .tt and .inc files This patch corrects instances of the double-underscore function being used in .tt and .inc files where the single-underscore function should be used instead. To test, apply the patch and update a translation, e.g. fr-FR: > cd misc/translator > perl translate update fr-FR - Open the corresponding .po file for JavaScript strings, in this case misc/translator/po/fr-FR-staff-prog.po - Confirm that the strings are now in the .po file for translation. You should find these lines: - koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc: "No title." - koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt: "Check in and add to bundle" "Ignore holds and add to bundle" - koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt: "Please enter only a barcode, or only a biblionumber." - koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt: "Please enter only barcodes, or only biblionumbers." - koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt: "Please specify a content for 'Default'" - Check fr-FR-opac-bootstrap.po for these lines: - koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc: "Please enter a valid date (should match %s)." - koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt: "No item was selected" - koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt, koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt, koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt: "No item was selected" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:57:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:57:14 +0000 Subject: [Koha-bugs] [Bug 29691] Use template plugins to display OPAC news on homepage In-Reply-To: <bug-29691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29691-70-hNSGBRyPVj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29691 --- Comment #16 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Too bad that this has been revived before bug 31383 was pushed... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:58:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:58:39 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-LsmZ3stcnS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152304|0 |1 is obsolete| | --- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152422&action=edit Bug 33971: Remove x-koha-query header support This patch removes support for the `x-koha-query` header entirely from the codebase. For the purpose: - $c->objects->search is adjusted - Relevant tests are cleared/adapted - The OpenAPI spec gets the header removed To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t \ t/Koha/REST/Plugin/Query.t \ t/db_dependent/api/v1/*.t => SUCCESS: Tests pass! 2. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 16:59:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 14:59:56 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-eFqbeYKt4b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- (In reply to Jonathan Druart from comment #11) > What about the occurrence in api/v1/swagger/swagger.yaml? Done! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:07:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:07:57 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-5GZoFiRWQ6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149813|0 |1 is obsolete| | --- Comment #24 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152423&action=edit Bug 31383: Create a parent-child DB relation for additional content In the design of additional contents the idea of a parent-child relation is implicitly present. You have a default page and translations. But we do this in one table coming from the old news items. Several reports show that we would be better off creating a parent table listing the main news items, CMS pages or HTML content. And a child table containing the title, content and lang. Note that this first step is a prelimenary step to clean this area and make it more robust and extensible. More enhancements to come. What is this patchset doing? * DB changes - Rename additional_contents.idnew with id - Create a new table additional_contents_localizations(id, additional_content_id, title, content, lang) that will contain the translated contents - Move the content to this new table - Remove title, content and lang columns from additional_contents - Replace the notice templates that are using ''<news>" (should only be ISSUESLIP) and remove support for this syntax. Also add a warning in case other occurrences of uses of the old syntax exist. * CRUD - We add a new Koha::AdditionalContentsLocalization[s] couple, and move some logic from Koha::AdditionalContent[s] to there. Note that, to prevent too much drastic changes in notice templates, and to make them easy to use, the different attributes of the content object is accessible from the translated content object (ie. Koha::AdditionalContentsLocatlization->library is available and return $self->additional_content->library). I think it's an elegant way to keep things simple. - No changes expected for "NewsLog" logging - Little behaviour changes for pages, see tools/page.pl changes. We are now passing the id of the content, and the desired language, instead of the mix of "page_id" or code and lang. Note that here we certainly need to rename "language" query param to not change the full interface language. Test plan: 0. Preparation steps, use master a. Create notice templates that are using "<< additional_contents.code >>". This won't be replaced, but we want the update process to alert us. b. Create several news, additional contents, pages. Some with translated contents, some without. c. Make sure ISSUESLIP has the "<news>" section. If you are using the sample data there is nothing to do here d. Turn on NewsLogs 1. Apply the patches, restart_all, updatedatabase => Confirm that the new table is created and filled with the contents you had prior to the update => Confirm that additional_contents_localizations.updated_on has been kept to the previous values => Confirm that ISSUESLIP has been replaced properly => Confirm that you get a warning about the additional_contents 2. Create, update, delete news, html customs, pages => Confirm that the additional_contents_localizations.updated_on is only adjusted when required => Confirm that the logs are correctly created when NewsLogs is on 3. Check some items out, generate a slip => Confirm that the news are displayed at the bottom of the slip, and that the publication date is correctly formatted 4. Have several HTML customizations (like OpacNav, opacheader), in translated in different languages => Confirm that the default values is displayed when you are using the interface in a language without translation => Confirm that the translated version is picked when it exists Notes for QA: * I am not sure we really need the alert during the update DB process about the additional_contents leftover. We should not have them outside of ISSUESLIP. Shouldn't it hurt? * There is something ugly in sample_news.yml, the id is hardcoded. But how do we prevent that and keep translatability? Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:08:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:08:01 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-KGEsAxr7oR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149814|0 |1 is obsolete| | --- Comment #25 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152424&action=edit Bug 31383: Adjust and add tests Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:08:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:08:05 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-Fc9wayVwaQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149815|0 |1 is obsolete| | --- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152425&action=edit Bug 31383: DB changes Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:08:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:08:08 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-CyaYdHfgTw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149816|0 |1 is obsolete| | --- Comment #27 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152426 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152426&action=edit Bug 31383: DBIC changes Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:08:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:08:11 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-uOIgENxLn4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149817|0 |1 is obsolete| | --- Comment #28 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152427&action=edit Bug 31383: DBIC specific Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:08:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:08:15 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-VaD7wzKTrf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149818|0 |1 is obsolete| | --- Comment #29 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152428&action=edit Bug 31383: Restore updated_on for individual content Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:08:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:08:40 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-U0W5iAUJt9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #30 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Patches rebased against master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:17:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:17:13 +0000 Subject: [Koha-bugs] [Bug 34040] New: Add option to limit fund usage to branch or group Message-ID: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34040 Bug ID: 34040 Summary: Add option to limit fund usage to branch or group Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: lisette.scheer at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org While you can limit who can edit funds, it doesn't limit who can use a fund in a basket. It would be very helpful for consortia, who may have a large number of funds if there was maybe a permission or preference to only let staff use funds from their library or maybe their library group. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:21:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:21:17 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-AEE6oyEQMR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:37:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:37:31 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-te4v6p3Etu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:37:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:37:34 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-BiqeAch0zL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152302|0 |1 is obsolete| | Attachment #152303|0 |1 is obsolete| | Attachment #152422|0 |1 is obsolete| | --- Comment #14 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152429&action=edit Bug 33971: Remove x-koha-query usage in biblios.t This patch removes handling of x-koha-query from the tests. To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests still pass! Change from x-koha-header to q= gives same results. 4. Sign off :-D Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:37:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:37:37 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-qGqJhh0BM9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #15 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152430&action=edit Bug 33971: Remove x-koha-query handing in Orders.pm This patch removes manual handling of `x-koha-query` in the Orders:list() controller. There are no tests for the feature but you can verify no behavior is changed by doing: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/acquisitions_orders.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests pass 4. Sign off :-D Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:37:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:37:40 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-kNB0GcSISK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 --- Comment #16 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152431&action=edit Bug 33971: Remove x-koha-query header support This patch removes support for the `x-koha-query` header entirely from the codebase. For the purpose: - $c->objects->search is adjusted - Relevant tests are cleared/adapted - The OpenAPI spec gets the header removed To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t \ t/Koha/REST/Plugin/Query.t \ t/db_dependent/api/v1/*.t => SUCCESS: Tests pass! 2. Sign off :-D Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:47:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:47:23 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-ftbyMXPAyh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:47:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:47:25 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-yia5Fc91d1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152393|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152432&action=edit Bug 34026: Move translatable cover-handling strings out of opac-bottom.inc This patch removes several instances from opac-bottom.inc where we define strings for translation and use in separate JavaScript files. The JavaScript files are updated to use the __() function to mark strings for translation. Note: Definition of the variable NO_COCE_JACKET is removed because it is unused. To test, apply the patch and clear your browser cache if necessary. - In the staff interface, enable OPAC cover image services: - OPACAmazonCoverImages - BakerTaylorEnabled - GoogleJackets - OpenLibraryCovers - In the OPAC, perform a search and confirm that there are no JS errors on the search results page related to cover images. - Check the bibliographic detail page as well. To confirm that the strings are being picked up for translation, run the update process for another language, e.g. perl misc/translator/translate update fr-FR Then check the newly-built po file: fr-FR-messages-js.po. It should list the updated files: koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js:8 koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js:10 koha-tmpl/opac-tmpl/bootstrap/js/bakertaylorimages.js:7 koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js:77 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js:63 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:48:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:48:45 +0000 Subject: [Koha-bugs] [Bug 34026] Move translatable cover-handling strings out of opac-bottom.inc In-Reply-To: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34026-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34026-70-PgkWErQYWx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- This change cannot be made to coce.js because it is outside koha-tmpl/intranet-tmpl/prog/js. Files in koha-tmpl/intranet-tmpl/js are not processed for translation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:49:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:49:36 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-pxtJfAvjYD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov --- Comment #32 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Lucas, can you provide a test plan for that last patch? If so I'd be happy to sign off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:56:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:56:01 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-8mnzgzalKD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 --- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152433&action=edit Bug 33974: Add Koha::Biblios->api_query_fixer This patch adds the `api_query_fixer` method to the class, and adds tests to validate its behavior. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblios.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:56:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:56:04 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-NTS6i06Xms@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152434 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152434&action=edit Bug 33974: Make biblioitem columns searchable in a generic way This patch makes biblioitem attributes be searchable on the biblios endpoint. It does so by using the new method in Koha::Biblios, and by adjusting objects.search(_rs) to accept a $query_fixer arrayref of functions to be applied to each query or order_by parameters. The result is cleaner code to write, but complex internals. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass! Searching for biblioitem attributes works on the API! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:56:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:56:07 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-ot8Sl6CGT8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152435&action=edit Bug 33974: (follow-up) Adapt the orders endpoint In order to reduce the technical debt carried on the orders controller, and to highlight the decisions made on the prior patch, I adapted the list() orders controller using the new tools in town. The result is this endpoint can now embed bibio, without needing to have a custom piece of code. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/*.t => SUCCESS: Tests pass :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:57:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:57:03 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-QCXgntmf2S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Marking NSO to get some eyes here. The Objects.t tests haven't been reviewed yet and are expected to fail. Any help is of course welcome. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 17:57:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 15:57:43 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-7oZsJcRZ0m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com Summary|Add ability to search |Add ability to search |biblios endpoint using ISBN |biblios endpoint any | |biblioitem attribute -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:04:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:04:39 +0000 Subject: [Koha-bugs] [Bug 33980] No results on search creates double sets of quotes on breadcrumb search term and page In-Reply-To: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33980-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33980-70-iCD8G2sVyX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33980 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov --- Comment #6 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- I can't quite remember enough detail to search it, but isn't there a feature somewhere that retries a search with quotes if the unquoted search doesn't work? I'm guessing those added quotes could be coming through in the breadcrumbs. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:12:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:12:41 +0000 Subject: [Koha-bugs] [Bug 33772] Header search input no longer has an outline when focused In-Reply-To: <bug-33772-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33772-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33772-70-Fjb4QKummr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33772 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov --- Comment #8 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Thanks for sharing this, Jason! I just added it to our installation and it looks great! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:32:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:32:26 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-MFgn6Zk9fF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Andreas Jonsson <andreas.jonsson at kreablo.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.jonsson at kreablo.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:33:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:33:43 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-z7h4v9FoGz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 --- Comment #3 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152436&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:35:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:35:26 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-gnZwpXVsln@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:35:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:35:29 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-ZevKSxIsTc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152436|0 |1 is obsolete| | --- Comment #4 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152437&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:39:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:39:07 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-2gZQs2tnoy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 --- Comment #5 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152438&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:52:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:52:15 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-LImF6xajDv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152437|0 |1 is obsolete| | --- Comment #6 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152439&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:53:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:53:39 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-K6AlDuIM3w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 18:57:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 16:57:52 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-eCeKwd9b2j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152439|0 |1 is obsolete| | --- Comment #7 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152440&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:05:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:05:26 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-N8xcuCycMz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147686|0 |1 is obsolete| | --- Comment #27 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152441&action=edit Bug 33028: Fix calculations around cronjob fines.pl When currency format is set on FR commas are decimals separators but when cron like fines.pl try to calculate fines it's fails due to this format. I changed this behavior by targetted 'fine' and 'overduefinescap' in circulation_rules.rule_name to unformat them when we save them. This also fix the display in smart_rules table (before with commas price was not good displayed - without decimals) Test Plan : 1) Set your currency format on 'FR' and 'fine' OR/AND 'overduefinescap' with commas 2) Be sure to have some patron overdues 3) Run ~/misc/cronjobs/fines.pl with args to find overdues 4) See an error like 'isn't numeric in substraction[..] or gt > [...]' 5) Run updatedatabase script (it will replace commas in your rules changed in step 1) ) 6) Repeat step 3 and see that everything was going "fine" (:tada:) Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:05:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:05:29 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-SkbadkvQij@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147687|0 |1 is obsolete| | --- Comment #28 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152442&action=edit Bug 33028: (follow-up) Move monetary definition into hash This patch moves the defintion of monetary rule type into the rule kinds hash. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:05:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:05:32 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-HH9glMAv5y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147688|0 |1 is obsolete| | --- Comment #29 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152443&action=edit Bug 33028: (follow-up) Fix trailing 0 decimals We want to recognise the truthyness of a number vs string so we drop trailing decimals if they're just 0. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:05:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:05:35 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-NAeOJFKaej@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #30 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152444&action=edit Bug 33028: Add is_monetary to recall_overdue_fine and article_request_fee This patch marks the 2 missing monetary values for recal over due fines and article request fees as monetary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:05:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:05:38 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-hS4YTtDMZQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152445&action=edit Bug 33028: Add TT filters for Price and pattern checks to input fields With this patch, all monetary values in the table will be displayed formatted. Also, the input will be checked against our agreed pattern to make sure no false values can be entered. Missing: When editing a rule, we need to unformat the value, so that instead of the display format we have the input format available for editing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:05:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:05:41 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-LEKBMftPEs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #32 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152446 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152446&action=edit Bug 33028: (follow-up) Rewrite database update This rewrite the database update with some things in mind: * We now use a positive value list of allowed characters to check This makes sure that all of those are recognized: 1,00 1.00€ abc * Instead of dying after finding one wrong value, we loop through all values first, building up an error string * When we have errors... we die and print the full list of things that need fixing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:06:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:06:27 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-5b4jubtvrK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152438|0 |1 is obsolete| | Attachment #152440|0 |1 is obsolete| | --- Comment #8 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152447&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:07:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:07:30 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-P5kDbCuNDq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:15:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:15:06 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-CDqgoK8QbD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #33 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Updated test plan: * Set CurrencyFormat to FR * Enable UseRecalls * Enable ArticleRequests * Administration > circulation and fine rules * Add a new rule: * Fine amount: 0.10 * Fine charging interval: 1 * Overdue fines cap: 1.50 * Recall overdue fine amount: 1.10 * Save rule * Verify that both Overdue fines cap and recall overdue fine amount show formatted with comma as: 1,50, 1,10 * Edit rule * Fine amount: 0.10 - OK! * Fine charging interval: 1 * Overdue fines cap: 1,50 - NOT OK! * Recall overdue fine amount: 1,10 - NOT OK! * Save rule * With SQL: select * from circulation_rules where rule_name in ("fine","overduefinescap","recall_overdue_fine","article_request_fee"); +----+------------+--------------+----------+---------------------+------------+ | id | branchcode | categorycode | itemtype | rule_name | rule_value | +----+------------+--------------+----------+---------------------+------------+ | 9 | NULL | NULL | NULL | fine | 0.10 | | 11 | NULL | NULL | NULL | overduefinescap | 1,50 | | 32 | NULL | NULL | NULL | recall_overdue_fine | 1,10 | +----+------------+--------------+----------+---------------------+------------+ * Edit rule for Article request fee * Fee: 1,0 * Verify it's also wrong in the database with above SQL. --> This is already fixed by the patch set now, as we don't allow to edit the rules and the pattern check works. Missing bits and pieces: Have to: * When a rule is edited, the input field will be set to the display value (1,00). I didn't find an "unformat" equivalent for JS. This now triggers the pattern check, so you need to edit all values before being able to save them. We could use the inputmode="decimal" on the input fields to select for unformatting. * Should we be able to deactivate overduefinescap by leaving it empty? (Unlimited?) Would be nice: * It would be nice to provide more help in fixing wrong values or automatically fixing obvious ones like xx,xx. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:50:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:50:48 +0000 Subject: [Koha-bugs] [Bug 34041] New: z3950 responder additional options not coming through properly Message-ID: <bug-34041-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34041 Bug ID: 34041 Summary: z3950 responder additional options not coming through properly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: koha-bugs at lists.koha-community.org Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl The z3950 responder default configuration has responder options, but the start script is looking for them in the <config> node, which isn't in the config, so it never finds them if required. Probably we need to fix that, one way or another. :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:54:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:54:36 +0000 Subject: [Koha-bugs] [Bug 34041] z3950 responder additional options not coming through properly In-Reply-To: <bug-34041-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34041-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34041-70-pSJ9f5Dhqq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34041 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 19:58:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 17:58:41 +0000 Subject: [Koha-bugs] [Bug 34041] z3950 responder additional options not coming through properly In-Reply-To: <bug-34041-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34041-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34041-70-91tlv4LIj7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34041 --- Comment #1 from Liz Rea <wizzyrea at gmail.com> --- Created attachment 152448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152448&action=edit Bug 34041 - z3950 responder additional options not coming through properly This patch adds the <config> node that the z3950 responder starter script is looking for in the z3950/config.xml to the example code. To test: - verify that the <config> </config> is around the commented z3950_additional_options suggestion in the etc/z3950/config.xml file - bonus points, uncomment it and make sure you can start/stop/restart koha-z3950-responder with the example config. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:18:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:18:41 +0000 Subject: [Koha-bugs] [Bug 34042] New: Item search broken by FontAwesome upgrade Message-ID: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Bug ID: 34042 Summary: Item search broken by FontAwesome upgrade Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 32910 A minor regression snuck in with the FontAwesome upgrade (Bug 32910), probably from multiple rebases. We went back to "can_edit_item()" where we should have kept "can_edit_items_from( item.homebranch )". This causes an error when trying to do an item search in the staff interface: "Template process failed: undef error - The method Koha::Patron->can_edit_item is not covered by tests!" Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 [Bug 32910] Upgrade fontawesome icons to V6 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:18:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:18:41 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-qqjmfsSfv0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34042 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 [Bug 34042] Item search broken by FontAwesome upgrade -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:22:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:22:53 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-GBmueYfGdV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:22:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:22:56 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-jVZcuPA4lO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152449&action=edit Bug 34042: Item search broken by FontAwesome upgrade This patch corrects a small regression in one of the templates for outputting item search results. The template lost the change made to it by Bug 33070: "Remove use of can_edit_items." The error meant that item searching wasn't working at all. To test, apply the patch and perform an item search in the staff interface. Results should be returned as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:30:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:30:51 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-ogsnHCcwfB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:31:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:31:35 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-bwnmuNJDpX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:43:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:43:33 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23817-70-SDJZOSNJDp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145221|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:43:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:43:49 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23817-70-zEHrXvnUYk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151961|0 |1 is obsolete| | --- Comment #27 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152450&action=edit Bug 23817: Normalize phone number when searching This patch rewrites the phone number DBIC query when sent from DataTables like in the Patron module. Test plan: 0. Apply patch and koha-plack --restart kohadev 1. Go to http://localhost:8081/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=51 2. Input '1-(234)-567-8901' into the 'Primary phone' field 3. Note on the next screen the phone number is shown as '1-(234)-567-8901' 4. Go to http://localhost:8081/cgi-bin/koha/members/members-home.pl 5. Choose "Search field" of "All phones" 6. Search for '12345678901' 7. Note you are taken to http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51 8. Try out different permutations like '234 567 8901' or '5678901' 9. Note that every permutation works to find the borrower Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:43:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:43:52 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23817-70-hwX5iM0oTg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151962|0 |1 is obsolete| | --- Comment #28 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152451&action=edit Bug 23817: Include all phone numbers Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:44:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:44:16 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23817-70-vJ1UcEXZ8m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:48:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:48:14 +0000 Subject: [Koha-bugs] [Bug 20859] Enter SMS number and SMS provider during self registration In-Reply-To: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20859-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20859-70-VgZPISOpAf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SMS number amd SMS provider |Enter SMS number and SMS |during self registration |provider during self | |registration -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:49:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:49:51 +0000 Subject: [Koha-bugs] [Bug 34043] New: Improve translation of CSV header templates Message-ID: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043 Bug ID: 34043 Summary: Improve translation of CSV header templates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 21156 Koha has several templates which are used to define the headers for CSV export files, but they are not structured well for easy translation. For example, this is how the translation tool presents csv_headers/catalogue/itemsearch.tt in the .po file: #: koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/catalogue/itemsearch.tt:1 #, c-format msgid "%s %s %s %s \"Title\" %s \"Publication date\" %s \"Publisher\" %s \"Collection\" %s \"Barcode\" %s \"Serial enumeration\" %s \"Call number\" %s \"Home library\" %s \"Current library\" %s \"Shelving location\" %s \"Item type\" %s \"Inventory number\" %s \"Not for loan status\" %s \"Lost status\" %s \"Withdrawn status\" %s \"Checkouts\" %s \"Due date\" %s " These files can be restructured to make the translation process easier. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 20:49:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 18:49:51 +0000 Subject: [Koha-bugs] [Bug 21156] Internationalization: plural forms, context, and more for JS files In-Reply-To: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21156-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21156-70-n2G8rvLdcr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34043 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043 [Bug 34043] Improve translation of CSV header templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 21:05:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 19:05:36 +0000 Subject: [Koha-bugs] [Bug 34003] Add messaging preferences during self registration In-Reply-To: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34003-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34003-70-i8Ev511HiB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34003 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 21:06:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 19:06:06 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-2OwkYkiBqr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #45 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to David Nind from comment #39) > I've updated the Perltidy page on the Wiki with some consistent structure > and formatting - feel free to edit to fix up any errors that I may have > inadvertently introduced: > https://wiki.koha-community.org/wiki/Perltidy > > Questions: > > Q1. I'm not sure what the perltidy -pro=.perltidyrc command is supposed to > do - it did nothing for me in KTD (pertidy version is 20200110), it just sat > there with a flashing cursor. Outside KTD with perltidy installed, it did > the same as well. > > Q2. For usage in Geany, I'm not sure what "Select part of your file or > script to perltidy -pro=/home/path/to/.perltidyrc" means either. > > (Possibly, the answer to these questions are obvious to developers 8-).) --pro= takes the path to Koha's perltidyrc file. I have updated the section for Geany again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 21:44:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 19:44:35 +0000 Subject: [Koha-bugs] [Bug 29354] Make overdue_notices.pl send HTML attachment as .html In-Reply-To: <bug-29354-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29354-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29354-70-7eV9RmBhbE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29354 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 21:59:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 19:59:16 +0000 Subject: [Koha-bugs] [Bug 28805] Batch checkout should have on-site checkout option In-Reply-To: <bug-28805-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28805-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28805-70-7jSsIQWc55@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28805 Fabricio Molins <fabriciomolina at theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fabriciomolina at theke.io Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |fabriciomolina at theke.io |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 22:01:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 20:01:49 +0000 Subject: [Koha-bugs] [Bug 34044] New: System preference EmailOverduesNoEmail is missing in manual Message-ID: <bug-34044-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34044 Bug ID: 34044 Summary: System preference EmailOverduesNoEmail is missing in manual Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: michaela.sieber at kit.edu QA Contact: testopia at bugs.koha-community.org There is no description for system preference EmailOverduesNoEmail It should be part of the chapter Global system preferences > Administration > interface options See: https://koha-community.org/manual//23.05/de/html/administrationpreferences.html#interface-options Text for manual: Asks: ___ overdue notices for patrons without email address to staff. Default: Send Values: Don’t send Send Description: If this system preference is enabled overdue notices for patrons without email address to staff (see system preference AddressForFailedOverdueNotices). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 22:11:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 20:11:38 +0000 Subject: [Koha-bugs] [Bug 14347] Running overdue_notices.pl with --html flag set does not create well structured html In-Reply-To: <bug-14347-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-14347-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-14347-70-qZVP7b8OU0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14347 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu --- Comment #4 from Michaela Sieber <michaela.sieber at kit.edu> --- (In reply to Magnus Enger from comment #3) > > * The file is always named 'attachment.txt' regardless of whether the script is called using the "--html" or "--text" flags. > > This is adressed in Bug 29354. Perhaps this bug should be marked as RESOLVED DUPLICATE of bug 29354 ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 22:59:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 20:59:34 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-Z6w7XidL7B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 22:59:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 20:59:37 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-eoL4SrN0Da@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152449|0 |1 is obsolete| | --- Comment #2 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152452&action=edit Bug 34042: Item search broken by FontAwesome upgrade This patch corrects a small regression in one of the templates for outputting item search results. The template lost the change made to it by Bug 33070: "Remove use of can_edit_items." The error meant that item searching wasn't working at all. To test, apply the patch and perform an item search in the staff interface. Results should be returned as expected. Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 23:00:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 21:00:01 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-blxoj7NF5z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 23:01:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 21:01:29 +0000 Subject: [Koha-bugs] [Bug 34040] Add option to limit fund usage to branch or group In-Reply-To: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34040-70-MsqVYosqSV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34040 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- But we do have that :) The key is removing the manage_budgets_all permission. Then you can user owners, users and library as options to restrict the use of funds. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 23:01:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 21:01:40 +0000 Subject: [Koha-bugs] [Bug 34040] Add option to limit fund usage to branch or group In-Reply-To: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34040-70-4ibvzTgNnb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34040 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hm, and maybe manage_order_all. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 23:12:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 21:12:28 +0000 Subject: [Koha-bugs] [Bug 34045] New: Allow libraries to delete an attribute from authorized values while it is in use, with extra confirmation Message-ID: <bug-34045-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34045 Bug ID: 34045 Summary: Allow libraries to delete an attribute from authorized values while it is in use, with extra confirmation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Libraries sometimes implement borrower extended attributes, put data in them, and then decide they don't want them anymore, at all. Currently, Koha does not allow you to remove these wholesale, easily, from the interface. It might be nice to allow that with a Severe Warning and maybe even a "type 'I accept'" sort of confirmation box. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 16 23:16:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 21:16:35 +0000 Subject: [Koha-bugs] [Bug 34027] Add functionality to cleanup_database.pl to purge action logs in batches In-Reply-To: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34027-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34027-70-nTjKdrjR91@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34027 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #3 from Liz Rea <wizzyrea at gmail.com> --- omg yes. I love this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 00:01:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 22:01:36 +0000 Subject: [Koha-bugs] [Bug 30002] Add project-level perltidyrc In-Reply-To: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30002-70-QwJyxCQPEN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002 --- Comment #46 from David Nind <david at davidnind.com> --- (In reply to Katrin Fischer from comment #45) > --pro= takes the path to Koha's perltidyrc file. I have updated the section > for Geany again. Thanks Katrin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 00:31:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 22:31:42 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-D8r8cBrYBa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 00:31:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 22:31:44 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-f1DhxvqWpf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152353|0 |1 is obsolete| | --- Comment #2 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152453&action=edit Bug 33978: Adding authority from automatic linker closes imported record If you import a record, then create an authority record using the automatic linker, it closes the biblio record. The problem occures when a record is edited in a new tab. To recreate: 1. Import the example records 1.1. Download the example records 1.2. Go to Cataloging > Stage records for import 1.3. Choose the downloaded file 1.4. Click Upload file 1.5. Click Stage for import 1.6. Click View batch 1.7. Click Import this batch into the catalog 1.8. Click View detail of the enqueued job 1.9. Click Manage imported batch Correct behaviour: 2. In another tab, search for one of the records (for example, Fafounet) 3. Click Edit > Edit record 4. Go to field 100 5. Click Link authorities automatically --> It should say 100 - No matching authority found. 6. Click the plus sign next to 100 7. Fill out the mandatory fields by clinking in the text fields (000, 003, 005, 008, 040), field 100 should already be filled 8. Click 'Save' --> Authority number is added in 100 and you get to stay in the record for more edits if needed Incorrect behaviour: 9. Go back to the imported batch tab 10. Click Edit next to the second title (the one by Paventi, Eza) 11. Redo steps 4 to 8 --> Record is closedclear :( The behaviour should be the same, stay in the bibliographic record until it is saved. 12. Apply the patch 13. Redo step 9, 10, 4 14. Edit field 100, Type 'Paventi Test 2' 15. Redo step 5 to 8 --> Authority number is added in 100 and you get to stay in the record for more edits if needed Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 00:32:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 22:32:03 +0000 Subject: [Koha-bugs] [Bug 33978] Adding authority from automatic linker closes imported record In-Reply-To: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33978-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33978-70-j7IFbaMV9L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 00:39:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 16 Jun 2023 22:39:43 +0000 Subject: [Koha-bugs] [Bug 34040] Add option to limit fund usage to branch or group In-Reply-To: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34040-70-jVGzuSwKEU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34040 Lisette Scheer <lisette.scheer at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Lisette Scheer <lisette.scheer at bywatersolutions.com> --- oooh, I definitely tested as a superlibrarian. Testing now without all those permissions it works as expected. Lisette -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 03:13:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 01:13:12 +0000 Subject: [Koha-bugs] [Bug 33817] Composition of an item bundle can be changed if checked out In-Reply-To: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33817-70-lDIarOwouj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #9 from Victor Grousset/tuxayo <victor at tuxayo.net> --- Found this when testing for server side enforcement: 0. apply patches 1. have a bundle 2. have it's page opened and it's manage bundle menu too 3. in another tab, check the bundle out 😈 4. back to the 1st tab, try to add another item to the bundle 5. error: "Failure: Item 'BARCODE' belongs to another bundle" this is false! note: API response: 409 and error bundle_checked_out, nothing wrong here it seems 6. try to remove an item 7. nothing happens, which is okay 8. API response: 501 not implemented, error: No response rule for "409" Is the wrong message UI at step 5 a big deal? Same question for API response at step 8. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 03:16:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 01:16:02 +0000 Subject: [Koha-bugs] [Bug 33514] SearchWithIS[B|S]NVariations breaks ISBN search in item search In-Reply-To: <bug-33514-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33514-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33514-70-VHIkTvLiGk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33514 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 04:57:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 02:57:19 +0000 Subject: [Koha-bugs] [Bug 34046] New: The barcode number is not being accepted in the receiving order option in KOHA 23.05.00 after upgrading from 22.11.05 Message-ID: <bug-34046-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34046 Bug ID: 34046 Summary: The barcode number is not being accepted in the receiving order option in KOHA 23.05.00 after upgrading from 22.11.05 Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: librarian at pilani.bits-pilani.ac.in QA Contact: testopia at bugs.koha-community.org Created attachment 152454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152454&action=edit Steps followed - Screen capture We have recently upgraded from version 22.11.05 to 23.05.00 in KOHA. Prior to the upgrade, the acquisition module was functioning flawlessly. However, after the upgrade, we have encountered an issue. When receiving an item, KOHA prompts for the barcode number, but upon clicking the newly changed "Confirm" button, the system fails to save the assigned barcode. The record appears as a received item but without any barcode, resulting in a Holding zero status. I have attached screen prints of the relevant screens, starting from Global presence settings. I kindly request the KOHA community to urgently investigate and resolve this problem, as it is a critical issue that affects all libraries. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 05:11:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 03:11:41 +0000 Subject: [Koha-bugs] [Bug 33907] Improve translation of title tags: OPAC In-Reply-To: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33907-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33907-70-d1yF63wTps@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 08:10:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 06:10:00 +0000 Subject: [Koha-bugs] [Bug 34046] The barcode number is not being accepted in the receiving order option in KOHA 23.05.00 after upgrading from 22.11.05 In-Reply-To: <bug-34046-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34046-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34046-70-noGEhMEqEY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34046 Ranjan <librarian at pilani.bits-pilani.ac.in> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 12:02:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 10:02:11 +0000 Subject: [Koha-bugs] [Bug 34040] Add option to limit fund usage to branch or group In-Reply-To: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34040-70-ojLVEeLE1O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34040 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It's not the first time this has come up as a question, not sure how to make it more visible, maybe a hint about the permissions on the funds administration page? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 12:52:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 10:52:17 +0000 Subject: [Koha-bugs] [Bug 31461] Add a record to course reserves from the staff detail page In-Reply-To: <bug-31461-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31461-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31461-70-7Oinnp9KmX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31461 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|add a document to course |Add a record to course |reserve from |reserves from the staff |catalogue/detail.pl |detail page -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 12:52:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 10:52:59 +0000 Subject: [Koha-bugs] [Bug 31460] Merging item groups loses groups In-Reply-To: <bug-31460-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31460-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31460-70-R4OCAkNlcl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31460 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 12:56:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 10:56:58 +0000 Subject: [Koha-bugs] [Bug 31454] Ability to update multiple subscriptions at once In-Reply-To: <bug-31454-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31454-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31454-70-iNjlqtaIK7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31454 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31230 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I am making this as RESOLVED MOVED with links to bug 17656 and bug 31230 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 12:56:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 10:56:58 +0000 Subject: [Koha-bugs] [Bug 31230] Add more fields to subscription batch edit form In-Reply-To: <bug-31230-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31230-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31230-70-Py9ojbz11t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31230 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31454 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 12:58:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 10:58:48 +0000 Subject: [Koha-bugs] [Bug 31452] Attach item process allows for deleting of bib with holds with no warning In-Reply-To: <bug-31452-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31452-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31452-70-lvfK5fny8j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31452 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.11 |master --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We had an accidental delete of a subscription that way - it would be nice to have some more checks here! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:01:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:01:21 +0000 Subject: [Koha-bugs] [Bug 31445] Display the record's ISBN in batch item modification In-Reply-To: <bug-31445-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31445-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31445-70-RANtlLn1f0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31445 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add biblio isbn to batch |Display the record's ISBN |item modification |in batch item modification Version|21.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:06:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:06:33 +0000 Subject: [Koha-bugs] [Bug 31431] Cannot change one's own userid if logged in as staff In-Reply-To: <bug-31431-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31431-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31431-70-C2V3OE5bFN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31431 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33851 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:06:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:06:33 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_33851=5D_Punctuation=3A_Notes?= =?utf-8?b?4pCgOiAlcw==?= In-Reply-To: <bug-33851-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33851-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33851-70-IaL9wYCeRO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33851 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala at iki.fi --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 31431 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:09:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:09:41 +0000 Subject: [Koha-bugs] [Bug 31424] Prompt to change patron messaging if email/SMS absent or changed In-Reply-To: <bug-31424-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31424-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31424-70-DAWe9tPDd9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31424 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14964, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23497, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14590, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14872 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:09:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:09:41 +0000 Subject: [Koha-bugs] [Bug 14964] Email notices will be queued for patrons with no email address In-Reply-To: <bug-14964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-14964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-14964-70-Ina4IUG2Lj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14964 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31424 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:09:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:09:41 +0000 Subject: [Koha-bugs] [Bug 23497] Notices defaulting to print In-Reply-To: <bug-23497-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23497-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23497-70-ZZhQsXzfY6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23497 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31424 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:09:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:09:41 +0000 Subject: [Koha-bugs] [Bug 14590] Validate messaging preferences In-Reply-To: <bug-14590-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-14590-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-14590-70-UQVcYFnlQL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14590 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31424 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:09:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:09:41 +0000 Subject: [Koha-bugs] [Bug 14872] Reminder to update SMSnumber when primary phone is updated In-Reply-To: <bug-14872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-14872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-14872-70-alnih9ik1p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14872 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31424 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:14:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:14:52 +0000 Subject: [Koha-bugs] [Bug 31394] Background hold cancellation causing confusion In-Reply-To: <bug-31394-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31394-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31394-70-kDNCnVC3OP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31394 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|background hold |Background hold |cancellation causing |cancellation causing |confusion |confusion Version|unspecified |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:16:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:16:45 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-QbgXjJbQs9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, | |matthias.meusburger at biblibr | |e.com --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Can someone using Shibboleth chime in here? It's marked enhancement, but that seems wrong if things are totally broken? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:23:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:23:13 +0000 Subject: [Koha-bugs] [Bug 31365] Plugin link location needs extra documentation so indicate where it may be found In-Reply-To: <bug-31365-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31365-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31365-70-dqGHS1RvUu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31365 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:23:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:23:47 +0000 Subject: [Koha-bugs] [Bug 31363] Background jobs table should include columns for name and library of initiating staff user In-Reply-To: <bug-31363-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31363-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31363-70-NFNTv89KEc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31363 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.11 |master Summary|Background jobs table |Background jobs table |should include columns for |should include columns for |name and branch of |name and library of |initiating staff user |initiating staff user -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:24:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:24:18 +0000 Subject: [Koha-bugs] [Bug 31362] It should be possible to extract a MARC file of deleted bibliographic records In-Reply-To: <bug-31362-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31362-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31362-70-ql3M33nChV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31362 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|It should be possible to |It should be possible to |extract a marc file of |extract a MARC file of |deleted biblios |deleted bibliographic | |records Severity|normal |enhancement -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:25:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:25:40 +0000 Subject: [Koha-bugs] [Bug 31358] Offline circulation broken In-Reply-To: <bug-31358-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31358-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31358-70-KdCJN8pbMc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31358 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The in-built offline circulation tool has been removed recently with bug 33961. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:32:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:32:17 +0000 Subject: [Koha-bugs] [Bug 31335] Unnecessary holds fetch in serials/routing-preview.pl In-Reply-To: <bug-31335-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31335-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31335-70-o4mZwv0Nsu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31335 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|unnecessary holds fetch in |Unnecessary holds fetch in |serials/routing-preview.pl |serials/routing-preview.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:42:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:42:41 +0000 Subject: [Koha-bugs] [Bug 31431] Cannot change one's own userid if logged in as staff In-Reply-To: <bug-31431-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31431-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31431-70-QgMQhQWl11@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31431 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33815 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 13:42:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 11:42:41 +0000 Subject: [Koha-bugs] [Bug 33815] Crash when librarian changes their own username in the staff interface In-Reply-To: <bug-33815-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33815-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33815-70-rMe4AAcLKH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala at iki.fi --- Comment #20 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 31431 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:14:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:14:39 +0000 Subject: [Koha-bugs] [Bug 31322] Searching not working on the receive orders page In-Reply-To: <bug-31322-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31322-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31322-70-0yp6CZcQ3T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31322 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:18:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:18:03 +0000 Subject: [Koha-bugs] [Bug 31291] Batch import of records from ISBN list In-Reply-To: <bug-31291-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31291-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31291-70-qnDOTlNvMf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31291 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:33:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:33:22 +0000 Subject: [Koha-bugs] [Bug 31225] Spine label formatting in PDF is not rendering correctly In-Reply-To: <bug-31225-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31225-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31225-70-aO6NRSMk0g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31225 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We don't have enough information here to move forward. Please reopen with information on how you set up the label printing and some sample callnumbers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:34:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:34:51 +0000 Subject: [Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter In-Reply-To: <bug-31224-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31224-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31224-70-a2jtfFXNRX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:35:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:35:00 +0000 Subject: [Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter In-Reply-To: <bug-31224-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31224-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31224-70-lcxGrUANH8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #23 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Marcel de Rooy from comment #22) > Please fix: > > root at master:/usr/share/koha# git grep EmbedItemsInMarcBiblio > C4/Biblio.pm: EmbedItemsInMarcBiblio > > Exported not existing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:36:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:36:55 +0000 Subject: [Koha-bugs] [Bug 31216] inventory.pl is slow when comparing many barcodes In-Reply-To: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31216-70-7C7kfisQXb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33989, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33991 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:36:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:36:55 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-fAGnNZF6NV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31216 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:36:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:36:55 +0000 Subject: [Koha-bugs] [Bug 33991] Inventory tool should be run in the background for performance reasons In-Reply-To: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33991-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33991-70-rfIMziXDhG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33991 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31216 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:38:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:38:15 +0000 Subject: [Koha-bugs] [Bug 31210] Add option to use different library name in OPAC and staff interface In-Reply-To: <bug-31210-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31210-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31210-70-1J5Zq6CQ2S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31210 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:40:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:40:37 +0000 Subject: [Koha-bugs] [Bug 31206] Highlight logged in library in green in circ history In-Reply-To: <bug-31206-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31206-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31206-70-rBzaliAbFF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31206 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Highlight logged in library |Highlight logged in library |in green in Circ History |in green in circ history Version|21.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:43:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:43:05 +0000 Subject: [Koha-bugs] [Bug 31200] Block payment of overdue fines when item is still checked out In-Reply-To: <bug-31200-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31200-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31200-70-jdVDTudDfx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31200 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Block payment of late fees |Block payment of overdue |when document not return |fines when item is still | |checked out --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- In 'modern' versions of Koha it should not create an issue with the fine calculations if the item is returned, but I could understand if libraries want to insist on having the items back first. The check would have to be clever enough to check if the fine is still accruing or not since the item could have been renwewed or checked in/checked out again. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:43:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:43:50 +0000 Subject: [Koha-bugs] [Bug 31199] selenium/patrons_search.t is failing randomly In-Reply-To: <bug-31199-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31199-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31199-70-n3ioj2unXr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31199 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Is this still an issue? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:45:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:45:17 +0000 Subject: [Koha-bugs] [Bug 31198] Display results search authority numbers In-Reply-To: <bug-31198-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31198-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31198-70-VjZ6uaUyIm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31198 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Can you explain why the authority number would be helpful? I am interested in the use case/learning how the number is used. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:50:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:50:21 +0000 Subject: [Koha-bugs] [Bug 31194] Koha-to-MARC mappings not always invalidated in cache In-Reply-To: <bug-31194-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31194-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31194-70-vxkxEuQ4Y3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31194 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|koha-marc mappings not |Koha-to-MARC mappings not |invalidated in cache |always invalidated in cache Status|In Discussion |ASSIGNED --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Joonas Kylmälä from comment #4) > (In reply to Jonathan Druart from comment #0) > > The cache is cleared for the default framework, but the mapping can be read > > from another framework > > I'm pretty sure I used the default framework when noticing this bug for the > first time. The cache invalidation problem occurred only when I deleted a > mapping, I didn't notice it happening when changing the value of a mapping. > I'll try to circle back to this bug report later to confirm / and see if I > have any ideas on how to fix this issue. We only use the default framework now for the mappings - or more, it's authoritative. So that would ont be an issue, but Joonas sounds like there might still be some other issues. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 14:51:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 12:51:21 +0000 Subject: [Koha-bugs] [Bug 31189] Use different material type icon for LDR Pos. 6 = t - Manuscript language material In-Reply-To: <bug-31189-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31189-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31189-70-oOtz0luxEK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31189 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:00:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:00:42 +0000 Subject: [Koha-bugs] [Bug 31176] [Omnibus] Move holds logic to Koha:: In-Reply-To: <bug-31176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31176-70-dfWI4JLjlX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15449 Summary|Move holds logic to Koha:: |[Omnibus] Move holds logic | |to Koha:: --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Looks a bit like a forgotten about omnibus bug, adding some links and stuff. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15449 [Bug 15449] Move stuff to the Koha namespace -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:00:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:00:42 +0000 Subject: [Koha-bugs] [Bug 15449] Move stuff to the Koha namespace In-Reply-To: <bug-15449-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15449-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15449-70-9Bo7IeetwK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15449 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31176 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31176 [Bug 31176] [Omnibus] Move holds logic to Koha:: -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:00:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:00:55 +0000 Subject: [Koha-bugs] [Bug 31176] [Omnibus] Move holds logic to Koha namespace In-Reply-To: <bug-31176-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31176-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31176-70-lXH1aRYFU0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31176 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Omnibus] Move holds logic |[Omnibus] Move holds logic |to Koha:: |to Koha namespace -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:02:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:02:27 +0000 Subject: [Koha-bugs] [Bug 31173] Display copy number in checkout list in OPAC In-Reply-To: <bug-31173-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31173-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31173-70-q8grGXcChd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31173 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Summary|display copy number in |Display copy number in |checkout list |checkout list in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:04:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:04:51 +0000 Subject: [Koha-bugs] [Bug 31171] Remember user-selected sort in a given session for purchase suggestions In-Reply-To: <bug-31171-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31171-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31171-70-66WfFlEEs6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31171 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master Summary|Remember user-selected sort |Remember user-selected sort |in a given session for |in a given session for |Purchase Suggestions |purchase suggestions -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:10:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:10:31 +0000 Subject: [Koha-bugs] [Bug 31147] Recalls due date to the minute rather than 23:59 In-Reply-To: <bug-31147-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31147-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31147-70-WvulLCeLbY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31147 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Would be great to see a fix here. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:12:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:12:36 +0000 Subject: [Koha-bugs] [Bug 31143] We should attempt to fix/identify all cases where '0000-00-00' may still remain in the database In-Reply-To: <bug-31143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31143-70-6WSVGzaPtX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18016, 28440 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18016 [Bug 18016] C4::Auth_with_ldap::ldap_entry_2_hash inserts 0000-00-00 for invalid dateofbirth https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28440 [Bug 28440] Inventory tool tries to put a time into DateLastSeen -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:12:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:12:36 +0000 Subject: [Koha-bugs] [Bug 18016] C4::Auth_with_ldap::ldap_entry_2_hash inserts 0000-00-00 for invalid dateofbirth In-Reply-To: <bug-18016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18016-70-mnjmWcyZkZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18016 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31143 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143 [Bug 31143] We should attempt to fix/identify all cases where '0000-00-00' may still remain in the database -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:12:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:12:36 +0000 Subject: [Koha-bugs] [Bug 28440] Inventory tool tries to put a time into DateLastSeen In-Reply-To: <bug-28440-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28440-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28440-70-gEXF8QkGVx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28440 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31143 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143 [Bug 31143] We should attempt to fix/identify all cases where '0000-00-00' may still remain in the database -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:15:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:15:55 +0000 Subject: [Koha-bugs] [Bug 31126] Add ability to transfer multiple order lines In-Reply-To: <bug-31126-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31126-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31126-70-DiEBZtxfrG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31126 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:21:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:21:48 +0000 Subject: [Koha-bugs] [Bug 31113] Permission change so user can use MARC modification template when adding or editing single record only In-Reply-To: <bug-31113-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31113-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31113-70-dIAWMtnU8W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31113 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Summary|Permission change to so |Permission change so user |user can use marc |can use MARC modification |modification template only |template when adding or |when adding or editing |editing single record only |single record | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:40:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:40:41 +0000 Subject: [Koha-bugs] [Bug 30018] Title statement punctuation In-Reply-To: <bug-30018-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30018-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30018-70-cPTfdtNWHi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30018 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Summary|Title statment punctuation |Title statement punctuation Status|NEW |RESOLVED --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 21303 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:40:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:40:41 +0000 Subject: [Koha-bugs] [Bug 21303] XSLT should look in LDR/18 to know whether to add punctuation or not In-Reply-To: <bug-21303-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21303-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21303-70-Hgmu7zO8X0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21303 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paliotti at mdp.edu.ar --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30018 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 15:58:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 13:58:26 +0000 Subject: [Koha-bugs] [Bug 30053] Separate serials enum/pub date into columns In-Reply-To: <bug-30053-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30053-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30053-70-vIqrGrFgNG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30053 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 16:04:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 14:04:17 +0000 Subject: [Koha-bugs] [Bug 30073] Information on installation of plugins missing from manual In-Reply-To: <bug-30073-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30073-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30073-70-eGlZve2XWs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30073 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 16:05:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 14:05:52 +0000 Subject: [Koha-bugs] [Bug 30079] Add missing documentation to kohaTable API wrapper In-Reply-To: <bug-30079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30079-70-hCYoci8vAa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30079 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Developer documentation |and plumbing | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 16:08:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 14:08:04 +0000 Subject: [Koha-bugs] [Bug 30083] Bug fixes 29914 and 28785 make 'Browse result' feature disappear for anonymous user In-Reply-To: <bug-30083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30083-70-vutZNT7WPN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30083 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 29915 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 16:08:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 14:08:04 +0000 Subject: [Koha-bugs] [Bug 29915] Anonymous session generates 1 new session ID per hit In-Reply-To: <bug-29915-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29915-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29915-70-fuHHIYsmzf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |januszop at gmail.com --- Comment #130 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30083 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 16:15:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 14:15:20 +0000 Subject: [Koha-bugs] [Bug 30100] Add total of issues and renewals to OPAC details page In-Reply-To: <bug-30100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30100-70-gUsDVHZd74@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30100 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add total of issues and |Add total of issues and |renewals to opac details |renewals to OPAC details |page |page --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- They are now also visible on the staff detail page in the holdings tab. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:36:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:36:51 +0000 Subject: [Koha-bugs] [Bug 30131] Centralize "MARC preview" buttons and links In-Reply-To: <bug-30131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30131-70-Z2S6GwDu5w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30131 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Centralize "marc preview" |Centralize "MARC preview" |buttons and links |buttons and links --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This is stuck in NEW with a patch attached? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:38:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:38:11 +0000 Subject: [Koha-bugs] [Bug 30140] Allow for autoMemberNum to generate cardnumbers with leading zeros In-Reply-To: <bug-30140-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30140-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30140-70-m7qm0dy8WJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30140 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:44:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:44:21 +0000 Subject: [Koha-bugs] [Bug 30151] branchcode should always be in PatronSelfRegistrationBorrowerMandatoryField In-Reply-To: <bug-30151-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30151-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30151-70-2dflauBN65@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30151 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Frido, can you explain a bit more? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:47:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:47:09 +0000 Subject: [Koha-bugs] [Bug 30160] Rewrite cities admin view in React In-Reply-To: <bug-30160-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30160-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30160-70-J1OSmAZwrR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30160 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WONTFIX --- Comment #24 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- As we've settled on Vue, I believe this can be closed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:54:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:54:02 +0000 Subject: [Koha-bugs] [Bug 30196] Odd number of elements warning caused by dt_from_string In-Reply-To: <bug-30196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30196-70-uBEyGdWeCO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30196 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|Failed QA |RESOLVED --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Jonathan Druart from comment #10) > We are trying to pass perlcritic, and it's a good idea to stick to it. We > can easily workaround it, either using 'str' instead of 'dt' or adding > 'scalar' to force the context. > > I wouldn't bother fixing this bug because: > * There is bug 30718, and it would be way more interesting to work on it, > and it should fix/remove most of the occurrences. > * You shouldn't have 0000-00-00 dates anymore in your DB (how did it > happen?). This is a bug or a config issue on itself. > > I stopped being afraid of Koha code, I sleep better now :D Moving to WONTFIX a per Joubu's comment and the fact that 30718 is now fixed. Please reopen if you disagree! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:54:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:54:03 +0000 Subject: [Koha-bugs] [Bug 25790] [OMNIBUS] warnings removal In-Reply-To: <bug-25790-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25790-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25790-70-OzadhMj3gQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25790 Bug 25790 depends on bug 30196, which changed state. Bug 30196 Summary: Odd number of elements warning caused by dt_from_string https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30196 What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:56:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:56:34 +0000 Subject: [Koha-bugs] [Bug 33793] Add method to define limited access to run reports In-Reply-To: <bug-33793-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33793-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33793-70-Ag4Xua4Yru@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33793 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30198 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 17:56:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 15:56:34 +0000 Subject: [Koha-bugs] [Bug 30198] Add privacy elements to reports In-Reply-To: <bug-30198-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30198-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30198-70-3pAOkL7Vx3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33793 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 18:34:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 16:34:37 +0000 Subject: [Koha-bugs] [Bug 30216] Additional identification field for patron for SIP2 In-Reply-To: <bug-30216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30216-70-stjMuqatIQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30216 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe this has been resolved by changing the configuration using a unique patron attribute for an additional identifier. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 20:02:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 18:02:00 +0000 Subject: [Koha-bugs] [Bug 30267] The history page is out of date again In-Reply-To: <bug-30267-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30267-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30267-70-xs5Y7wEVn0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30267 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The history page is out of |The history page is out of |data again |date again -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 20:19:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 18:19:54 +0000 Subject: [Koha-bugs] [Bug 30283] Home page buttons not responsive in staff interface In-Reply-To: <bug-30283-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30283-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30283-70-qHpbuZCy6M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30283 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I just checked on my phone and all icons appear in one line with the new staff interface design, the text not running over. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 20:35:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 18:35:30 +0000 Subject: [Koha-bugs] [Bug 30312] Make it possible to limit notices shown to 'All libraries' and 'All notices' separately In-Reply-To: <bug-30312-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30312-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30312-70-zZfrsEOAkO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30312 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|letter.pl All libraries |Make it possible to limit |selection should only show |notices shown to 'All |All libraries |libraries' and 'All | |notices' separately Version|21.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 20:40:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 18:40:43 +0000 Subject: [Koha-bugs] [Bug 30318] Cannot override default patron messaging preferences when creating a patron in staff interface In-Reply-To: <bug-30318-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30318-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30318-70-PqmdqaMGQt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30318 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot override default |Cannot override default |patron messaging |patron messaging |preferences when creating a |preferences when creating a |patron in staff client |patron in staff interface -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 20:54:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 18:54:53 +0000 Subject: [Koha-bugs] [Bug 30320] Update schema.koha-community.org for master In-Reply-To: <bug-30320-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30320-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30320-70-C4JAxc93Xs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30320 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We are taking care of this after each release with the Release handover task list: https://tree.taiga.io/project/koha-ils/us/19 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 20:59:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 18:59:17 +0000 Subject: [Koha-bugs] [Bug 30328] Add ability to generate barcode with library specific prefix In-Reply-To: <bug-30328-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30328-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30328-70-rl4faaSs2y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30328 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add ability to generate |Add ability to generate |barcode with branch |barcode with library |specific prefix |specific prefix --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- What is the status of this? Emmi, did you decide to use the plugin? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:03:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:03:33 +0000 Subject: [Koha-bugs] [Bug 30330] Bad fields within comments in a HTML notice still cause a crash In-Reply-To: <bug-30330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30330-70-uEv85LIKFt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30330 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I think if you use HTML comments, it will still get parsed by TT and that is intentional. It allows you to put things into the templates that are only visible in source, like maybe our TEMPLATE FILE comment in the OPAC. You would have to use a TT comment if you didn't want it to show up in the code/being parsed at all. I believe this is not a bug, but working as intended. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:09:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:09:47 +0000 Subject: [Koha-bugs] [Bug 30343] Any failed delivery method in overduerules.pl produces a printed notice in attachment.txt In-Reply-To: <bug-30343-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30343-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30343-70-zZZxFs5zvo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30343 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:39:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:39:21 +0000 Subject: [Koha-bugs] [Bug 30348] Create sub clear_session_and_cookies In-Reply-To: <bug-30348-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30348-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30348-70-AlZkdDTpuP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30348 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29957, 28786 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 [Bug 28786] Two-factor authentication for staff client - TOTP https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957 [Bug 29957] Cookies not removed after logout -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:39:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:39:21 +0000 Subject: [Koha-bugs] [Bug 28786] Two-factor authentication for staff client - TOTP In-Reply-To: <bug-28786-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28786-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28786-70-opRYYyl3NJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30348 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30348 [Bug 30348] Create sub clear_session_and_cookies -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:39:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:39:21 +0000 Subject: [Koha-bugs] [Bug 29957] Cookies not removed after logout In-Reply-To: <bug-29957-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29957-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29957-70-y2Hsvc49j7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30348 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30348 [Bug 30348] Create sub clear_session_and_cookies -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:44:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:44:04 +0000 Subject: [Koha-bugs] [Bug 30363] Retrieve uploaded files from staff interface by file id or hash In-Reply-To: <bug-30363-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30363-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30363-70-Kw9MbOK6ts@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30363 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Retrieve uploaded files |Retrieve uploaded files |from staff client by file |from staff interface by |id or hash |file id or hash -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:50:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:50:35 +0000 Subject: [Koha-bugs] [Bug 30370] Offline circulation shows false warnings about lost card/address in doubt In-Reply-To: <bug-30370-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30370-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30370-70-Cg1kFd05qq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30370 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33961 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The in-built offline circulation tool has been removed by 33961. This makes this bug WONTFIX. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:50:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:50:35 +0000 Subject: [Koha-bugs] [Bug 33961] In-built Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-aBOK3fEYbG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30370 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:51:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:51:47 +0000 Subject: [Koha-bugs] [Bug 22211] In-built offline circulation shows incomplete information for checkouts In-Reply-To: <bug-22211-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22211-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22211-70-TjRbN0RwXV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22211 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The in-built offline circulation tool has been removed by bug 33961. This makes this bug WONTFIX. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:51:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:51:58 +0000 Subject: [Koha-bugs] [Bug 22211] In-built offline circulation shows incomplete information for checkouts In-Reply-To: <bug-22211-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22211-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22211-70-Y16ysurImQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22211 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33961 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:51:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:51:58 +0000 Subject: [Koha-bugs] [Bug 33961] In-built Offline circulation tool no longer working and should be removed In-Reply-To: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33961-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33961-70-8mkQ0yJxgQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22211 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 21:58:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 19:58:58 +0000 Subject: [Koha-bugs] [Bug 30391] Bad JavaScript in IntranetUserJS can break the staff interface In-Reply-To: <bug-30391-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30391-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30391-70-VngPk4cDrc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30391 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bad JS in IntranetUserJS |Bad JavaScript in |can break the staff client |IntranetUserJS can break | |the staff interface -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:03:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:03:07 +0000 Subject: [Koha-bugs] [Bug 30412] Separate shelving location column in holdings table in staff interface In-Reply-To: <bug-30412-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30412-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30412-70-ZDX5Xie1ph@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30412 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Andrew Fuerste-Henry from comment #7) > Is this a dupe of bug 15461? I believe you are correct. *** This bug has been marked as a duplicate of bug 15461 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:03:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:03:07 +0000 Subject: [Koha-bugs] [Bug 15461] Add staff equivalent for OpacLocationOnDetail In-Reply-To: <bug-15461-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15461-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15461-70-jyMEOtotpl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrown at bywatersolutions.com --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30412 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:06:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:06:46 +0000 Subject: [Koha-bugs] [Bug 30427] Debian packages only include release notes for Koha 3.x In-Reply-To: <bug-30427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30427-70-gG3rKwmxsv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30427 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com Component|Documentation |Packaging -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:09:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:09:47 +0000 Subject: [Koha-bugs] [Bug 30431] Register personal details on OPAC create empty modification requests In-Reply-To: <bug-30431-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30431-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30431-70-uCmAiuQ8nE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30431 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Register personal details |Register personal details |on OPAC create empty |on OPAC create empty |modification requets |modification requests -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:15:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:15:30 +0000 Subject: [Koha-bugs] [Bug 30441] Make subtitle searchable in serials search In-Reply-To: <bug-30441-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30441-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30441-70-8C4g6RhLa0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30441 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 30302 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:15:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:15:30 +0000 Subject: [Koha-bugs] [Bug 30302] Include subtitle in fields searched by Title in serials In-Reply-To: <bug-30302-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30302-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30302-70-J0eO8WEQvl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30302 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30441 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:54:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:54:56 +0000 Subject: [Koha-bugs] [Bug 33171] Add coded_location_qualifier, barcode, and enumchron to MarcItemFieldsToOrder In-Reply-To: <bug-33171-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33171-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33171-70-I3soGZbB26@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33171 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30529 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:54:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:54:56 +0000 Subject: [Koha-bugs] [Bug 30529] Allow all item fields to be set in MARCItemFieldsToOrder In-Reply-To: <bug-30529-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30529-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30529-70-00z31vEPiP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30529 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33171 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 22:59:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 20:59:49 +0000 Subject: [Koha-bugs] [Bug 30548] Plugin for coded data 181 UNIMARC In-Reply-To: <bug-30548-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30548-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30548-70-HswkbuKhKC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30548 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- There are plugins for UNIMARC 181a, b and c in the list of plugins in the framework configuration. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:03:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:03:46 +0000 Subject: [Koha-bugs] [Bug 30556] OPAC shows "Place hold" button on available items even if on shelf holds aren't allowed In-Reply-To: <bug-30556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30556-70-ZJZtt1Dy7E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30556 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #45 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- See last comment from Joubu. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:13:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:13:15 +0000 Subject: [Koha-bugs] [Bug 30586] The fallback option when enabling MFA for login doesn't work In-Reply-To: <bug-30586-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30586-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30586-70-SxmfYkb1fk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30586 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 31119 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:13:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:13:15 +0000 Subject: [Koha-bugs] [Bug 31119] Cannot enable 2FA without scanning the QR code In-Reply-To: <bug-31119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31119-70-BYdlut9Jwk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31119 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30586 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:18:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:18:39 +0000 Subject: [Koha-bugs] [Bug 30605] New password should be more than just unequal to old password In-Reply-To: <bug-30605-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30605-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30605-70-Z3CoU03O1S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30605 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32553 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:18:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:18:39 +0000 Subject: [Koha-bugs] [Bug 32553] Don't allow to use the same password as before when a password expires/is reset In-Reply-To: <bug-32553-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32553-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32553-70-63JDR0l2qW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32553 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30605 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:26:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:26:15 +0000 Subject: [Koha-bugs] [Bug 30637] Add Koha::Checkout->renew method In-Reply-To: <bug-30637-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30637-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30637-70-JGC7zgT2oW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30637 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe we do have that now: POST https://api.koha-community.org/api/v1/checkouts/{checkout_id}/renewals -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:45:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:45:24 +0000 Subject: [Koha-bugs] [Bug 30665] Make order of emails in "first_valid_email_address" configurable In-Reply-To: <bug-30665-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30665-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30665-70-lCigwDVKcX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30665 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 29046 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:45:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:45:24 +0000 Subject: [Koha-bugs] [Bug 29046] Allow libraries to specify email order for "AutoEmailPrimaryAddress" In-Reply-To: <bug-29046-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29046-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29046-70-y4AHjnEbEw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046 --- Comment #34 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30665 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:47:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:47:52 +0000 Subject: [Koha-bugs] [Bug 30672] Special characters entered into circulation and fine rules causes errors In-Reply-To: <bug-30672-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30672-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30672-70-Wen8cJ9rCk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30672 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33028 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 17 23:47:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 17 Jun 2023 21:47:52 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-k7oew5vOAI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com --- Comment #34 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30672 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 12:29:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 10:29:57 +0000 Subject: [Koha-bugs] [Bug 30691] ElasticSearch Indexer crashes on authtypecode NAME_EVENT In-Reply-To: <bug-30691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30691-70-O38CLHKaCB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30691 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should this be Needs Signoff? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 12:30:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 10:30:34 +0000 Subject: [Koha-bugs] [Bug 30757] The last two skips on Jenkins for Koha_ExternalContent_RecordedBooks.t In-Reply-To: <bug-30757-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30757-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30757-70-9KTTkRh55D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30757 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The file has been removed by bug 33697. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 12:46:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 10:46:21 +0000 Subject: [Koha-bugs] [Bug 30729] Template toolkit comments are caught in the translatable strings In-Reply-To: <bug-30729-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30729-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30729-70-zBIUlwlNQS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30729 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We have started to fix those by making sure we don't use multi-line comments. This way they don't end up in po files. *** This bug has been marked as a duplicate of bug 33332 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 12:46:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 10:46:21 +0000 Subject: [Koha-bugs] [Bug 33332] Fix formatting of TT comments to improve translations In-Reply-To: <bug-33332-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33332-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33332-70-bElOYnOnVj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30729 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 12:48:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 10:48:13 +0000 Subject: [Koha-bugs] [Bug 30736] Upgrade 'libsearch-elasticsearch-perl' package to version 6.00 In-Reply-To: <bug-30736-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30736-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30736-70-JFtzlC42kH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30736 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Mason James from comment #3) > (In reply to Mason James from comment #1) > > (In reply to Mason James from comment #0) > > > this bug tracks the upgrade of 'libsearch-elasticsearch-perl' package to > > > version 6.00 > > > > i've updated the koha-staging dev and 21.11 suites with version 6.00 > > > > i'll aim to update the 'koha' repo when we have jenkins tests passing > > this is done for stable and oldstable > > ill aim to update 21.05 after ES6 jenkins tests are passing Is this maybe resolved? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 12:53:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 10:53:48 +0000 Subject: [Koha-bugs] [Bug 31099] [DOCS] Export data tool - setup so database and configuration data can be downloaded In-Reply-To: <bug-31099-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31099-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31099-70-xrD1us2oe9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31099 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 13:01:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 11:01:49 +0000 Subject: [Koha-bugs] [Bug 31092] Upon importing batch records, if a full MARC record is found, only append the items; do not overlay a full MARC record In-Reply-To: <bug-31092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31092-70-yaHcOj7nVj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31092 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Acquisitions |MARC Bibliographic record | |staging/import -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 13:04:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 11:04:54 +0000 Subject: [Koha-bugs] [Bug 31089] Log viewer needs better reference point for compare In-Reply-To: <bug-31089-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31089-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31089-70-QokbJaGIlm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31089 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|viewlog.pl needs better |Log viewer needs better |reference point for compare |reference point for compare Version|21.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 13:17:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 11:17:09 +0000 Subject: [Koha-bugs] [Bug 31070] [DOCS] Did you mean? section needs an update In-Reply-To: <bug-31070-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31070-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31070-70-WBq81PQlgl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31070 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 13:59:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 11:59:53 +0000 Subject: [Koha-bugs] [Bug 31022] 400/404 actually returns 500 In-Reply-To: <bug-31022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31022-70-Zno2Gp6eWL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31022 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #5) > Ok, tested myself, this is some Mojolicious::Plugin::OpenAPI bug. > > Reported it: > https://github.com/jhthorsen/mojolicious-plugin-openapi/issues/237 I see that the bug has been closed - anything we can do here now? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:08:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:08:34 +0000 Subject: [Koha-bugs] [Bug 31015] Remove option to clear pickup location selects on multi-holds page In-Reply-To: <bug-31015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31015-70-5nCIkorKAz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31015 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Jason Robb from comment #3) > The larger issue was that holds could be placed without branchcodes assigned > under certain circumstances. > > If I'm understanding correctly, bug 31086 seems to fully prevent that from > happening so this may not be a problem any longer. Marking as MOVED. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:12:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:12:41 +0000 Subject: [Koha-bugs] [Bug 31010] BatchRevert does not deal with indexation correctly In-Reply-To: <bug-31010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31010-70-Pc8a8NFiZP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31010 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Sounds more like a bug than an enhancement. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:14:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:14:33 +0000 Subject: [Koha-bugs] [Bug 31008] Long Term Support (LTS) version of Koha In-Reply-To: <bug-31008-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31008-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31008-70-MnGOSj6ckd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31008 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Decisions have been made and documented: https://wiki.koha-community.org/wiki/Koha_Versioning#LTS_Releases -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:15:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:15:52 +0000 Subject: [Koha-bugs] [Bug 31006] Add ability to make batch changes to order lines in a basket In-Reply-To: <bug-31006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31006-70-t8bKeHqfeQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add ability to make batch |Add ability to make batch |changes to items in a |changes to order lines in a |basket. |basket Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:17:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:17:37 +0000 Subject: [Koha-bugs] [Bug 31004] MS Teams notifications In-Reply-To: <bug-31004-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31004-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31004-70-RuIaolzWqP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31004 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Reading this I wonder if there is a need to have 'pluggability' for notification methods maybe? I could imagine that these APIs are prone to change and there might be demand for other/more services. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:18:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:18:33 +0000 Subject: [Koha-bugs] [Bug 31003] WhatsApp notifications In-Reply-To: <bug-31003-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31003-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31003-70-BfbXc5bFFB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31003 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31004 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Same question here as on bug 30004: should we make notification methods 'pluggable' somehow? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:18:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:18:33 +0000 Subject: [Koha-bugs] [Bug 31004] MS Teams notifications In-Reply-To: <bug-31004-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31004-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31004-70-0rLQGlzayP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31004 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31003 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:19:13 +0000 Subject: [Koha-bugs] [Bug 31002] Add ability to send notices over instant messaging services In-Reply-To: <bug-31002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31002-70-xsn7zoQy1r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31002 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31004 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31004 [Bug 31004] MS Teams notifications -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:19:13 +0000 Subject: [Koha-bugs] [Bug 31004] MS Teams notifications In-Reply-To: <bug-31004-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31004-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31004-70-cqTaakL0cu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31004 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31002 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31002 [Bug 31002] Add ability to send notices over instant messaging services -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:29:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:29:57 +0000 Subject: [Koha-bugs] [Bug 30983] Unneeded use of C4::Auth in Koha::REST::V1::Checkouts In-Reply-To: <bug-30983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30983-70-XbJzcRZVf8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30983 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Uneeded use of C4::Auth in |Unneeded use of C4::Auth in |Koha::REST::V1::Checkouts |Koha::REST::V1::Checkouts -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:34:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:34:31 +0000 Subject: [Koha-bugs] [Bug 30975] Framework plugins do not work on cloned fields/subfields In-Reply-To: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30975-70-JlrAsHzyzT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 --- Comment #38 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Where are we with this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:42:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:42:56 +0000 Subject: [Koha-bugs] [Bug 30804] Optionally show information on existing items in order form In-Reply-To: <bug-30804-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30804-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30804-70-lOYcuoAGVo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30804 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:49:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:49:14 +0000 Subject: [Koha-bugs] [Bug 30818] REST API: Why does a wrong column name still cause a general 500 while validating exhaustively? In-Reply-To: <bug-30818-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30818-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30818-70-WjGPhYlxOm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30818 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #4) > (In reply to Marcel de Rooy from comment #0) > > How is that possible? I stumble over all kinds of validation, extracting and > > merging parameters etc. etc. > > As I mentioned on my earlier answer, we shouldn't validate any arbitrary > query contains valid attributes. It is more sustainable to just catch the > DBIx::Class exception and act better. What does it mean for this bug? Should it be rephrased/closed? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:50:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:50:42 +0000 Subject: [Koha-bugs] [Bug 30819] Not able to adjust size of the plain text barcode below the actual barcode In-Reply-To: <bug-30819-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30819-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30819-70-hTzlGAn6B1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30819 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.11 |master Summary|Not able to adjust size of |Not able to adjust size of |barcode numbers |the plain text barcode | |below the actual barcode -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:56:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:56:35 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_30832=5D_bulkmarcimport=2Epl_don?= =?utf-8?q?=C2=B4t_find_=2Emrc_file_uploaded?= In-Reply-To: <bug-30832-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30832-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30832-70-H7S4diLfJS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30832 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- 21.05 is no longer maintained and a lot has changed with the staged import since. There have been no other reports on issues with the import, so I believe this is a data issue. If the problem still persists in versions after 21.05, feel free to reopen with more information and if possible sample data. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:57:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:57:13 +0000 Subject: [Koha-bugs] [Bug 30833] Add Preferred language for notices field in patron self registration form In-Reply-To: <bug-30833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30833-70-5Gl7AVdB7x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30833 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add Preferred language for |Add Preferred language for |notices field in |notices field in patron |memberentry form |self registration form -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:58:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:58:16 +0000 Subject: [Koha-bugs] [Bug 30834] Trigger nightly reindex with a syspref In-Reply-To: <bug-30834-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30834-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30834-70-1u0vky99Uj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30834 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I like the idea to make this somewhat available to libraries. Would also be very interesting for Elasticsearch where the users can change indexing in the GUI. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 14:58:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 12:58:48 +0000 Subject: [Koha-bugs] [Bug 30835] Failure 'floor' in t/lib/Mocks/Zebra.pm In-Reply-To: <bug-30835-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30835-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30835-70-CCi9YJl9EA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30835 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Is this still valid? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:02:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:02:18 +0000 Subject: [Koha-bugs] [Bug 30851] Improve performance of request.pl In-Reply-To: <bug-30851-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30851-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30851-70-ReIZvGs3Bt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30851 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should this be Needs Signoff? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:03:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:03:42 +0000 Subject: [Koha-bugs] [Bug 30861] Add the ability to stash extra data in a Koha::Object In-Reply-To: <bug-30861-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30861-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30861-70-n1GdkylgJW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30861 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should this be NSO? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:10:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:10:06 +0000 Subject: [Koha-bugs] [Bug 30896] Running misc/batchRebuildBiblioTables.pl -c fails with error "Running Data too long for column 'lccn'" In-Reply-To: <bug-30896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30896-70-s8U6OpxSaj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30896 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 28328 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:10:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:10:06 +0000 Subject: [Koha-bugs] [Bug 28328] Editing a record can cause an ISE if data too long for column In-Reply-To: <bug-28328-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28328-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28328-70-zIHLWwBHXX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30896 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:11:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:11:53 +0000 Subject: [Koha-bugs] [Bug 30897] Gracefully reload Koha after plugin install/upgrade In-Reply-To: <bug-30897-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30897-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30897-70-TpWooGvjm7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30897 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 31074 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:11:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:11:53 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-ZbHEhleQWz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 30897 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:13:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:13:30 +0000 Subject: [Koha-bugs] [Bug 30906] Show waiting ILL requests in patron account on checkouts tab In-Reply-To: <bug-30906-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30906-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30906-70-P5NlcfE4hZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30906 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|In Discussion |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 15:18:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 13:18:50 +0000 Subject: [Koha-bugs] [Bug 30948] search problem In-Reply-To: <bug-30948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30948-70-lzcKleW0cO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30948 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 19:30:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 17:30:42 +0000 Subject: [Koha-bugs] [Bug 34047] New: Add the number of orders in the table in acqui-home.pl Message-ID: <bug-34047-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34047 Bug ID: 34047 Summary: Add the number of orders in the table in acqui-home.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org In acqui/acqui-home.pl the table displays Amount, Order, Spent and Total Available for each fund. It could be useful to add the number of orders in the Amount, Order, Spent columns, so that the librarian could immediately get this info. For example instead of "1 400,00", it would be "1 400,00 (45 orders)" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 19:39:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 17:39:12 +0000 Subject: [Koha-bugs] [Bug 34048] New: The owner or user of a fund should be able to access infos about the fund in a read only mode Message-ID: <bug-34048-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34048 Bug ID: 34048 Summary: The owner or user of a fund should be able to access infos about the fund in a read only mode Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org The owner or user of a fund should be able to access infos about the fund in a read only mode Use case : if the library director (or someone with budget_manage or budget_manage_all permission) transfers money from a fund to an other, and adds a Note in each fund, the librarian using this fund (without budget_manage permission) will be able to read that note. I am thinking about the note field, because it has proven to be an issue in my library, but maybe every information about the fund should be available. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 19:45:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 17:45:55 +0000 Subject: [Koha-bugs] [Bug 34049] New: Keep track of fund amount modification Message-ID: <bug-34049-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34049 Bug ID: 34049 Summary: Keep track of fund amount modification Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org It would be interesting to add a function to historicize funds amount, keeping track of their modification. Some other ILS have this feature. Ex : A fund is created with an amount of 10000. After X months, the head librarian decides to reduce it to 8000, with a note explaining why ; and an email is automatically send to the owner and users of the fund In my library this kind of modification is not rare, and it is hard to keep track of these changes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 19:48:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 17:48:13 +0000 Subject: [Koha-bugs] [Bug 34050] New: transfer easily money from a fund to an other Message-ID: <bug-34050-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34050 Bug ID: 34050 Summary: transfer easily money from a fund to an other Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org It would be nice to have the ability to transfer money from one fund to an other in one or two clicks -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 18 19:48:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 17:48:28 +0000 Subject: [Koha-bugs] [Bug 5985] Check amount allocated to child funds when editing amount on parent fund In-Reply-To: <bug-5985-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-5985-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-5985-70-EZBZFQovuH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5985 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 00:47:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 22:47:37 +0000 Subject: [Koha-bugs] [Bug 31082] Add tooltip to buttons when item bundles cannot be changed while checked out In-Reply-To: <bug-31082-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31082-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31082-70-kw6foxepJy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31082 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151669|0 |1 is obsolete| | --- Comment #4 from Victor Grousset/tuxayo <victor at tuxayo.net> --- Created attachment 152455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152455&action=edit Bug 31082: Add tooltip to buttons when item bundles cannot be changed while checked out Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 00:47:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 22:47:40 +0000 Subject: [Koha-bugs] [Bug 31082] Add tooltip to buttons when item bundles cannot be changed while checked out In-Reply-To: <bug-31082-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31082-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31082-70-sWpXP2JRKA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31082 --- Comment #5 from Victor Grousset/tuxayo <victor at tuxayo.net> --- Created attachment 152456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152456&action=edit Bug 31082: (follow-up) same for "remove" action button on bundle item list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 00:53:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 22:53:06 +0000 Subject: [Koha-bugs] [Bug 31082] Add tooltip to buttons when item bundles cannot be changed while checked out In-Reply-To: <bug-31082-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31082-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31082-70-uYltqgR65j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31082 Victor Grousset/tuxayo <victor at tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #6 from Victor Grousset/tuxayo <victor at tuxayo.net> --- 1st patch: Works, makes sense, QA script happy, code looks good but it missed a thing. It doesn't include the remove action button on the bundle item list. So here is a follow-up. Need someone else to test and a confirmation that I did the change in a nice way. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 01:41:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 18 Jun 2023 23:41:21 +0000 Subject: [Koha-bugs] [Bug 32664] Remove test and dev module dependencies from koha-common pkg In-Reply-To: <bug-32664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32664-70-ORYJN1WAwH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32664 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- libtest-dbix-class-perl is another one that would need to be moved. It has a dependency on libdata-uui-perl which conflicts with libossp-uuid-perl which is a dependency of libsoap-lite-perl, which is used by other systems like Sympa and which is used by devscripts. https://irc.koha-community.org/out.pl?channel=koha;date=2023-01-11 https://lists.koha-community.org/pipermail/koha-devel/2023-June/048221.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 02:07:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 00:07:12 +0000 Subject: [Koha-bugs] [Bug 30348] Create sub clear_session_and_cookies In-Reply-To: <bug-30348-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30348-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30348-70-qzhMDpJ7Lf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30348 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 02:54:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 00:54:13 +0000 Subject: [Koha-bugs] [Bug 31216] inventory.pl is slow when comparing many barcodes In-Reply-To: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31216-70-4D4PmAsQBn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- In bug 33989, I moved the AV description code into the "additemtoresults" function, because it was running the AV lookup for items that were *not* displayed. By making this change, I was vastly improving my inventory run times (e.g. taking 30 seconds instead of 60 seconds). I've just tried with and without selecting "Compare barcodes list to results", and I notice that even with it selected you don't end up displaying many results, so bug 33989 should take care of a lot. -- Of course, when writing bug 33989, I thought that I should add more caching, but as Fridolin mentions Koha::AuthorisedValues->get_description_by_koha_field appears to already use caching (since 2016). But... if the caching were working correctly... then I probably shouldn't have noticed such an improvement on bug 33989... I added some debugging code, and it turns out... Koha::AuthorisedValues->get_description_by_koha_field() doesn't cache null descriptions. Let me explain... Consider a cache key for a Default framework notforloan with a value of 0: AV_descriptions::items.notforloan:0 In k-t-d, the NOT_LOAN AV only has the following values: [-1,1,2,3] So for the cache key of AV_descriptions::items.notforloan:0, a database lookup will *always* be performed, and an empty hashref will *always* be returned. Since 0 is probably the most common value found, at least in k-t-d, you're looking at *a lot* of database calls for something that should probably be cached. Of course, changing Koha::AuthorisedValues->get_description_by_koha_field would have repercussions throughout a fair bit of Koha. But since it's a L1 cache... we really should be caching the empty hashref so that we're not doing unnecessary database lookups. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 02:58:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 00:58:51 +0000 Subject: [Koha-bugs] [Bug 34051] New: Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values Message-ID: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 Bug ID: 34051 Summary: Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org As I note at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216#c5 Koha::AuthorisedValues->get_description_by_koha_field isn't caching database results for non-existent values. Many authorised values lists don't have a value for 0, but many records contain values of 0. Koha::AuthorisedValues->get_description_by_koha_field() will do a database call every time it encounters a value that doesn't exist in the AV table, because it isn't caching the empty/null that is calculated based on the incoming value not existing in the AV table. In terms of code, it is a simple change, but Koha::AuthorisedValues->get_description_by_koha_field is used in a lot of places, so obviously we'll want to be careful making any changes. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 02:59:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 00:59:00 +0000 Subject: [Koha-bugs] [Bug 31216] inventory.pl is slow when comparing many barcodes In-Reply-To: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31216-70-sJMGXN7F46@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34051 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 02:59:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 00:59:00 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-i9FDiKOKtT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31216 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 02:59:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 00:59:25 +0000 Subject: [Koha-bugs] [Bug 31216] inventory.pl is slow when comparing many barcodes In-Reply-To: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31216-70-Ig9X7iR54q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- I reckon we can probably mark this as a duplicate of bug 33989 and follow up the caching issue in bug 34051 ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:11:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:11:40 +0000 Subject: [Koha-bugs] [Bug 31216] inventory.pl is slow when comparing many barcodes In-Reply-To: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31216-70-v8xrkhABU6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216 --- Comment #7 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #6) > I reckon we can probably mark this as a duplicate of bug 33989 and follow up > the caching issue in bug 34051 ? Doing a patch for bug 34051 and I got my inventory time down from 42.5 seconds to 27.7 seconds for a list of 961 barcodes, and that's all from using the cached empty hashref and avoiding the database calls. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:28:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:28:56 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-YJv02GUd0r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:28:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:28:58 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-rMo5qwBohk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152457&action=edit Bug 34051: Cache empty hashref for non-existent authorised values When fetching authorised value descriptions, we need to handle scenarios where a value doesn't exist in the cache and doesn't exist in the database. In this situation, we return an empty hashref, and this patch makes us cache this empty hashref. This is important because otherwise the function Koha::AuthorisedValues->get_description_by_koha_field will do a database call every time it encounters the same value that doesn't exist in the authorised values table. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:29:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:29:14 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-nAZjRbwjFT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:31:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:31:06 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-dcL8eVtaoK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- I'm not sure the best way to test this one... "prove t/db_dependent/AuthorisedValues.t" succeeds. Koha::AuthorisedValues->get_description_by_koha_field is used across Koha, but the scenario of having non-existent AV values doesn't seem to pop up a lot. I first noticed it in inventory.pl in bug 31216. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:31:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:31:23 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-elp2NtIhS8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33989 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:31:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:31:23 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-x8IGLEb56W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34051 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:32:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:32:03 +0000 Subject: [Koha-bugs] [Bug 31216] inventory.pl is slow when comparing many barcodes In-Reply-To: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31216-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31216-70-NM6Byh5t5c@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31216 --- Comment #8 from David Cook <dcook at prosentient.com.au> --- P.S. Feel free to look at my patch at bug 31744 that helps handle long running inventory jobs... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:43:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:43:05 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-ZQKlh8wNiq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- Test plan: 0. Apply patch and koha-plack --restart kohadev 1. Go to create a SQL report from SQL /cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL 2. Save a report with the following SQL: SELECT barcode FROM items where barcode <> ''; 3. Run the report 4. Download as CSV 5. Edit the CSV and remove the "barcode" heading 6. Go to edit item for barcode 3999900000001 /cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=1&itemnumber=1 7. Add "Damaged status" of "Damaged" 8. Click "Save changes" 9. koha-mysql kohadev 10. update items set notforloan = 9 where barcode = 3999900000001; 11. Go to inventory tool http://localhost:8081/cgi-bin/koha/tools/inventory.pl 12. Upload barcode file via "Choose file" 13. Uncheck "Compare barcodes list to results" 14. Open F12 tools 15. Click "Submit" 16. Click "OK" on confirm box 17. Note that the inventory job takes around 30 seconds to run instead of 50 seconds 17b. The exact figures may vary. If you compare with before patch inventory runs, you'll be saving roughly 20 seconds. 18. Note that "Damaged" appears in the "Damaged" column, which demonstrates that the authorized value lookup was completed for the item in the result list 19. Note that "9" appears in the "Not for loan" column, and "0" appears in the "Lost" and "Withdrawn" columns, which demonstrates that the authorized value lookup wasn't able to find descriptions for these codes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:43:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:43:47 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-GqKZiSIjfH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- The test plan shows that the AV lookups work as expected and the inventory completes faster than before. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:44:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:44:34 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-UV0XGNtUvP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- Note that when bug 34051 is applied to fix a AV caching issue, bug 33989 only saves about .5 seconds for a barcode list of 961, but it's still useful, especially on larger data sets. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:54:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:54:58 +0000 Subject: [Koha-bugs] [Bug 23817] Normalize phone number when searching patrons In-Reply-To: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23817-70-KP1B9Lllfm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23817 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #29 from David Cook <dcook at prosentient.com.au> --- Going to Fail QA my own patches... I really should include a unit test for "preprocess_dbic_for_datatables" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 03:57:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 01:57:03 +0000 Subject: [Koha-bugs] [Bug 24725] xgettext does not support (yet) ES template literals In-Reply-To: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24725-70-CriyiyHSrm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24725 --- Comment #15 from David Cook <dcook at prosentient.com.au> --- Great news! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 04:02:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 02:02:12 +0000 Subject: [Koha-bugs] [Bug 30861] Add the ability to stash extra data in a Koha::Object In-Reply-To: <bug-30861-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30861-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30861-70-tmf9mjVngy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30861 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook <dcook at prosentient.com.au> --- Do you have a particular use case in mind? Would this be a public or private method? I could see it being useful as a private method behind some object-specific methods, but not sure about letting random Koha code stash whatever it wants inside an object... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 04:03:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 02:03:59 +0000 Subject: [Koha-bugs] [Bug 30834] Trigger nightly reindex with a syspref In-Reply-To: <bug-30834-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30834-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30834-70-Ds9n5hnXaP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30834 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook <dcook at prosentient.com.au> --- I don't think we'd want library users to have that kind of power. Reindexing a large collection can take a really long time. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 04:06:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 02:06:34 +0000 Subject: [Koha-bugs] [Bug 31143] We should attempt to fix/identify all cases where '0000-00-00' may still remain in the database In-Reply-To: <bug-31143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31143-70-Iw99SFTxIv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 04:07:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 02:07:13 +0000 Subject: [Koha-bugs] [Bug 28440] Inventory tool tries to put a time into DateLastSeen In-Reply-To: <bug-28440-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28440-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28440-70-tRogPz3vCB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28440 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 04:17:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 02:17:33 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-lkpUlJexi7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook <dcook at prosentient.com.au> --- <branchcode content="foo"/> doesn't look like valid configuration to me. It should be something like <branchcode content="foo" is="branch"/> or <branchcode content="foo" is="branch"></branchcode> If you have the "is" attribute, then there wouldn't be a problem. That said, I don't get why bug 28278 has any handling for the "content" attribute... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 05:06:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 03:06:34 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-3wOvk1y2bA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19532 Status|ASSIGNED |Needs Signoff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 [Bug 19532] Recalls for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 05:06:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 03:06:34 +0000 Subject: [Koha-bugs] [Bug 19532] Recalls for Koha In-Reply-To: <bug-19532-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19532-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19532-70-FzsTqjXPU2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34016 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 [Bug 34016] Enable fulfillment of recalled items through SIP2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 05:06:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 03:06:40 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-InaeImVYzG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152397|0 |1 is obsolete| | --- Comment #5 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152458&action=edit Bug 34016: Manage recalls via SIP This enhancement allows SIP to better handle recalled items - preventing the check-out of recalled items if they have been allocated to another patron, or fulfilling recalls if the item was recalled and allocated to this patron. To test: 1. Run test `prove t/db_dependent/SIP/Transaction.t` 2. Confirm the test fails when trying to fulfill the recall 3. Apply the patch and restart services 4. Run test again `prove t/db_dependent/SIP/Transaction.t` 5. Confirm tests pass Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 05:48:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 03:48:28 +0000 Subject: [Koha-bugs] [Bug 34052] New: Incomplete relative URL to subscription-detail.pl breaks navigation Message-ID: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Bug ID: 34052 Summary: Incomplete relative URL to subscription-detail.pl breaks navigation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Serials Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org On the serials-collection.pl page, there is a same-directory relative link to "subscription-detail.pl" under the "Subscription num." column. Most of the time this isn't a problem, but when you delete a serial, it sends you to a URL like this: http://localhost:8081/cgi-bin/koha/serials/serials-collection.pl/?op=delete_confirmed&biblionumber=1&subscriptionid=1&serialid=1# That relative URL will be interpreted as the following: http://localhost:8081/cgi-bin/koha/serials/serials-collection.pl/subscription-detail.pl?subscriptionid=1 Instead of generating an error, this actually loads the http://localhost:8081/cgi-bin/koha/serials/serials-collection.pl page. The /subscription-detail.pl would be just added to the PATH_INFO on the server. The solution is to use a root-relative URL like we do everywhere else (e.g. /cgi-bin/koha/serials/subscription-detail.pl) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 05:48:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 03:48:35 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-wMBFPtMm9N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:33:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:33:08 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-YDOHODjDbk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:33:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:33:11 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-VtOnBTr0jR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152459&action=edit Bug 34052: Use root relative URL for subscription-detail.pl This patch replaces a same directory relative URL with a root relative URL, so that the navigation to subscription-detail.pl works correctly after deleting a serial. To test: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2. Click "New subscription" 3. Click "Search for a vendor" 4. Click "OK" 5. Click "Choose" 6. Click "Search for record" 7. Type "e" into "Keyword:" box 8. Click "Search" 9. Click "Choose" on top result 10. Click "Next" 11. Fill in "Serials planning" however you like, and click "Test prediction pattern" 12. Click "Save subscription" 13. Click "Serial collection" in left nav menu 14. Click "Delete selected issues" 15. Click "Yes, delete" 16. Click the link under the "Subscription num." table column 17. Note that you're taken to the subscription detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:33:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:33:51 +0000 Subject: [Koha-bugs] [Bug 34053] New: Holdings table overlapping Message-ID: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34053 Bug ID: 34053 Summary: Holdings table overlapping Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: wainuiwitikapark at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org To replicate - 1. Go to opac 2. Do a search in the catalogue 3. Go to a record 4. Go down to the "Holdings" table 5. Scroll in, notice the text overlaps -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:34:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:34:06 +0000 Subject: [Koha-bugs] [Bug 34053] Holdings table overlapping In-Reply-To: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34053-70-P1aVVQwNR5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34053 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|oleonard at myacpl.org |wainuiwitikapark at catalyst.n | |et.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:34:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:34:08 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-eEywbcp4Rz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:49:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:49:44 +0000 Subject: [Koha-bugs] [Bug 34053] Holdings table overlapping In-Reply-To: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34053-70-uoZ1OdUaWv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34053 --- Comment #1 from wainuiwitikapark at catalyst.net.nz --- Created attachment 152460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152460&action=edit Bug 34053: Fixing overlapping in holdings table To see initial issue: 1) Go to opac 2) Do a search in the catalogue 3) Go to a record 4) Go down to the "Holdings" table 5) Scroll in, notice the text overlaps To test fix: 1) Backport patch 2) Build the OPAC CSS from the updated SCSS ("yarn build" on ktd) 3) Go to opac 4) Do a search in the catalogue 5) Go to a record 6) Go down to the "Holdings" table 7) Scroll in, notice the text no longer overlaps Sponsored-by: Ministry for Primary Industries | NZ Government -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 06:50:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 04:50:05 +0000 Subject: [Koha-bugs] [Bug 34053] Holdings table overlapping In-Reply-To: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34053-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34053-70-YddQqBG32w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34053 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 07:52:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 05:52:59 +0000 Subject: [Koha-bugs] [Bug 2894] Routing list holds are broken In-Reply-To: <bug-2894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-2894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-2894-70-pN654DfnK1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2894 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #15 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Changing status to Needs Signoff in hope to get feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:11:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:11:46 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-8zhF9lS4zU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #18 from David Cook <dcook at prosentient.com.au> --- (In reply to Olivier Hubert from comment #16) > I'm reactivating this as I would like to have it solves once and for all. I'll take another look now, as it would be good to get something done for this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:25:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:25:08 +0000 Subject: [Koha-bugs] [Bug 32877] Clean up cataloguing/value_builder/upload.pl In-Reply-To: <bug-32877-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32877-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32877-70-4VbJsRCQjx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32877 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|30975 | Depends on| |30975 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 [Bug 30975] Framework plugins do not work on cloned fields/subfields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:25:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:25:08 +0000 Subject: [Koha-bugs] [Bug 30975] Framework plugins do not work on cloned fields/subfields In-Reply-To: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30975-70-zjjRheWp5s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32877 Depends on|32877 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32877 [Bug 32877] Clean up cataloguing/value_builder/upload.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:30:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:30:14 +0000 Subject: [Koha-bugs] [Bug 30975] Framework plugins do not work on cloned fields/subfields In-Reply-To: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30975-70-5PUWjSKc0i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 --- Comment #39 from Julian Maurice <julian.maurice at biblibre.com> --- Looks like there is only two bugs left : bug 32853 and bug 32856. Both blocked because they are apparently not correct regarding UNIMARC. As they are only "refactoring" patches, can we open new bug reports for these problems in order to not block bug 30975 ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:41:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:41:14 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-hFvhKGKKIr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #19 from David Cook <dcook at prosentient.com.au> --- (In reply to Olivier Hubert from comment #16) > Note that I was unable to recreate the potential issue with only one worker > seeing the changes once Module::Refresh does its job. I just reproduced the problem on my first try with a standard koha-testing-docker setup with 2 starman workers: [2023/06/19 06:17:49] [WARN] It's a good thing you double-checked this plugin before installing it. 0.0.4 28969 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 48. [2023/06/19 06:17:49] [WARN] You did check this plugin before installing it, right? 0.0.4 28969 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 50. [2023/06/19 06:17:53] [WARN] It's a good thing you double-checked this plugin before installing it. 0.0.3 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 48. [2023/06/19 06:17:53] [WARN] You did check this plugin before installing it, right? 0.0.3 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 50. [2023/06/19 06:18:11] [WARN] It's a good thing you double-checked this plugin before installing it. 0.0.4 28969 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 48. [2023/06/19 06:18:11] [WARN] You did check this plugin before installing it, right? 0.0.4 28969 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 50. [2023/06/19 06:18:13] [WARN] It's a good thing you double-checked this plugin before installing it. 0.0.3 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 48. [2023/06/19 06:18:13] [WARN] You did check this plugin before installing it, right? 0.0.3 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 50. [2023/06/19 06:18:15] [WARN] It's a good thing you double-checked this plugin before installing it. 0.0.4 28969 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 48. [2023/06/19 06:18:15] [WARN] You did check this plugin before installing it, right? 0.0.4 28969 at /var/lib/koha/kohadev/plugins/Koha/Plugin/Prosentient/NoisyPlugin.pm line 50. The lines with 0.0.4 28969 are the one that was refreshed using the Module::Refresh patch, and the lines with 0.0.3 are the 2nd Plack worker which didn't get refreshed, since Module::Refresh didn't run in that process. > Moving forward, if forcing a Plack refresh is not the way to go then I am > unsure of the best approach. It seems to me like reading the plugin's main > file on every use defeats the purpose of using Plack. Which is why I focused > on doing it only when installing / upgrading. There are ways... 1. In the "plugin_data" table, we have __INSTALLED_VERSION__. During get_enabled_plugins() and GetPlugins() and Koha::Plugins::Handler->run, and probably other places..., we can compare $class->{metadata}->{version} against __INSTALLED_VERSION__ (note this is a class lookup and not an object lookup, so it would be called before calling the new() constructor to create an object). You could fetch all values for the key __INSTALLED_VERSION__ in 1 database call to reduce overhead. (As for reading the plugin's main file on every use - the file is already loaded into the process's memory. So the plugin's coded information is already available.) 2. A Debian package friendly solution could be running "kill('HUP',$starman_master_pid);" after installing/upgrading a plugin. I talk about this at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30897#c1 It's a bit of a nuclear option but it would be the cleanest. 3. We could do a Plack middleware, although that would run for every single web request. That's probably not necessary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:41:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:41:26 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-8JicozPFlz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:41:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:41:29 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-1a1ichL3mP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152396|0 |1 is obsolete| | --- Comment #6 from David Nind <david at davidnind.com> --- Created attachment 152461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152461&action=edit Bug 34016: Tests for fulfilling recalls via SIP Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:41:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:41:31 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-rpSDxa4hDN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152458|0 |1 is obsolete| | --- Comment #7 from David Nind <david at davidnind.com> --- Created attachment 152462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152462&action=edit Bug 34016: Manage recalls via SIP This enhancement allows SIP to better handle recalled items - preventing the check-out of recalled items if they have been allocated to another patron, or fulfilling recalls if the item was recalled and allocated to this patron. To test: 1. Run test `prove t/db_dependent/SIP/Transaction.t` 2. Confirm the test fails when trying to fulfill the recall 3. Apply the patch and restart services 4. Run test again `prove t/db_dependent/SIP/Transaction.t` 5. Confirm tests pass Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:42:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:42:07 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-ibZFavhPps@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #20 from David Cook <dcook at prosentient.com.au> --- Created attachment 152463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152463&action=edit [DO NOT PUSH] - Plugin for testing Just increment the VERSION number in the main file so that you can test whether or not the Starman process has updated the plugin code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:44:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:44:43 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-bJ97PIF3yo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #3) > Bug 28328 increased several columns to longtext, biblio is almost completely > longtext, so I suggest to do the same for the remaining varchars in > biblioitems: > > * place > * publishercode > * illus > * pages > * size Might not really matter, but LONGTEXT (4G) seems to be absolute overkill for these five fields. Tinytext might be just too small. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:44:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:44:53 +0000 Subject: [Koha-bugs] [Bug 34016] Enable fulfillment of recalled items through SIP2 In-Reply-To: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34016-70-7czsrvxQ0X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com Text to go in the| |This enhancement allows SIP release notes| |(using a self-check | |machines) to better handle | |recalled items - preventing | |the check-out of recalled | |items if they have been | |allocated to another | |patron, or fulfilling | |recalls if the item was | |recalled and allocated to | |this patron. --- Comment #8 from David Nind <david at davidnind.com> --- Testing notes (using KTD): 1. I applied the first patch ==> tests failed. 2. After applying the second patch (plus a flush_memcached, and restart-all). the tests pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 08:57:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 06:57:49 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-emttMDxR3N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #21 from David Cook <dcook at prosentient.com.au> --- Actually, another problem with this whole proposal is that it only takes into account the main plugin .pm file. A plugin can contain many Perl modules, which also need to be updated. Often, these additional modules will be in the same plugin namespace, but they don't have to be. Consider Bywater's Coverflow plugin: https://github.com/bywatersolutions/koha-plugin-coverflow/tree/master/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/lib/perl5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:01:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:01:43 +0000 Subject: [Koha-bugs] [Bug 30328] Add ability to generate barcode with library specific prefix In-Reply-To: <bug-30328-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30328-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30328-70-edUYHw3Zsl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30328 --- Comment #16 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to Katrin Fischer from comment #15) > What is the status of this? Emmi, did you decide to use the plugin? We tested it and unfortunately it doesn't fit our workflow :( I haven't been able to work with this for a while but I'm determined to finally catch up with all my assigned bugs which have been left hanging :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:03:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:03:33 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-QJVcleN4su@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31729 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:03:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:03:33 +0000 Subject: [Koha-bugs] [Bug 31729] Enable automatic filesystem refresh in Plack In-Reply-To: <bug-31729-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31729-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31729-70-XyVBw2GB2e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31729 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31074 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:09:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:09:16 +0000 Subject: [Koha-bugs] [Bug 31074] Cached plugin code is used in Koha even after changes to plugin (install/upgrade/uninstall) In-Reply-To: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31074-70-5QmB1zfVDI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #22 from David Cook <dcook at prosentient.com.au> --- While Plack::Middleware::Refresh wouldn't work for bug 31729, it could potentially cover the plugin scenario, since we don't use .pl scripts in plugins. But it is designed for development and not for production. That said, since it's a Middleware, it's easy for people to inject it into their own .psgi files without it being an out-of-the-box configuration. Or maybe it could be an out-of-the-box configuration and people with backend support could remove it. I'm still thinking about disabling the web upload of plugins and just managing it via the CLI. But I know there's a lot of people in different Koha support situations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:16:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:16:36 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-Lufr0TUGWd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:16:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:16:38 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-pyazD44cdU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152457|0 |1 is obsolete| | --- Comment #5 from David Nind <david at davidnind.com> --- Created attachment 152464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152464&action=edit Bug 34051: Cache empty hashref for non-existent authorised values When fetching authorised value descriptions, we need to handle scenarios where a value doesn't exist in the cache and doesn't exist in the database. In this situation, we return an empty hashref, and this patch makes us cache this empty hashref. This is important because otherwise the function Koha::AuthorisedValues->get_description_by_koha_field will do a database call every time it encounters the same value that doesn't exist in the authorised values table. Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:18:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:18:29 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-NzEhOL95s2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #18 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Nick Clemens from comment #14) > Server version: 10.6.12-MariaDB-log MariaDB Server I tested with 10.5.17. Katrin also had a 10.5.X > > Do you also confirm herewith that you can no longer reproduce with your fix > > applied? > I do, after this we do not see this deadlock occur Great, but still weird. > The deadlock happens consistently, with imports of any size, we are asking > our DBA to take a deeper look That sounds great too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:19:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:19:44 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-bhEThoZDo6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com --- Comment #6 from David Nind <david at davidnind.com> --- Testing notes (using KTD): 1. Running through the test plan (before and after patch applied) - from Network tab for web developer tools: from about 20s (before) to about 10s. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:29:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:29:18 +0000 Subject: [Koha-bugs] [Bug 31119] Cannot enable 2FA without scanning the QR code In-Reply-To: <bug-31119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31119-70-cQ2kTJznvH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31119 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- *** This bug has been marked as a duplicate of bug 34028 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:29:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:29:18 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-SNoGiGi6p6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- *** Bug 31119 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:29:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:29:36 +0000 Subject: [Koha-bugs] [Bug 30586] The fallback option when enabling MFA for login doesn't work In-Reply-To: <bug-30586-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30586-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30586-70-RryIZcLDjf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30586 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- *** This bug has been marked as a duplicate of bug 34028 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:29:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:29:36 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-M4rq6mvyXc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- *** Bug 30586 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:31:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:31:04 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-El0tYPEHLb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28786 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 [Bug 28786] Two-factor authentication for staff client - TOTP -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:31:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:31:04 +0000 Subject: [Koha-bugs] [Bug 28786] Two-factor authentication for staff client - TOTP In-Reply-To: <bug-28786-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28786-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28786-70-27YvZRwQNj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34028 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:48:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:48:44 +0000 Subject: [Koha-bugs] [Bug 34054] New: Allow to embed biblio on GET /items Message-ID: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054 Bug ID: 34054 Summary: Allow to embed biblio on GET /items Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: REST API Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com CC: tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:50:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:50:25 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-FgbYabPwFO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:50:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:50:28 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-tPJGDVw5YR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152398|0 |1 is obsolete| | --- Comment #4 from David Nind <david at davidnind.com> --- Created attachment 152465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152465&action=edit Bug 34028: Fix manual entry for two factor authentication This patch changes the "Account" and "Key" display so that you can manually enter two factor authentication details into an authenticator app. The details are the same as those provided by scanning the QR code. Test plan: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TwoFactorAuthentication 2. Change setting to "Enable" 3. Go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51 4. Click "More" on record toolbar and choose "Manage two-factor authentication" 5. Click "Enable two-factor authentication" 6. Scan the QR code into an authenticator app and note it creates an entry called "Centerville: Centerville_koha" 7. Manually enter an entry into an authenticator app (like Google Authenticator) 7a. Add the "Account" as shown on the Koha screen 7b. Add the "Key" as shown on the Koha screen 8. Note that the entries added by QR code and manual entry have the same label and both were accepted by the authenticator app Signed-off-by: David Nind <david at davidnind.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:52:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:52:26 +0000 Subject: [Koha-bugs] [Bug 34054] Allow to embed biblio on GET /items In-Reply-To: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34054-70-klo7Q2VkRy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:52:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:52:29 +0000 Subject: [Koha-bugs] [Bug 34054] Allow to embed biblio on GET /items In-Reply-To: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34054-70-c2YAYW8xln@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152466&action=edit Bug 34054: Add tests Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:52:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:52:32 +0000 Subject: [Koha-bugs] [Bug 34054] Allow to embed biblio on GET /items In-Reply-To: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34054-70-9CZwViuwDU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054 --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152467&action=edit Bug 34054: Allow to embed biblio on GET /items Test plan: Request the /items REST API endpoint and ask for the biblio's info to be embeded into the response passing x-koha-embed curl -u koha:koha --request GET 'http://localhost:8081/api/v1/items' --header "x-koha-embed: biblio" --header "Content-Type: application/json" Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:52:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:52:46 +0000 Subject: [Koha-bugs] [Bug 34054] Allow to embed biblio on GET /items In-Reply-To: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34054-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34054-70-ezArnWL9LE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30708 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 [Bug 30708] Creation of a new 'Preservation' module -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:52:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:52:46 +0000 Subject: [Koha-bugs] [Bug 30708] Creation of a new 'Preservation' module In-Reply-To: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30708-70-Yi104IKKSq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34054 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054 [Bug 34054] Allow to embed biblio on GET /items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:57:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:57:12 +0000 Subject: [Koha-bugs] [Bug 34055] New: Add API client class to get items Message-ID: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 Bug ID: 34055 Summary: Add API client class to get items Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Blocks: 30708 This will add a new fetch class at koha-tmpl/intranet-tmpl/prog/js/vue/fetch/item-api-client.js to easily list the items from Vue components. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 [Bug 30708] Creation of a new 'Preservation' module -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 09:57:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 07:57:12 +0000 Subject: [Koha-bugs] [Bug 30708] Creation of a new 'Preservation' module In-Reply-To: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30708-70-tM98A0jbp6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34055 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 [Bug 34055] Add API client class to get items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:00:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:00:59 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-EfQt5XlDA7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the details release notes| |displayed for manually | |entering two-factor | |authentication (2FA) | |details into a 2FA | |application (when enabling | |2FA). Currently, the wrong | |information is displayed - | |so you can't successfully | |add the account manually to | |your 2FA application. CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:07:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:07:37 +0000 Subject: [Koha-bugs] [Bug 34055] Add API client class to get items In-Reply-To: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34055-70-hCAJcgNiRu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:07:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:07:39 +0000 Subject: [Koha-bugs] [Bug 34055] Add API client class to get items In-Reply-To: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34055-70-KsMPOmgGPF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152468&action=edit Bug 34055: Add API client class to get items This patch add a new item-api-client.js API client to fetch items using our /items REST API endpoint. Test plan: Add the following two lines to one of the existing Vue component (in data() for instance) and hit the view that is using it. let client = APIClient.item client.items.getAll().then((items) => console.log(items)) Notice that you see all the items in the console. Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:13:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:13:33 +0000 Subject: [Koha-bugs] [Bug 34056] New: authorised-values API client file is missing -api-client suffix Message-ID: <bug-34056-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056 Bug ID: 34056 Summary: authorised-values API client file is missing -api-client suffix Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 32983 Blocks: 34055 In koha-tmpl/intranet-tmpl/prog/js/vue/fetch all files have the -api-client suffix but authorised-values. For consistency we should add it. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32983 [Bug 32983] Use REST API route to retrieve authorised values https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 [Bug 34055] Add API client class to get items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:13:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:13:33 +0000 Subject: [Koha-bugs] [Bug 32983] Use REST API route to retrieve authorised values In-Reply-To: <bug-32983-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32983-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32983-70-VmDZ7XHcLe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32983 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34056 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056 [Bug 34056] authorised-values API client file is missing -api-client suffix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:13:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:13:33 +0000 Subject: [Koha-bugs] [Bug 34055] Add API client class to get items In-Reply-To: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34055-70-2W1jTZWqds@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34056 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056 [Bug 34056] authorised-values API client file is missing -api-client suffix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:17:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:17:38 +0000 Subject: [Koha-bugs] [Bug 34056] authorised-values API client file is missing -api-client suffix In-Reply-To: <bug-34056-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34056-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34056-70-9hGsPP8uFX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:17:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:17:41 +0000 Subject: [Koha-bugs] [Bug 34056] authorised-values API client file is missing -api-client suffix In-Reply-To: <bug-34056-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34056-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34056-70-Poa8Juiibt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152469&action=edit Bug 34056: Add -api-client suffit to authorised-values API client In koha-tmpl/intranet-tmpl/prog/js/vue/fetch all files have the -api-client suffix but authorised-values. For consistency we should add it. Test plan: Go to the ERM module and confirm that dropdown lists are correctly filled in with authorised values. You can also inspect the console and confirm that a GET query to /authorised_value_categories is done Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:19:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:19:21 +0000 Subject: [Koha-bugs] [Bug 34055] Add API client class to get items In-Reply-To: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34055-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34055-70-UDjLDgJAj2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152468|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152470&action=edit Bug 34055: Add API client class to get items This patch add a new item-api-client.js API client to fetch items using our /items REST API endpoint. Test plan: Add the following two lines to one of the existing Vue component (in data() for instance) and hit the view that is using it. let client = APIClient.item client.items.getAll().then((items) => console.log(items)) Notice that you see all the items in the console. Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 10:36:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 08:36:38 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-Zc5689DKYV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Barcode is not accepting |Adding items on receive is |upon confirmation of order |broken |receiving after upgrading | |to 23.05 | Severity|enhancement |blocker CC| |michaela.sieber at kit.edu, | |tomascohen at gmail.com --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Ranjan, thanks a lot for providing the updated document. I can confirm that adding items on receive in master and 23.05 is broken. I am updating this bug to high severity. Testing notes: * Create a basket with 'create items on receive' * Create an order line * Close basket * Receive shipment * Enter invoice number * Click on Receive link in the table * Fill out item form, make sure all mandatory fields are set * Save * Verify that the order line is marked as 'received' * Verify that there has been no item created on the record -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 11:04:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 09:04:38 +0000 Subject: [Koha-bugs] [Bug 29768] hidepatronname hides guarantor name on borrower edit screen In-Reply-To: <bug-29768-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29768-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29768-70-5QUWshWTnf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29768 --- Comment #27 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Hmm, I'm bit confused here. Is status of this "Failed QA" or "Patch doesn't apply" or even "RESOLVED INVALID"? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 11:07:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 09:07:19 +0000 Subject: [Koha-bugs] [Bug 34032] Holds expirationdate left blank if waiting status is reverted In-Reply-To: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34032-70-c3gebV3wI5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 11:12:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 09:12:19 +0000 Subject: [Koha-bugs] [Bug 33554] searching borrowers is a lot slower if there's searchable extended attributes. In-Reply-To: <bug-33554-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33554-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33554-70-OO3hi8FliI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33554 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #6 from Julian Maurice <julian.maurice at biblibre.com> --- (In reply to Jonathan Druart from comment #4) > I was going to suggest to have a separate "extended_attributes" parameter we > could pass to the endpoint, but that's not trivial to implement (we need the > search_type, and to know if we need a OR or AND with q...) I think you'd need to pass all three parameters (the search text, the search field, and the search type) to make it work. Would that be acceptable to have this special case inside Koha::REST::V1::Patrons::list ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 11:29:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 09:29:33 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-9nVwVkRPU1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #31 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt FAIL valid_template DBIx::Class::Schema::source(): Can't find source for AdditionalContentsLocalization at /usr/share/koha/Koha/Objects.pm line 524 FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt FAIL valid_template DBIx::Class::Schema::source(): Can't find source for AdditionalContentsLocalization at /usr/share/koha/Koha/Objects.pm line 524 Can't explain this warning. Should expect a wrong pointer somewhere to Koha/Schema/Result but everything seems fine. Note: Already ran dbrev. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:14:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:14:50 +0000 Subject: [Koha-bugs] [Bug 34057] New: No items created when create on receive is set and item is received Message-ID: <bug-34057-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34057 Bug ID: 34057 Summary: No items created when create on receive is set and item is received Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: Linux Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: bibliothek at th-wildau.de QA Contact: testopia at bugs.koha-community.org After an update to 23.05. items are not created when 'receive' is clicked and item metadata was inserted. to recreate the issue - create new basket with setting: Create items when: receiving an order - add to basket f.e. from new empty record and fill out mandatory values - close basket - on the same vendor click 'receive shipments' - click on 'receive' and and fill in item info on the item dialog - click 'add item' - click 'confirm' - notice that 'Already received' table has no entries until you reload that page - go to the record (summary column) and notice that no items were created -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:15:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:15:01 +0000 Subject: [Koha-bugs] [Bug 34057] No items created when create on receive is set and item is received In-Reply-To: <bug-34057-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34057-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34057-70-nHgupfs3u2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34057 Jan Kissig <bibliothek at th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bibliothek at th-wildau.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:15:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:15:23 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-Qb59cjfXPw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:15:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:15:26 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-w5iO8TY7pf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152254|0 |1 is obsolete| | --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152471&action=edit Bug 33973: Restore sorting on Vue tables Regression from the KohaTable Vue component added by bug 33066. _dt_default_ajax expects options.columns to contain the columns. Test plan: Add some agreements, go the the agreement list view and confirm that you can now sort the agreements using the header columns. Note that the CSS is not correct yet. My understanding is that the DataTable Vue component keep the 'sorting' class on the th which display the grey up/down icon over the blue icon which indicate the current sort column. Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:20:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:20:42 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-MBoTA1IQto@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- This fixes the reported issue. However, Jonathan, I think we should consider moving cypress tests into db_dependent and test with live data coming from the API instead of mocking, otherwise creating a test for this (and other things) is pointless. In this example, "_order_by: -me.publication_title" was not being sent on the request headers. We can't write a test for this as we're mocking the response instead of getting what the API actually returns. I think we discussed moving in this direction in the past, but I can't recall what we decided upon or what were the reasons for not doing it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:31:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:31:39 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-iXQoOXnZni@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Pedro Amorim from comment #6) > This fixes the reported issue. > > However, Jonathan, I think we should consider moving cypress tests into > db_dependent and test with live data coming from the API instead of mocking, > otherwise creating a test for this (and other things) is pointless. > > In this example, "_order_by: -me.publication_title" was not being sent on > the request headers. We can't write a test for this as we're mocking the > response instead of getting what the API actually returns. > I think we discussed moving in this direction in the past, but I can't > recall what we decided upon or what were the reasons for not doing it! We need a way to access the config from cypress tests (for the DB connection). Tests must create the data they need not rely on existing data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:32:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:32:33 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-NsR5NCtVCg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #32 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Marcel de Rooy from comment #31) > FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt > FAIL valid_template > DBIx::Class::Schema::source(): Can't find source for > AdditionalContentsLocalization at /usr/share/koha/Koha/Objects.pm line 524 > > FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt > FAIL valid_template > DBIx::Class::Schema::source(): Can't find source for > AdditionalContentsLocalization at /usr/share/koha/Koha/Objects.pm line 524 > > Can't explain this warning. Should expect a wrong pointer somewhere to > Koha/Schema/Result but everything seems fine. > Note: Already ran dbrev. See comment 23. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 12:57:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 10:57:34 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-LdakNvS7Sq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #8 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- I was thinking create the test data by POSTing to the REST API beforehand, and DELETE it after the tests have finished running? Is this reasonable? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:15:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:15:28 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-q43wAoyQRQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #7 from Ranjan <librarian at pilani.bits-pilani.ac.in> --- Thanks Katrin Fischer I am perfect with all this steps. Only problem is on clicking on the Confirmation button, the barcode is not saving and showing holding as zero. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:19:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:19:30 +0000 Subject: [Koha-bugs] [Bug 34058] New: ILL - Left filters not considering all terms in input Message-ID: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Bug ID: 34058 Summary: ILL - Left filters not considering all terms in input Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: pedro.amorim at ptfs-europe.com CC: jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, katrin.fischer at bsz-bw.de, magnus at libriotech.no, martin.renvoize at ptfs-europe.com, nick at bywatersolutions.com, pedro.amorim at ptfs-europe.com, tomascohen at gmail.com Depends on: 22440 To reproduce, on k-t-d: 1) Run bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) 2) Create a FreeForm ILL request and input 23529000035676 in the cardnumber, that's "Henry Acevedo". 3) Go back to the ILL list table, input "henry" in the bottom "Patron" filter input and press the "Search" button, notice it fetches the request correctly. 4) Now do the the same search but with "henry acevedo", notice the request is not retrieved. The same issue also happens in the "keyword" filter input. Info: patron-search.inc is already doing what we need, but for patrons left side filters, it's handling all the patterns present in the #search_patron_filter input and adding each of those to the query, we need something similar here. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 [Bug 22440] Improve ILL page performance by moving to server side filtering -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:19:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:19:30 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: <bug-22440-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22440-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22440-70-Ar8miw3Xw8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34058 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 [Bug 34058] ILL - Left filters not considering all terms in input -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:41:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:41:56 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-U1COmpB25Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- There's a bug here I think, I'm working on it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:42:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:42:38 +0000 Subject: [Koha-bugs] [Bug 34057] No items created when create on receive is set and item is received In-Reply-To: <bug-34057-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34057-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34057-70-8JAcn1Kqwk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34057 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We found this one almost at the same time, see bug 34022. *** This bug has been marked as a duplicate of bug 34022 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:42:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:42:38 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-93pL2QA95U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bibliothek at th-wildau.de --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 34057 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:54:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:54:57 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-baACiWIinJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Jan Kissig <bibliothek at th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152447|0 |1 is obsolete| | --- Comment #9 from Jan Kissig <bibliothek at th-wildau.de> --- Created attachment 152472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152472&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at Signed-off-by: Jan Kissig <jkissig at th-wildau.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 13:57:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 11:57:25 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-UKakjwMGEO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Jan Kissig <bibliothek at th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #10 from Jan Kissig <bibliothek at th-wildau.de> --- When using Postman instead of curl to send HTTP-request (body:raw, type:xml) with a body like this: <?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>00224nam a22001097a 4500</leader> <controlfield tag="003">OSt</controlfield> <controlfield tag="005">20230412064312.0</controlfield> <controlfield tag="008">230412b |||||||| |||| 00| 0 eng d</controlfield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="c">Ost</subfield> </datafield> <datafield tag="245" ind1=" " ind2=" "> <subfield code="a">NewTitle</subfield> </datafield> </record> f.e. PUT http://localhost:8081/api/v1/biblios/262/merge/6 I get the error { "errors": [ { "message": "Expected object - got string.", "path": "/body" } ], "status": 400 } The proposed way just works fine: 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 14:47:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 12:47:13 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-8AhKL0DP7B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #9 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Pedro Amorim from comment #8) > I was thinking create the test data by POSTing to the REST API beforehand, > and DELETE it after the tests have finished running? Is this reasonable? Yes but it is not always easy to create all the depend data you need. Eg for a patron you need a library and a patron category. Is is possible but we certainly need a lib to help us with dependent objects. Having a direct access to the DB would bring us the usage of TestBuilder. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 15:04:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 13:04:50 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-fcrWLGlm6r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20640 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20640 [Bug 20640] Allow migrating a request between backends -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 15:04:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 13:04:50 +0000 Subject: [Koha-bugs] [Bug 20640] Allow migrating a request between backends In-Reply-To: <bug-20640-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20640-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20640-70-AeTB6fEuT0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20640 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33970 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 [Bug 33970] We need a "backend" column in "illrequestattributes" table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:10:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:10:02 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-g4LEPlm391@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152465|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152473&action=edit Bug 34028: Fix manual entry for two factor authentication This patch changes the "Account" and "Key" display so that you can manually enter two factor authentication details into an authenticator app. The details are the same as those provided by scanning the QR code. Test plan: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TwoFactorAuthentication 2. Change setting to "Enable" 3. Go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51 4. Click "More" on record toolbar and choose "Manage two-factor authentication" 5. Click "Enable two-factor authentication" 6. Scan the QR code into an authenticator app and note it creates an entry called "Centerville: Centerville_koha" 7. Manually enter an entry into an authenticator app (like Google Authenticator) 7a. Add the "Account" as shown on the Koha screen 7b. Add the "Key" as shown on the Koha screen 8. Note that the entries added by QR code and manual entry have the same label and both were accepted by the authenticator app Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:10:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:10:44 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-4hi3ZHIAmL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Solid fix, works as expected. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:14:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:14:10 +0000 Subject: [Koha-bugs] [Bug 29046] Allow libraries to specify email order for "AutoEmailPrimaryAddress" In-Reply-To: <bug-29046-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29046-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29046-70-WtWJ7H2Nh8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:14:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:14:10 +0000 Subject: [Koha-bugs] [Bug 33592] Use drag&drop or sorting options for AutoEmailPrimaryAddress In-Reply-To: <bug-33592-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33592-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33592-70-Ob7njZBSxO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33592 Bug 33592 depends on bug 29046, which changed state. Bug 29046 Summary: Allow libraries to specify email order for "AutoEmailPrimaryAddress" https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:19:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:19:05 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-CWnYlRUeDp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152464|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152474&action=edit Bug 34051: Cache empty hashref for non-existent authorised values When fetching authorised value descriptions, we need to handle scenarios where a value doesn't exist in the cache and doesn't exist in the database. In this situation, we return an empty hashref, and this patch makes us cache this empty hashref. This is important because otherwise the function Koha::AuthorisedValues->get_description_by_koha_field will do a database call every time it encounters the same value that doesn't exist in the authorised values table. Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:19:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:19:50 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-9uu1Dgxnua@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com --- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Nice find.. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:22:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:22:31 +0000 Subject: [Koha-bugs] [Bug 34059] New: advance_notices.pl -c --digest-per-branch does not work as intended Message-ID: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Bug ID: 34059 Summary: advance_notices.pl -c --digest-per-branch does not work as intended Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: pedro.amorim at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, katrin.fischer at bsz-bw.de, martin.renvoize at ptfs-europe.com, samalau at gmail.com, tomascohen at gmail.com Depends on: 33900, 20478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20478 [Bug 20478] Advance notices: send separate digest messages per library https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 [Bug 33900] advance_notices.pl cronjob hangs -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:22:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:22:31 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-5Icdjz9jgU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34059 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:22:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:22:31 +0000 Subject: [Koha-bugs] [Bug 20478] Advance notices: send separate digest messages per library In-Reply-To: <bug-20478-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20478-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20478-70-1xUPfwgoPA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20478 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34059 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:25:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:25:12 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-iqWQX5ZkGo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Pedro Amorim <pedro.amorim at ptfs-europe.com> 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. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:25:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:25:15 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-fp8YMM0dj2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152475&action=edit Bug 34059: Add only issues from the branch that is creating the notice Test plan, on k-t-d 1) Go to 'my account' on top right user menu 2) On 'Patron messaging preferences', click 'Edit' 3) On the 'Item due' row, check the 'Email' and 'Digests only' checkboxes and save 4) On the top search bar, press 'Check out' and enter '42' (koha user cardnumber) 5) On the checkout input bar, enter 39999000001372 and press checkout 7) Go to 'Set library' on top right user menu and pick a different library 8) Repeat step 4), then, on the checkout input, enter 39999000004571 and press checkout 9) Verify that this user now has 2 items checked out, from 2 different libraries at /cgi-bin/koha/circ/circulation.pl?borrowernumber=51 9) Run the following 2 queries to force the due_date to be equal to 'today's' date for both issues: NOTE: change the YYYY-MM-DD below to whatever day it is you're running this test plan UPDATE issues SET date_due = '2023-06-19 23:59:00' where issue_id = 1; UPDATE issues SET date_due = '2023-06-19 23:59:00' where issue_id = 2; 10) Run the cronjob: ./koha/misc/cronjobs/advance_notices.pl -c --digest-per-branch 11) Verify that two DUEDGEST notices were created, one per each library, but both notices contain both issues: SELECT letter_code, time_queued, content FROM message_queue ORDER BY message_id DESC LIMIT 2; 12) Apply patch, then do 10) and 11) again 13) Verify that each notice only contains the issue for its respective library -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 16:30:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 14:30:29 +0000 Subject: [Koha-bugs] [Bug 33900] advance_notices.pl cronjob hangs In-Reply-To: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33900-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33900-70-rOhrvfFFBl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 18:37:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 16:37:01 +0000 Subject: [Koha-bugs] [Bug 34060] New: Broken formatting of resource_list items on mobile in OPAC Message-ID: <bug-34060-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34060 Bug ID: 34060 Summary: Broken formatting of resource_list items on mobile in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: jrobb at sekls.org QA Contact: testopia at bugs.koha-community.org Created attachment 152476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152476&action=edit Tablet screenshot showing the odd formatting When browsing the OPAC on an iPad the last item in some "resource_list" ul elements go out of alignment vertically. We've only been able to replicate this on the tablet itself and it happens in both Safari and Chrome. The problem does not appear when resizing the browser window on a computer. It seems to be a disagreement with the last-child:after rule that replaces the pipe character with nothing: .resource_list li:last-child:after {content: '';} As a workaround, replacing the pipe character with a space instead of nothing seems to avoid the problem: .resource_list li:last-child:after {content: ' ';} -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 19:39:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 17:39:48 +0000 Subject: [Koha-bugs] [Bug 16327] Running build_oai_sets.pl with embed items option should consider every item in a biblio In-Reply-To: <bug-16327-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16327-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16327-70-YqEbXOeAwY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16327 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 19:47:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 17:47:15 +0000 Subject: [Koha-bugs] [Bug 34025] Uniform titles (130 / 240 /730) in biblio to link to authority file In-Reply-To: <bug-34025-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34025-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34025-70-t60TU7JsXF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34025 Ray Delahunty <r.delahunty at arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty at arts.ac.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 20:13:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 18:13:38 +0000 Subject: [Koha-bugs] [Bug 34061] New: Koha Catalog Freezes while being imported Message-ID: <bug-34061-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34061 Bug ID: 34061 Summary: Koha Catalog Freezes while being imported Change sponsored?: --- Product: Koha Version: 21.05 Hardware: PC OS: Linux Status: NEW Severity: critical Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: kohasupport at nlj.gov.jm QA Contact: testopia at bugs.koha-community.org After staging a .mrc file and attempting to import into the catalog, the process freezes. When data is examined, there is no problem. I cleaned and deleted the batch file. I did this multiple times not knowing that data was somehow stored in the Database after the clean and deletion of the batch file. Now I am attempting to upload the DB by breaking it up. Prior to uploading anymore records, the 'cataloguing' search shows that data is in the database but none in the reservoir. Most of it is duplicated. (I suppose from previous trial uploads). I tried the 'cleanup_database. pl' cron job to flush the DB and that did not work. Please advise. Thank you. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 20:40:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 18:40:42 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-K5ErK9wLf3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Marcel de Rooy from comment #7) > (In reply to Katrin Fischer from comment #3) > > Bug 28328 increased several columns to longtext, biblio is almost completely > > longtext, so I suggest to do the same for the remaining varchars in > > biblioitems: > > > > * place > > * publishercode > > * illus > > * pages > > * size > > Might not really matter, but LONGTEXT (4G) seems to be absolute overkill for > these five fields. Tinytext might be just too small. Mostly picked longtext because the majority of datatypes is already longtext if you look at biblio and biblioitems. What do you suggest? We also have a fair bit of mediumtext. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 22:10:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 20:10:03 +0000 Subject: [Koha-bugs] [Bug 17593] Extend circulation rules to include shelving location In-Reply-To: <bug-17593-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17593-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17593-70-sJdxpKmeyX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17593 Kristi <kkrueger at cuyahogalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkrueger at cuyahogalibrary.or | |g -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 19 23:17:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 21:17:21 +0000 Subject: [Koha-bugs] [Bug 28116] Allow for Floating Items to float even if cancelled from Holds In-Reply-To: <bug-28116-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28116-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28116-70-TlGAT7J7v3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28116 Kristi <kkrueger at cuyahogalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkrueger at cuyahogalibrary.or | |g --- Comment #1 from Kristi <kkrueger at cuyahogalibrary.org> --- Circulation staff at our library would appreciate this revision, as almost all of our collection floats. The alert to return to home library causes confusion. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 00:13:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 22:13:31 +0000 Subject: [Koha-bugs] [Bug 30691] ElasticSearch Indexer crashes on authtypecode NAME_EVENT In-Reply-To: <bug-30691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30691-70-Qm2XKxqd94@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30691 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 00:14:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 22:14:05 +0000 Subject: [Koha-bugs] [Bug 30691] ElasticSearch Indexer crashes on authtypecode NAME_EVENT In-Reply-To: <bug-30691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30691-70-522Ta74UAV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30691 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Phil Ringnalda <phil at chetcolibrary.org> --- No, since "The patch doesn't work, though, since some stray whitespace crept into "->as _string."" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 01:41:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 23:41:16 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-bEMLGyZ97z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 01:43:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 23:43:58 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-j0g0OBe0ye@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 01:44:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 23:44:55 +0000 Subject: [Koha-bugs] [Bug 33554] searching borrowers is a lot slower if there's searchable extended attributes. In-Reply-To: <bug-33554-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33554-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33554-70-KXw66A7FiA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33554 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 01:49:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 19 Jun 2023 23:49:18 +0000 Subject: [Koha-bugs] [Bug 30586] The fallback option when enabling MFA for login doesn't work In-Reply-To: <bug-30586-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30586-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30586-70-uEDb9rDJMn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30586 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook <dcook at prosentient.com.au> --- (In reply to Martin Renvoize from comment #0) > I'm not sure how wise it is to display it in full text immediately anyway, > perhaps it should be hidden by default.. but as it is, I can't see how the > fallback would ever work.. I was thinking a bit about that as well. We could have "Can't scan the code?" as clickable text, which shows the manual entry information after being clicked. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 02:34:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 00:34:56 +0000 Subject: [Koha-bugs] [Bug 34062] New: Additional contents with library set do not appair in OPAC Message-ID: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 Bug ID: 34062 Summary: Additional contents with library set do not appair in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: hammat.wele at inlibro.com QA Contact: testopia at bugs.koha-community.org When we create an additional content and specify the library, we are not able to see the additional contents in the OPAC, the OPAC_BRANCH_DEFAULT is used only once, if we reload the page we can't see the additional contents anymore. To reproduce Add « SetENv OPAC_BRANCH_DEFAULT 'CPL' » in the koha-httpd.conf and restart or reload apache 1- Connect to the staff interface 2- Go to Tools->Pages 3- Click on New entry 4- Fill the following field Display location -> OPAC, library -> Centerville, Publication date -> today date, fill the title and the content 5- Save the form 6- get the created page id (select max(idnew) from additional_contents;) 7- Visit http://master/cgi-bin/koha/opac-page.pl?page_id=X (where X is the created page id) in a private tab --> the page is displayed well 8- refresh the page --> the page is no more displayed you get the message «This page does not exist.» -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 02:35:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 00:35:14 +0000 Subject: [Koha-bugs] [Bug 34062] Additional contents with library set do not appair in OPAC In-Reply-To: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34062-70-gh46npD1PJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |hammat.wele at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 02:36:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 00:36:28 +0000 Subject: [Koha-bugs] [Bug 34062] Additional contents with library set do not appair in OPAC In-Reply-To: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34062-70-jVPiS13ayc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com, | |philippe.blouin at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 02:41:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 00:41:19 +0000 Subject: [Koha-bugs] [Bug 34062] Additional contents with library set do not appair in OPAC In-Reply-To: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34062-70-a9u7xFW6Wq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 --- Comment #1 from Hammat wele <hammat.wele at inlibro.com> --- When we create an additional content and specify the library, we are not able to see the additional contents in the OPAC, the OPAC_BRANCH_DEFAULT is used only once, if we reload the page we can't see the additional contents anymore. To reproduce Add « SetENv OPAC_BRANCH_DEFAULT 'CPL' » in the koha-httpd.conf and restart or reload apache 1- Connect to the staff interface 2- Go to Tools->Pages 3- Click on New entry 4- Fill the following field Display location -> OPAC, library -> Centerville, Publication date -> today date, fill the title and the content 5- Save the form 6- get the created page id (select max(idnew) from additional_contents;) 7- Visit http://master/cgi-bin/koha/opac-page.pl?page_id=X (where X is the created page id) in a private tab --> the page is displayed well 8- refresh the page --> the page is no more displayed you get the message «This page does not exist.» -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 02:44:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 00:44:49 +0000 Subject: [Koha-bugs] [Bug 34062] Additional contents with library set do not appair in OPAC In-Reply-To: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34062-70-W2W2djIy08@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 --- Comment #2 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152477&action=edit Bug 34062: Additional contents with library set do not appair in OPAC When we create an additional content and specify the library, we are not able to see the additional contents in the OPAC, the OPAC_BRANCH_DEFAULT is used only once, if we reload the page we can't see the additional contents anymore. To reproduce Add « SetENv OPAC_BRANCH_DEFAULT 'CPL' » in the koha-httpd.conf and restart or reload apache 1- Connect to the staff interface 2- Go to Tools->Pages 3- Click on New entry 4- Fill the following field Display location -> OPAC, library -> Centerville, Publication date -> today date, fill the title and the content 5- Save the form 6- get the created page id (select max(idnew) from additional_contents;) 7- Visit http://master/cgi-bin/koha/opac-page.pl?page_id=X (where X is the created page id) in a private tab --> the page is displayed well 8- refresh the page --> the page is no more displayed you get the message «This page does not exist.» 9- Apply the patch 10- Refresh the page --> the page is displayed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 02:48:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 00:48:29 +0000 Subject: [Koha-bugs] [Bug 34062] Additional contents with library set do not appair in OPAC In-Reply-To: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34062-70-tczzskaacj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 03:05:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 01:05:24 +0000 Subject: [Koha-bugs] [Bug 26268] Remove items.paid for once and for all In-Reply-To: <bug-26268-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26268-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26268-70-tLiGxsbyHe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #46 from David Cook <dcook at prosentient.com.au> --- (In reply to Martin Renvoize from comment #27) > Created attachment 109934 [details] [review] > Bug 26268: (QA follow-up) Conditionally remove > > This patch adds conditions to prevent the removal of items.paidfor if it > is populated and also adds the removal fo the marc_subfield_structure > row if it exists. Unfortunately, it seems like this conditional removal can lead to inconsistent database schemas... issues_stats.pl is breaking because my items table has 47 columns and deleteditems table has 46 columns. The "paidfor" warning message must've been missed in the CLI output at upgrade time. Not sure what the answer is here. Maybe an audit script... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 03:14:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 01:14:05 +0000 Subject: [Koha-bugs] [Bug 34063] New: items.paidfor haunting beyond the grave Message-ID: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 Bug ID: 34063 Summary: items.paidfor haunting beyond the grave Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org Depends on: 26268 Bug 26268 only drops the column items.paidfor if the column is empty. If there is a value, a warning message is displayed, but the database upgrade completes successfully. So you may end up with 47 columns in your items table in Koha 22.11 while the deleteditems table only has 46 columns. This will cause scripts like /cgi-bin/koha/reports/issues_stats.pl to bust with a 500 error since it can't do a * union on those two tables with a different number of columns. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268 [Bug 26268] Remove items.paid for once and for all -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 03:14:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 01:14:05 +0000 Subject: [Koha-bugs] [Bug 26268] Remove items.paid for once and for all In-Reply-To: <bug-26268-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26268-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26268-70-iVWlOik0JY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34063 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 [Bug 34063] items.paidfor haunting beyond the grave -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 03:27:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 01:27:51 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-IaNrXygoGO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #19 from David Cook <dcook at prosentient.com.au> --- Side note: We assume that "Koha::Database->schema->storage->dbh" always returns the same database handle, but that's not necessarily true. According to the documentation and source code at https://metacpan.org/pod/DBIx::Class::Storage::DBI#dbh it seems that it tries to fetch a cached database handle but if for whatever reason that cached database handle doesn't seem connected, it'll create a new handle and connect. Probably not related but just noticed that while looking at something else... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 04:01:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 02:01:45 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28196-70-Sw1mFdzzgT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 04:01:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 02:01:48 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28196-70-shD5DKZSgN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 --- Comment #12 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152478&action=edit Bug 28196: Insert searchid in URL correctly, so it doesn't follow the hash Test plan: 1. Search the catalog in the staff client for anything which will return at least two results 2. Click on any result to go to the bib detail page 3. Click the edit button for any item attached to the bib 4. Verify that the loaded URL contains &searchid=scs_(a number), and that the URL ends with #edititem 5. Make any change to the item, save, verify that your change was made -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 04:03:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 02:03:40 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28196-70-wR3sSWMnv2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|lucas at bywatersolutions.com |phil at chetcolibrary.org --- Comment #13 from Phil Ringnalda <phil at chetcolibrary.org> --- One handy feature of using searchParams.set rather than concatenating strings to form a URL is that you don't have to remember to include the ampersand. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:16:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:16:39 +0000 Subject: [Koha-bugs] [Bug 30486] [OMNIBUS] Synchronize database schema with (older) database revisions In-Reply-To: <bug-30486-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30486-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30486-70-TvIKDxhSdQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30486 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34063 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:16:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:16:39 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-9NLfSfDDjJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30486 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:17:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:17:17 +0000 Subject: [Koha-bugs] [Bug 34064] New: Compare kohastructure.sql against current database using database audit script Message-ID: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Bug ID: 34064 Summary: Compare kohastructure.sql against current database using database audit script Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz As Marcel notes in bug 30486, it's common for an upgraded database to be inconsistent with kohastructure.sql. It would be useful to have an audit script which could compare the current database with kohastructure.sql to see what differences there are. -- Fortunately, I've come up with a script, which hopefully should get us most of the way there. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:28:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:28:24 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-OS9WpazdHb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:28:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:28:28 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-6CuvVHc9Ot@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152479&action=edit Bug 34064: Add an audit script to compare database with kohastructure.sql This script can take a connected database handle and compare that database schema against kohastructure.sql to see what changes the database would need in order to match kohastructure.sql NOTE: It uses SQL::Translation::Diff, which is installed with DBIx::Class. WARNING: The diff doesn't seem to compare comments, so that difference won't appear in the output. If we wanted, we could easily enhance the audit_database.pl script to also compare comments. WARNING: The output is a proposed series of SQL commands. While they are useful to review, they won't always duplicate the changes done by updatedatabase.pl, so it's important to carefully analyze the output. The key purpose of this audit script is to just highlight the differences between the two. Test plan: 0. Apply patch 1. vi ./installer/data/mysql/kohastructure.sql 2. Comment out some columns, change NULL status, or whatever you like 3. perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql 4. Note that the output includes SQL commands to change the database to match the new kohastructure.sql -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:28:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:28:35 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-lbpWn3eaWF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30486 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:28:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:28:35 +0000 Subject: [Koha-bugs] [Bug 30486] [OMNIBUS] Synchronize database schema with (older) database revisions In-Reply-To: <bug-30486-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30486-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30486-70-wSyocQze3m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30486 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34064 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:28:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:28:39 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-IoPpW5xEpL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 06:31:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 04:31:48 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28196-70-Pw6BTf99Uz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122747|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 07:28:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 05:28:27 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-On8gUMkNS6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 07:29:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 05:29:52 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-1fkSKpZNv7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152479|0 |1 is obsolete| | --- Comment #2 from David Cook <dcook at prosentient.com.au> --- Created attachment 152480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152480&action=edit Bug 34064: Add an audit script to compare database with kohastructure.sql This script can take a connected database handle and compare that database schema against kohastructure.sql to see what changes the database would need in order to match kohastructure.sql NOTE: It uses SQL::Translation::Diff, which is installed with DBIx::Class. WARNING: The diff doesn't seem to compare comments, so that difference won't appear in the output. If we wanted, we could easily enhance the audit_database.pl script to also compare comments. WARNING: The output is a proposed series of SQL commands. While they are useful to review, they won't always duplicate the changes done by updatedatabase.pl, so it's important to carefully analyze the output. The key purpose of this audit script is to just highlight the differences between the two. Test plan: 0. Apply patch 1. vi ./installer/data/mysql/kohastructure.sql 2. Comment out some columns, change NULL status, or whatever you like 3. perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql 4. Note that the output includes SQL commands to change the database to match the new kohastructure.sql 5a. Try using koha-foreach and note that the database name appears above the database comparison 5b. koha-foreach "perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 07:33:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 05:33:49 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-jc0NtlYUb2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34064 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 07:33:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 05:33:49 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-7mj6ml7fWm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34063 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 07:58:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 05:58:06 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-rLUMl77Dgn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152480|0 |1 is obsolete| | CC| |emmi.takkinen at koha-suomi.fi --- Comment #3 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152481&action=edit Bug 34064: Add an audit script to compare database with kohastructure.sql This script can take a connected database handle and compare that database schema against kohastructure.sql to see what changes the database would need in order to match kohastructure.sql NOTE: It uses SQL::Translation::Diff, which is installed with DBIx::Class. WARNING: The diff doesn't seem to compare comments, so that difference won't appear in the output. If we wanted, we could easily enhance the audit_database.pl script to also compare comments. WARNING: The output is a proposed series of SQL commands. While they are useful to review, they won't always duplicate the changes done by updatedatabase.pl, so it's important to carefully analyze the output. The key purpose of this audit script is to just highlight the differences between the two. Test plan: 0. Apply patch 1. vi ./installer/data/mysql/kohastructure.sql 2. Comment out some columns, change NULL status, or whatever you like 3. perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql 4. Note that the output includes SQL commands to change the database to match the new kohastructure.sql 5a. Try using koha-foreach and note that the database name appears above the database comparison 5b. koha-foreach "perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql" Signed-off-by: Emmi Takkinen <emmi.takkinen at koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 07:58:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 05:58:13 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-Im82gnmptb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:07:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:07:49 +0000 Subject: [Koha-bugs] [Bug 30975] Framework plugins do not work on cloned fields/subfields In-Reply-To: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30975-70-PuvuDSlgE7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 --- Comment #40 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Julian Maurice from comment #39) > Looks like there is only two bugs left : bug 32853 and bug 32856. Both > blocked because they are apparently not correct regarding UNIMARC. As they > are only "refactoring" patches, can we open new bug reports for these > problems in order to not block bug 30975 ? I think we couldn't test them properly for the confusion, but in theory it should all work. I am not a UNIMARC user, so can't tell how heavily used they are. Also can't test if we updated all plugins. David's list on comment 27 shows some missing, for example marc21_linking_section that also works on repeated fields (7xx). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:19:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:19:12 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-xXdhpU7X9p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- Thanks, Emmi, although I'm going to make a little tweak. I've been running this on a backup server, and finding the output too unwieldy without the tweak. It's amazing looking at real world databases though. My first database has about 1400 lines of suggested changes. Lots of the changes are for little things like synchronizing column collations, but it just goes to show how different updatedatabase.pl is from kohastructure.sql... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:21:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:21:49 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-Wq1EXCF9hG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:21:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:21:52 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-OvGLeYfdXq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- Created attachment 152482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152482&action=edit Bug 34064: Remove no_batch_alters option This change removes the no_batch_alters option. When working with real world databases, you really want to use batch alters to group together changes. Otherwise, the output becomes too overwhelming/unwieldy. On real world databases, I'm noticing big discrepancies, although I think most of the time this is a difference in the collation at the column level. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:23:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:23:09 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-vUxez6xd9b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- On a built server it would be: koha-foreach "perl /usr/share/koha/bin/maintenance/audit_database.pl --filename /usr/share/koha/intranet/cgi-bin/installer/data/mysql/kohastructure.sql" > audit_database.log -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:27:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:27:32 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-4ZGGmH5qNc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Why not using koha-dump? With misc/maintenance/sync_db_comments.pl you could then compare with kohastructure.sql I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:34:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:34:09 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-c0fSMm4e0n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- What do you suggest? A blocking db rev? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:37:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:37:55 +0000 Subject: [Koha-bugs] [Bug 29145] Allow patrons to have overdue items that would not result in debarment when removing overdue debarments In-Reply-To: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29145-70-E6GAb4ZLzO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145 --- Comment #45 from Michaela Sieber <michaela.sieber at kit.edu> --- This bug had status Passed QA , what happened? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:39:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:39:31 +0000 Subject: [Koha-bugs] [Bug 34065] New: Remove unnecessary column-level collation settings for upgraded databases Message-ID: <bug-34065-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34065 Bug ID: 34065 Summary: Remove unnecessary column-level collation settings for upgraded databases Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Database Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org There is a discrepancy on column collation between kohastructure.sql and upgraded databases. One example is the "localization" table. Upgraded databases will have "utf8_unicode_ci" set for column collation and table collation. However, kohastructure.sql only has it at the table level. If you're using an audit script like in bug 34064, this difference will show up. While it's a minor difference, it's a noisy difference and a difference nonetheless. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:39:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:39:36 +0000 Subject: [Koha-bugs] [Bug 34065] Remove unnecessary column-level collation settings for upgraded databases In-Reply-To: <bug-34065-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34065-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34065-70-z5lK69O1N5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34065 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30486 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:39:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:39:36 +0000 Subject: [Koha-bugs] [Bug 30486] [OMNIBUS] Synchronize database schema with (older) database revisions In-Reply-To: <bug-30486-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30486-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30486-70-60oV0nplqW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30486 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34065 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:50:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:50:40 +0000 Subject: [Koha-bugs] [Bug 33802] On OPAC authority detail page, usage count in wrong (when using Elasticsearch) In-Reply-To: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33802-70-RLHCyXldoV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33802 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32707 CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:50:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:50:40 +0000 Subject: [Koha-bugs] [Bug 32707] ElasticSearch should not auto truncate (even if QueryAutoTruncate = 1) for identifiers (and some other fields) In-Reply-To: <bug-32707-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32707-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32707-70-z2SLJg9oGo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32707 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33802 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:51:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:51:28 +0000 Subject: [Koha-bugs] [Bug 24143] buildQuery should disable Query* on identifier search In-Reply-To: <bug-24143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24143-70-oWFiYKiB2i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24143 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |testopia at bugs.koha-communit | |y.org Severity|enhancement |normal Component|Searching - Zebra |Searching -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:51:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:51:35 +0000 Subject: [Koha-bugs] [Bug 33802] On OPAC authority detail page, usage count in wrong (when using Elasticsearch) In-Reply-To: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33802-70-R0zP0QMFCA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33802 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24143 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:51:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:51:35 +0000 Subject: [Koha-bugs] [Bug 24143] buildQuery should disable Query* on identifier search In-Reply-To: <bug-24143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24143-70-37srpXAvDE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24143 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33802 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:53:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:53:18 +0000 Subject: [Koha-bugs] [Bug 33802] On OPAC authority detail page, usage count in wrong (when using Elasticsearch) In-Reply-To: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33802-70-6joCYxK9WI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33802 --- Comment #6 from Fridolin Somers <fridolin.somers at biblibre.com> --- Like said in Bug 24143 search on 'an' should never use auto-truncate. This is a more general issue. I bet this change needs a UT. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 08:55:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 06:55:20 +0000 Subject: [Koha-bugs] [Bug 30975] Framework plugins do not work on cloned fields/subfields In-Reply-To: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30975-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30975-70-vWHBH1295C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 --- Comment #41 from Julian Maurice <julian.maurice at biblibre.com> --- (In reply to Katrin Fischer from comment #40) > Also can't test if we updated all plugins. David's list on comment 27 shows > some missing, for example marc21_linking_section that also works on repeated > fields (7xx). marc21_linking_section does not need to be updated since the JS function already uses its event parameter. A quick grep (git grep '\<function\>' cataloguing/value_builder/ | grep -v '(ev') shows that unimarc_field_125 and unimarc_field_126 are the only ones that do not use their event parameter. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 09:11:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 07:11:28 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-lSdUyhr9C4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #8 from Julian Maurice <julian.maurice at biblibre.com> --- I think it doesn't work for me. It tells me to change all varchar/text column. I tried executing one of these queries and ran the script again: this one query still shows up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 09:12:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 07:12:53 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-lbM4tmoNZF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 09:12:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 07:12:56 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-9k6RV5Atn7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152452|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Created attachment 152483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152483&action=edit Bug 34042: Item search broken by FontAwesome upgrade This patch corrects a small regression in one of the templates for outputting item search results. The template lost the change made to it by Bug 33070: "Remove use of can_edit_items." The error meant that item searching wasn't working at all. To test, apply the patch and perform an item search in the staff interface. Results should be returned as expected. Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org> Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 09:18:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 07:18:10 +0000 Subject: [Koha-bugs] [Bug 29145] Allow patrons to have overdue items that would not result in debarment when removing overdue debarments In-Reply-To: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29145-70-PBgI0UadX7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145 --- Comment #46 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Koha's codebase moved on and this needs to be rebased. Rebasing means that conflicts with the now changed files in master need to be resolved, because this code doesn't 'fit' any more. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 10:32:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 08:32:46 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-lyT3bVGCKH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 10:32:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 08:32:50 +0000 Subject: [Koha-bugs] [Bug 33970] We need a "backend" column in "illrequestattributes" table In-Reply-To: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33970-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33970-70-p5E7nHeecx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 11:18:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 09:18:14 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-j6OGD39QAW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #9 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to David Cook from comment #4) > Thanks, Emmi, although I'm going to make a little tweak. > > I've been running this on a backup server, and finding the output too > unwieldy without the tweak. > > It's amazing looking at real world databases though. My first database has > about 1400 lines of suggested changes. > > Lots of the changes are for little things like synchronizing column > collations, but it just goes to show how different updatedatabase.pl is from > kohastructure.sql... Oh boy. And here I was thinking that my database has a lot of changes to consider (maybe around 200 lines). Although, mine isn't as cleaned up as our production databases. Would be interesting to see how those still differ from kohastructure.sql. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:04:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:04:24 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-3bUpGam9B2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:05:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:05:40 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-Tc4NPsrQAN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #7) > Why not using koha-dump? > With misc/maintenance/sync_db_comments.pl you could then compare with > kohastructure.sql I think. Yes, we are already having code to do this job or similar code that we could merge instead of adding more? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:16:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:16:21 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-wOjQX1OZ3R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #8) > (In reply to Marcel de Rooy from comment #7) > > (In reply to Katrin Fischer from comment #3) > > > Bug 28328 increased several columns to longtext, biblio is almost completely > > > longtext, so I suggest to do the same for the remaining varchars in > > > biblioitems: > > > > > > * place > > > * publishercode > > > * illus > > > * pages > > > * size > > > > Might not really matter, but LONGTEXT (4G) seems to be absolute overkill for > > these five fields. Tinytext might be just too small. > > Mostly picked longtext because the majority of datatypes is already longtext > if you look at biblio and biblioitems. What do you suggest? We also have a > fair bit of mediumtext. Comment2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:19:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:19:42 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-mEcx5WcqKj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Another example (code that I added :) is Koha/Database/Commenter. The associated script helps you to get rid of all changed comment cruft and only focus on the real db changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:52:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:52:58 +0000 Subject: [Koha-bugs] [Bug 34066] New: Datatable options don't fully translate on list of saved reports Message-ID: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066 Bug ID: 34066 Summary: Datatable options don't fully translate on list of saved reports Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Created attachment 152484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152484&action=edit screenshot of saved reports In the screenshot you can see that some of the datatables related string translate, while others remain in English, especially: Showing x to x entries Show x entries First previous next last Search On other pages, like administration > libraries the translation is complete. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:57:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:57:21 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-J1JmLRePqr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #20 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to David Cook from comment #19) > Side note: We assume that "Koha::Database->schema->storage->dbh" always > returns the same database handle, but that's not necessarily true. > > According to the documentation and source code at > https://metacpan.org/pod/DBIx::Class::Storage::DBI#dbh it seems that it > tries to fetch a cached database handle but if for whatever reason that > cached database handle doesn't seem connected, it'll create a new handle and > connect. > > Probably not related but just noticed that while looking at something else... wait_timeout defaults to 28800 (seconds) == 8 hours. The worker is a continuous process. It does db reads itself for the job details. At some point probably a _resultset call in Koha objects or so triggers a reconnect and we get a new handle. But this problem seems to be reproduced every time. The reconnect should logically not occur when we already read job details and continue in the child? So there must be something else going on too.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 13:59:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 11:59:58 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-6C34KSUUcU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Ranjan <librarian at pilani.bits-pilani.ac.in> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |critical -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 14:37:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 12:37:06 +0000 Subject: [Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates In-Reply-To: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33966-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33966-70-U9LPqbwYvC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |fridolin.somers at biblibre.co | |m Status|Pushed to master |Pushed to stable --- Comment #9 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 15:32:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 13:32:39 +0000 Subject: [Koha-bugs] [Bug 33321] "Starts With" function when searching for patrons by address is broken In-Reply-To: <bug-33321-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33321-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33321-70-TDyeWSnMXf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33321 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- The search we currently form is: "extended_attributes.value": { "like": "%" + pattern + (search_type == "contain" ? "%" : "" )}, Which defaults to an 'ends with' search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 15:46:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 13:46:02 +0000 Subject: [Koha-bugs] [Bug 34067] New: Patron attributes search handles 'starts with'/contains incorrectly Message-ID: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34067 Bug ID: 34067 Summary: Patron attributes search handles 'starts with'/contains incorrectly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The search we currently form is: "extended_attributes.value": { "like": "%" + pattern + (search_type == "contain" ? "%" : "" )}, Which defaults to an 'ends with' search -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 15:50:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 13:50:18 +0000 Subject: [Koha-bugs] [Bug 34067] Patron attributes search handles 'starts with'/contains incorrectly In-Reply-To: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34067-70-BUnN8a838T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34067 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 15:50:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 13:50:20 +0000 Subject: [Koha-bugs] [Bug 34067] Patron attributes search handles 'starts with'/contains incorrectly In-Reply-To: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34067-70-hvLxuvy2HP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34067 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152485&action=edit Bug 34067: Correct patron attributes 'starts with' search To test: 1 - Add a new searchable patron attribute type: Koha->Adminsitration->Patron attribute types 2 - Edit a patron and add a value 'alphabeta' for the attribute 3 - Go to 'Patrons', cick the settings icon in search and confirm search type is 'starts with' 4 - Type 'alpha' in the search bar, enter 5 - No patron found, wrong 6 - Type 'beta' in search bar, enter 7 - Patron found, wrong 8 - Apply patch 9 - Search for 'alpha', it finds the patron! 10 - Search for 'beta', patron not found 11 - Change search type to 'contains' 12 - Search for 'beta' 13 - Patron found! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 16:14:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 14:14:45 +0000 Subject: [Koha-bugs] [Bug 34040] Add option to limit fund usage to branch or group In-Reply-To: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34040-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34040-70-Vj5xveL3fC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34040 --- Comment #5 from Lisette Scheer <lisette.scheer at bywatersolutions.com> --- (In reply to Katrin Fischer from comment #4) > It's not the first time this has come up as a question, not sure how to make > it more visible, maybe a hint about the permissions on the funds > administration page? I think a hint on that page would be very helpful. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 16:15:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 14:15:13 +0000 Subject: [Koha-bugs] [Bug 34060] Broken formatting of resource_list items on mobile in OPAC In-Reply-To: <bug-34060-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34060-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34060-70-rUXvuDovH0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34060 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 16:24:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 14:24:12 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-OswSFRsim5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 16:26:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 14:26:01 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-1WOkoHwrH5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- blocker is worse than critical ;) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 16:54:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 14:54:30 +0000 Subject: [Koha-bugs] [Bug 34068] New: Dropdown selector when changing pickup library is buggy Message-ID: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068 Bug ID: 34068 Summary: Dropdown selector when changing pickup library is buggy Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 152486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152486&action=edit Buggy dropdown selector To recreate: 1. Have a library that has more than 30 pickup branches. 2. Place a hold on an item. 3. Go to the patron account and try to change the pickup location. The dropdown selector will keep repeating the last 10 libraries. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:37:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:37:28 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-s9NzLlTYRM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:37:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:37:31 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-ioHfx5oNsH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152433|0 |1 is obsolete| | --- Comment #6 from Sam Lau <samalau at gmail.com> --- Created attachment 152487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152487&action=edit Bug 33974: Add Koha::Biblios->api_query_fixer This patch adds the `api_query_fixer` method to the class, and adds tests to validate its behavior. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblios.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:37:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:37:33 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-gQpOmPxu0W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152434|0 |1 is obsolete| | --- Comment #7 from Sam Lau <samalau at gmail.com> --- Created attachment 152488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152488&action=edit Bug 33974: Make biblioitem columns searchable in a generic way This patch makes biblioitem attributes be searchable on the biblios endpoint. It does so by using the new method in Koha::Biblios, and by adjusting objects.search(_rs) to accept a $query_fixer arrayref of functions to be applied to each query or order_by parameters. The result is cleaner code to write, but complex internals. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass! Searching for biblioitem attributes works on the API! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:37:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:37:35 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-tzILRrOR25@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152435|0 |1 is obsolete| | --- Comment #8 from Sam Lau <samalau at gmail.com> --- Created attachment 152489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152489&action=edit Bug 33974: (follow-up) Adapt the orders endpoint In order to reduce the technical debt carried on the orders controller, and to highlight the decisions made on the prior patch, I adapted the list() orders controller using the new tools in town. The result is this endpoint can now embed bibio, without needing to have a custom piece of code. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/*.t => SUCCESS: Tests pass :-D Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:53:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:53:33 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-4mCofKz8zI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:53:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:53:35 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-TKmireh9eZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152418|0 |1 is obsolete| | --- Comment #10 from Sam Lau <samalau at gmail.com> --- Created attachment 152490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152490&action=edit Bug 34029: Extend datatypes of biblioitems.columns to longtext to avoid breaking import This updated the datatype of the following columns from varchar(255) to longtext to avoid import problems if the mapped MARC field's data exceeds 255 characters. This is for: * place (260$a and 264$a) * publishercode (260$b and 264$b) * size (300$c) * illus (300$b) * pages (300$a) To test: * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. Try to save. * Run the updatedatabase script to modify the DB structure * restart_all * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. * Save * Export the record * Import the record using staging tools, all should work well Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:56:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:56:24 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-wA0ZYwfgGy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 17:58:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 15:58:42 +0000 Subject: [Koha-bugs] [Bug 34006] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-uEQvqdCbHt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #7 from Sam Lau <samalau at gmail.com> --- CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt error: Failed to merge in the changes. Patch failed at 0001 Bug 34006: Fix value of "Keep current" option on receive so correct fund is saved -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:08:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:08:03 +0000 Subject: [Koha-bugs] [Bug 34067] Patron attributes search handles 'starts with'/contains incorrectly In-Reply-To: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34067-70-5eZyMyyubv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34067 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:08:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:08:05 +0000 Subject: [Koha-bugs] [Bug 34067] Patron attributes search handles 'starts with'/contains incorrectly In-Reply-To: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34067-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34067-70-GxhlWwRH0R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34067 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152485|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152491&action=edit Bug 34067: Correct patron attributes 'starts with' search To test: 1 - Add a new searchable patron attribute type: Koha->Adminsitration->Patron attribute types 2 - Edit a patron and add a value 'alphabeta' for the attribute 3 - Go to 'Patrons', cick the settings icon in search and confirm search type is 'starts with' 4 - Type 'alpha' in the search bar, enter 5 - No patron found, wrong 6 - Type 'beta' in search bar, enter 7 - Patron found, wrong 8 - Apply patch 9 - Search for 'alpha', it finds the patron! 10 - Search for 'beta', patron not found 11 - Change search type to 'contains' 12 - Search for 'beta' 13 - Patron found! Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:10:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:10:38 +0000 Subject: [Koha-bugs] [Bug 34069] New: Add ability to restore a recently deleted borrower from deletedborrowers Message-ID: <bug-34069-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34069 Bug ID: 34069 Summary: Add ability to restore a recently deleted borrower from deletedborrowers Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com It would be awesome to have the ability to restore a deleted borrower from deletedborrowers. Of course, if the borrower you need has been purged from that table for whatever reason, it wouldn't work, but it feels like an essential missing feature since we keep the data for Reasons anyway. Liz -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:21:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:21:08 +0000 Subject: [Koha-bugs] [Bug 21860] MARC modification templates cannot check or change indicators In-Reply-To: <bug-21860-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21860-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21860-70-KbUsBgTcJo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21860 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:23:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:23:47 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-I7AX8nko0R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:23:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:23:50 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-S5eRx4b4Ag@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152475|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152492&action=edit Bug 34059: Add only issues from the branch that is creating the notice Test plan, on k-t-d 1) Go to 'my account' on top right user menu 2) On 'Patron messaging preferences', click 'Edit' 3) On the 'Item due' row, check the 'Email' and 'Digests only' checkboxes and save 4) On the top search bar, press 'Check out' and enter '42' (koha user cardnumber) 5) On the checkout input bar, enter 39999000001372 and press checkout 7) Go to 'Set library' on top right user menu and pick a different library 8) Repeat step 4), then, on the checkout input, enter 39999000004571 and press checkout 9) Verify that this user now has 2 items checked out, from 2 different libraries at /cgi-bin/koha/circ/circulation.pl?borrowernumber=51 9) Run the following 2 queries to force the due_date to be equal to 'today's' date for both issues: NOTE: change the YYYY-MM-DD below to whatever day it is you're running this test plan UPDATE issues SET date_due = '2023-06-19 23:59:00' where issue_id = 1; UPDATE issues SET date_due = '2023-06-19 23:59:00' where issue_id = 2; 10) Run the cronjob: ./koha/misc/cronjobs/advance_notices.pl -c --digest-per-branch 11) Verify that two DUEDGEST notices were created, one per each library, but both notices contain both issues: SELECT letter_code, time_queued, content FROM message_queue ORDER BY message_id DESC LIMIT 2; 12) Apply patch, then do 10) and 11) again 13) Verify that each notice only contains the issue for its respective library Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:24:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:24:07 +0000 Subject: [Koha-bugs] [Bug 32724] Merge fields / subfields with MARC modification templates In-Reply-To: <bug-32724-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32724-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32724-70-ET2mzezXJP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32724 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:25:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:25:05 +0000 Subject: [Koha-bugs] [Bug 32725] Be able to nested sets of conditions in MARC Modification templates In-Reply-To: <bug-32725-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32725-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32725-70-FJWIlEP7fL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32725 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com --- Comment #1 from mathieu saby <mathsabypro at gmail.com> --- Or maybe to be able to combine several conditions? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:25:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:25:39 +0000 Subject: [Koha-bugs] [Bug 26869] Enable batch record modification to create 952/item on existing bibs In-Reply-To: <bug-26869-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26869-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26869-70-F9k9r5kvcl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26869 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:27:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:27:24 +0000 Subject: [Koha-bugs] [Bug 22436] add move or copy control field from or to subfield in MARC modification templates In-Reply-To: <bug-22436-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22436-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22436-70-2mwoQF1WtP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22436 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 18:47:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 16:47:18 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-YowdZAL6WD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla at bywatersolu | |tions.com --- Comment #9 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> --- (In reply to Katrin Fischer from comment #8) > Can this please be backported for next bugfix releas? No strings! I second Katrin, can this please be backported to 22.11.xx? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 19:21:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 17:21:36 +0000 Subject: [Koha-bugs] [Bug 34070] New: background_jobs_worker.pl fills logs when not connecting Message-ID: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 Bug ID: 34070 Summary: background_jobs_worker.pl fills logs when not connecting Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org I noticed my disk was filling up, because worker-output.log was getting several hundred of these per second: [2023/06/20 18:21:24] [WARN] Frame not processed - malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "You must log in usin...") at /usr/share/koha/bin/background_jobs_worker.pl line 116. main::catch {...} /usr/share/koha/bin/background_jobs_worker.pl (119) I think the problem is related to this code: 106 while (1) { 107 if ( $conn ) { 108 my $frame = $conn->receive_frame; 109 if ( !defined $frame ) { 110 # maybe log connection problems 111 next; # will reconnect automatically 112 } 113 114 my $args = try { 115 my $body = $frame->body; 116 decode_json($body); # TODO Should this be from_json? Check utf8 flag. 117 } catch { 118 Koha::Logger->get({ interface => 'worker' })->warn(sprintf "Frame not processed - %s", $_); 119 return; 120 } finally { 121 $conn->ack( { frame => $frame } ); 122 }; 123 124 next unless $args; 125 126 # FIXME This means we need to have create the DB entry before 127 # It could work in a first step, but then we will want to handle job that will be created from the message received 128 my $job = Koha::BackgroundJobs->find($args->{job_id}); There is a problem with the connection, but $conn is still defined, so this code is run. When I Dump $conn after line 107 it looks like this: $VAR1 = bless( { 'bufsize' => 8192, 'logger' => bless( { 'warn' => 1, 'error' => 1, 'fatal' => 1 }, 'Net::Stomp::StupidLogger' ), '_framebuf_changed' => 1, 'port' => '61613', 'connect_delay' => 5, '_pid' => ***, 'hostname' => 'localhost', 'reconnect_attempts' => 0, 'reconnect_on_fork' => 1, 'select' => bless( [ '�', 1, undef, undef, undef, undef, undef, undef, undef, bless( \*Symbol::GEN0, 'IO::Socket::IP' ) ], 'IO::Select' ), 'socket' => $VAR1->{'select'}[9], 'initial_reconnect_attempts' => 1, '_framebuf' => '', 'socket_options' => {}, 'subscriptions' => { 'dest-/queue/koha_***-default' => { 'ack' => 'client', 'destination' => '/queue/koha_***-default', 'prefetch-count' => 1 } } }, 'Net::Stomp' ); If I dump the contents of $body after line 115, I get 'You must log in using CONNECT first'. Not sure why that happens yet, but how we handle it seems to be problematic. We fail to decode it, because it is not JSON. So the "catch" block is run and logs the problem. But then I think the "return" kicks us back to the start of the "while" and we end up logging the same error as fast as we can, which seems to be pretty fast. And we never get to the "ack" on line 121. The comment "will reconnect automatically" seems to be a little optimistic? Moving the "return" from the end of the "catch" block, to the end of the "finally" block slows things down, now the logging only happens about every other second. But there is also a problem because we are assigning the "output" from the try/catch to $args. If we can decode_json the $body, that works as expected. But if we execute the "catch" block, it looks like $args gets assigned the result of Koha::Logger->get, which seems to be 1. So $args is defined on line 124 and we get to Koha::BackgroundJobs->find, but using "1" as a hashref there does not work. I think maybe something like this would work better: my $args; try { my $body = $frame->body; $args = decode_json($body); # TODO Should this be from_json? Check utf8 flag. } catch { Koha::Logger->get({ interface => 'worker' })->warn(sprintf "Frame not processed - %s", $_); } finally { $conn->ack( { frame => $frame } ); return; }; Is the return needed? This is a little above my head, so other solutions are most welcome. And if anyone can tell me why I get 'You must log in using CONNECT first' I would be most grateful. :-) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 19:27:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 17:27:51 +0000 Subject: [Koha-bugs] [Bug 34070] background_jobs_worker.pl floods logs when not connecting In-Reply-To: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34070-70-bWDD3wCxXE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|background_jobs_worker.pl |background_jobs_worker.pl |fills logs when not |floods logs when not |connecting |connecting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 19:45:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 17:45:39 +0000 Subject: [Koha-bugs] [Bug 34070] background_jobs_worker.pl floods logs when not connecting In-Reply-To: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34070-70-FswlS6d0K8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 --- Comment #1 from Magnus Enger <magnus at libriotech.no> --- Looks like the problem with connecting might be because I have not added the proper config to koha-conf.xml: <message_broker> <hostname>__MESSAGE_BROKER_HOST__</hostname> <port>__MESSAGE_BROKER_PORT__</port> <username>__MESSAGE_BROKER_USER__</username> <password>__MESSAGE_BROKER_PASS__</password> <vhost>__MESSAGE_BROKER_VHOST__</vhost> </message_broker> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 20:03:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 18:03:29 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-MyUPrhD0Ox@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 20:03:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 18:03:31 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-I0GXIPpC08@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152459|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152493&action=edit Bug 34052: Use root relative URL for subscription-detail.pl This patch replaces a same directory relative URL with a root relative URL, so that the navigation to subscription-detail.pl works correctly after deleting a serial. To test: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2. Click "New subscription" 3. Click "Search for a vendor" 4. Click "OK" 5. Click "Choose" 6. Click "Search for record" 7. Type "e" into "Keyword:" box 8. Click "Search" 9. Click "Choose" on top result 10. Click "Next" 11. Fill in "Serials planning" however you like, and click "Test prediction pattern" 12. Click "Save subscription" 13. Click "Serial collection" in left nav menu 14. Click "Delete selected issues" 15. Click "Yes, delete" 16. Click the link under the "Subscription num." table column 17. Note that you're taken to the subscription detail page Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 20:25:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 18:25:26 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-9ovjuygFUU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 20:25:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 18:25:28 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-ctRtjYxHy9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152392|0 |1 is obsolete| | --- Comment #9 from Sam Lau <samalau at gmail.com> --- Created attachment 152494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152494&action=edit Bug 33887: Add the ability to optionally fill the next hold when an item is automatically checked in. When an item is automatically checked in, Koha should be able to trap that item for the next patron and send a notification to that patron that a hold is waiting for them. To test: 1. Apply patches 2. restart_all and updatedatabase 3. Go to administration -> item types and edit an item type 4. Make sure the checkbox that is labeled ‘Automatic checkin:’ is checked. At the bottom of the page click save changes. 5. In Administration -> system preferences, search for ‘AutomaticCheckinAutoFill’ and set it to ‘Do’. 6. Check out an item to a patron and make it overdue (.ie set due date to yesterday). Also make sure that the item type you are checking out matches the item type edited in step 4. 7. Place a hold on the item. Make the pickup location the same as the library it is checked out from. 8. Run cronjob at misc/cronjobs/automatic_checkin.pl 9. On the item details page, notice that the item was checked in and now the hold is waiting for pickup. 10. Visit the patron’s page who placed the hold. 11. Click on the notices tab and see that there is a ‘Hold available for pickup’ notice. 12. Repeat steps 6-8, but this time make the hold pickup location different than the library the item is currently checked out to. 13. Notice that this time, the item was checked in, the hold is waiting, and the item is in transit to the other library. 14. If you visit the patron’s page, this time there should be no new notice because the item is still in transit. 15. Sign-Off :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 20:43:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 18:43:42 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-SYrabyJi9y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 --- Comment #10 from Sam Lau <samalau at gmail.com> --- (In reply to David Nind from comment #8) Hi David, thanks for taking the time to test my patch! I fixed the closing bracket issue and also changed the system preference to 'Don't Allow/Allow' as requested. > - Item type description: > . I think the label should be "Automatic check-in", as it is a noun (I > think). See the terminology guidelines > https://wiki.koha-community.org/wiki/Terminology#C > . Also, if this requires the AutomaticCheckinAutoFill to work, then I > think we should include that in the guidance, including linking to the > system preference. For example: > If checked, items are automatically checked in once they've reached > their due date. This requires setting the AutomaticCheckinAutoFill system > preference and scheduling the running of the > misc/cronjobs/automatic_checkin.pl cronjob. These comments seem to be regarding the initial automatic check-in feature and it would be best to file them as a separate bug. I will file this bug very soon. > . Also, if this requires the AutomaticCheckinAutoFill to work, then I > think we should include that in the guidance, including linking to the > system preference. Just for some more clarification on this feature: AutomaticCheckinAutoFill isn't required in order for automatic check-in to occur, it just adds another part to it where if there is a hold on the item being automatically checked in, the hold is moved into the next state. Once again, thanks for taking the time to test, and let me know if any more changes need to be made! - Sam -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 21:38:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 19:38:15 +0000 Subject: [Koha-bugs] [Bug 34071] New: Change the phrasing of 'automatic checkin' to fit consistent terminology Message-ID: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Bug ID: 34071 Summary: Change the phrasing of 'automatic checkin' to fit consistent terminology Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: samalau at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Visit administration->item types and then edit an item. Notice there is a checkbox that is labeled as 'Automatic checkin', however 'checkin', in this case, is being utilized as a noun and according to the terminology (https://wiki.koha-community.org/wiki/Terminology#C), it should be written as 'Automatic check-in' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 21:38:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 19:38:15 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-Fo3Q0oEsKx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34071 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 21:38:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 19:38:15 +0000 Subject: [Koha-bugs] [Bug 23207] Allow automatic checkin/return at end of circulation period In-Reply-To: <bug-23207-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23207-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23207-70-BYAfzqDSx0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34071 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 21:39:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 19:39:11 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-3dCbMxAkU2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |samalau at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 21:39:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 19:39:23 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-vogDMo1Q6h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 20 21:41:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 19:41:52 +0000 Subject: [Koha-bugs] [Bug 33887] Automatic checkin should be able to optionally fill the next hold with the returned item In-Reply-To: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33887-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33887-70-ZzTm4hgBJA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887 --- Comment #11 from Sam Lau <samalau at gmail.com> --- I just filed bug 34071 which addresses the hyphen issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 00:02:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 22:02:48 +0000 Subject: [Koha-bugs] [Bug 34072] New: Holds queue search interface hidden on small screens Message-ID: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072 Bug ID: 34072 Summary: Holds queue search interface hidden on small screens Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: andrewfh at dubcolib.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The search interface for the holds queue (view_holdsqueue.pl) is hidden on small/narrow screens. To recreate in Chrome: - go to /cgi-bin/koha/circ/view_holdsqueue.pl - inspect something within the page to open the dev tools - press ctrl-shift-m to show the device toolbar - use the device toolbar to reduce the resolution of your window - observe that the search controls are lost at smaller resolutions -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 00:15:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 22:15:21 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8838-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8838-70-n9m0pSuN8b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 Cheryl <clackman at fargolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman at fargolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 00:22:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 22:22:01 +0000 Subject: [Koha-bugs] [Bug 34072] Holds queue search interface hidden on small screens In-Reply-To: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34072-70-bLQj0F3qfV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 00:22:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 22:22:03 +0000 Subject: [Koha-bugs] [Bug 34072] Holds queue search interface hidden on small screens In-Reply-To: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34072-70-rnIYlmHNvx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152495&action=edit Bug 34072: Remove float/clear from froms.scss To test: - go to /cgi-bin/koha/circ/view_holdsqueue.pl - inspect something within the page to open the dev tools - press ctrl-shift-m to show the device toolbar - use the device toolbar to reduce the resolution of your window - observe that the search controls are lost at smaller resolutions - Apply patch, regerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ), clear browser cache - Try again, you should now see the search controls - Since this patch changes forms.scss try some other forms in Koha at different screen sizes to make sure they still look correct -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:32:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:32:00 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-WHf9rm3Sjs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #1) > What do you suggest? A blocking db rev? I'm not sure yet. A blocking db rev would work well if upgrading 1 Koha schema at a time, but probably wouldn't work well when upgrading all Koha schemas via a "apt install koha-common". One option would be to move the data from items.paidfor to somewhere else and then drop the column, but I don't think we have an easy option for that. I've just started to manually go through these databases, and so far I'm putting "items.paidfor" into non-public notes, but if the item already has a non-public note that probably won't work very well. For now, I think my suggestion is to show the problems, so that people can remedy them, and that's why I raised bug 34064 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:34:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:34:36 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-d0af3XrnXN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #21 from David Cook <dcook at prosentient.com.au> --- (In reply to Marcel de Rooy from comment #20) > wait_timeout defaults to 28800 (seconds) == 8 hours. > The worker is a continuous process. It does db reads itself for the job > details. At some point probably a _resultset call in Koha objects or so > triggers a reconnect and we get a new handle. > But this problem seems to be reproduced every time. The reconnect should > logically not occur when we already read job details and continue in the > child? So there must be something else going on too.. I'm thinking more along the lines of that dbh's ping not coming back as expected and it spawning a new connection, but it's too tough to know arm's length. Just trying to think of any angle that could be used to troubleshoot it. Without being able to reproduce it outside of Bywater prod, it's a tough one :/. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:40:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:40:04 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-FEGwUvwdLH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #12 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #7) > Why not using koha-dump? > With misc/maintenance/sync_db_comments.pl you could then compare with > kohastructure.sql I think. You mean comparing a schema dump and kohastructure.sql? That could work, but it puts a lot of work on the human brain I think. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:40:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:40:57 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-75h5S9ydqC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #13 from David Cook <dcook at prosentient.com.au> --- (In reply to Julian Maurice from comment #8) > I think it doesn't work for me. It tells me to change all varchar/text > column. I tried executing one of these queries and ran the script again: > this one query still shows up. It's probably related to collation or character set. I was a bit confused at first by some of the suggestions, and that's what it ended up being. Which query still shows up? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:41:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:41:49 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-7ClGIdU5VB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #14 from David Cook <dcook at prosentient.com.au> --- (In reply to Emmi Takkinen from comment #9) > Oh boy. And here I was thinking that my database has a lot of changes to > consider (maybe around 200 lines). Although, mine isn't as cleaned up as our > production databases. Would be interesting to see how those still differ > from kohastructure.sql. Right? I'm finding the discrepancies very interesting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:53:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:53:20 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-Zas0EdxXqr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #15 from David Cook <dcook at prosentient.com.au> --- (In reply to Marcel de Rooy from comment #10) > (In reply to Jonathan Druart from comment #7) > > Why not using koha-dump? > > With misc/maintenance/sync_db_comments.pl you could then compare with > > kohastructure.sql I think. > > Yes, we are already having code to do this job or similar code that we could > merge instead of adding more? (In reply to Marcel de Rooy from comment #11) > Another example (code that I added :) is Koha/Database/Commenter. > The associated script helps you to get rid of all changed comment cruft and > only focus on the real db changes. I did take a look at Koha::Database::Commenter, but it is specific to comments and it's not fully parsing the SQL. SQL::Translator is a great externally maintained library that makes it easy to programmatically work with database schemas, and it's already a dependency of the DBIx::Class deb package. Koha::Database::Commenter could be replaced with a SQL::Translator based mechanism. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:54:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:54:26 +0000 Subject: [Koha-bugs] [Bug 25079] Show club enrollment question answers in staff interface In-Reply-To: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25079-70-236UH1C7Ju@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151818|0 |1 is obsolete| | --- Comment #9 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152496&action=edit Bug 25079: Add a 'edit' functionality to the Clubs tool in the staff interface A club enrollment can be cancel but it can't be edited This patch add a 'edit' functionality to the Clubs tool in the staff interface Test plan 1. Create a club template 1.1. Go to Tools > Patron clubs 1.2. Click on 'New Club Template' 1.3. Fill the form 1.4. on the 'Club fields' section, Click on Add new field 1.5. Fill in the form 1.6. on the 'Enrollment fields' section, Click on Add new field 1.7. Fill in the form 1.8. Click on Save button 2. Creation of the club 2.1. Go to Tools > Patron clubs > 'Clubs' section (bottom) 2.2. Click on the 'New Club' button and select the club template create on step 1 2.3. Fill in the form 2.4. Click on Save button 3. Club enrollement On the intranet 3.1. Search for a pratron and open the patron folder 3.2. Click on the 'Clubs' tab 3.3. Find the name of the club and click on 'Enroll' 3.4. Fill the questionnaire 3.5. Confirm registration ---> Note that the enrollement can be canceled but it cannot be modified 4. Apply the patch 5. Click one more time on the 'Clubs' tab ---> Note that the enrollement can now be modified Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:54:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:54:30 +0000 Subject: [Koha-bugs] [Bug 25079] Show club enrollment question answers in staff interface In-Reply-To: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25079-70-cEpCddZaP7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151819|0 |1 is obsolete| | --- Comment #10 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152497&action=edit Bug 25079: Show club enrollment question answers in staff client When a patron is enrolled in a patron club, koha collects answers to library-defined enrollment questions. Those answers go into the database but are not viewable outside of reports. This patch make those answers viewable on club-enrollments.pl. Test plan 1. Apply the patch 2. Create a club template 2.1. Go to Tools > Patron clubs 2.2. Click on 'New Club Template' 2.3. Fill the form 2.4. on the 'Club fields' section, Click on Add new field 2.5. Fill in the form 2.6. on the 'Enrollment fields' section, Click on Add new field 2.7. Fill in the form 2.8. Click on Save button 3. Creation of the club 3.1. Go to Tools > Patron clubs > 'Clubs' section (bottom) 3.2. Click on the 'New Club' button and select the club template create on step 1 3.3. Fill in the form 3.4. Click on Save button 4. Club enrollement On the intranet (or the OPAC if permitted) 4.1. Search for a pratron and open the patron folder 4.2. Click on the 'Clubs' tab 4.3. Find the name of the club and click on 'Enroll' 4.4. Fill the questionnaire 4.5. Confirm registration 5. Check registrations on the intranet 5.1. Go to Tools > Patron clubs 5.2. In the bottom 'Clubs' section, find the name of the club 5.3. check the 'Enrolled patrons' column ---> should not be equal to zero. 5.4 Click on 'Action' and choose the option “Enrollments” ---> The Enrollment fields created on step 2.6. are viewable in the table with their values Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:54:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:54:35 +0000 Subject: [Koha-bugs] [Bug 25079] Show club enrollment question answers in staff interface In-Reply-To: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25079-70-aHzfNf0len@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079 Hammat wele <hammat.wele at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151820|0 |1 is obsolete| | --- Comment #11 from Hammat wele <hammat.wele at inlibro.com> --- Created attachment 152498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152498&action=edit Bug 25079: (QA follow-up) Fix TT issues Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 01:55:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 20 Jun 2023 23:55:11 +0000 Subject: [Koha-bugs] [Bug 25079] Show club enrollment question answers in staff interface In-Reply-To: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25079-70-kOxTOIxMao@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079 --- Comment #12 from Hammat wele <hammat.wele at inlibro.com> --- Rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 02:07:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 00:07:08 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-ozDQNvpjk6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34065 --- Comment #16 from David Cook <dcook at prosentient.com.au> --- I'm a bit disappointed that people aren't as excited about this script as I am, but that's OK. I wrote it to help me fix my local databases, and it's already showing me lots of differences. I can keep this as a local tool, and use it raise Bugzilla issues. I just thought the community would find it useful, since this is an area that we've really struggled with together for many years. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 02:07:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 00:07:09 +0000 Subject: [Koha-bugs] [Bug 34065] Remove unnecessary column-level collation settings for upgraded databases In-Reply-To: <bug-34065-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34065-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34065-70-SZJJagPVLA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34065 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34064 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 03:42:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 01:42:00 +0000 Subject: [Koha-bugs] [Bug 24143] buildQuery should disable Query* on identifier search In-Reply-To: <bug-24143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24143-70-UflBg9nv9e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24143 --- Comment #7 from David Cook <dcook at prosentient.com.au> --- If I recall correctly, the QueryXXX settings are set in the wrong scope in buildQuery. It's a long term goal to fix that one day... At the moment, the problem with patches like this is they'll disable QueryXXX settings for unrelated indexes on complex queries. (At least if it still works the way it used to... I suppose it's always possible things have changed since I last looked.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 03:43:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 01:43:11 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-MhkFj1aTth@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 04:53:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 02:53:17 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-XM73zE6jT4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #10 from Ranjan <librarian at pilani.bits-pilani.ac.in> --- Hope the community is working on this for solving the problem quickly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 07:47:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 05:47:22 +0000 Subject: [Koha-bugs] [Bug 34046] The barcode number is not being accepted in the receiving order option in KOHA 23.05.00 after upgrading from 22.11.05 In-Reply-To: <bug-34046-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34046-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34046-70-PyC6rXO0ms@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34046 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 34022 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 07:47:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 05:47:22 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-C9Fquze7SP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 34046 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 07:56:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 05:56:52 +0000 Subject: [Koha-bugs] [Bug 31639] While receiving items through acquisitions and adding barcode error of "No such Column" In-Reply-To: <bug-31639-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31639-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31639-70-5Ek3WyZuUE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31639 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Severity|major |normal Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Downgrading as unconfirmed so far and no more information has been provided. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 08:13:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 06:13:49 +0000 Subject: [Koha-bugs] [Bug 34073] New: We appear to repeatedly look up the user in Auth.pm Message-ID: <bug-34073-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34073 Bug ID: 34073 Summary: We appear to repeatedly look up the user in Auth.pm Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org I quick scan of Auth.pm earlier today made me think we needlessly look up the user form the database multiple times. We should be able to perform that lookup once and then reuse the object throughout the r of the process. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 08:53:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 06:53:01 +0000 Subject: [Koha-bugs] [Bug 34070] background_jobs_worker.pl floods logs when not connecting In-Reply-To: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34070-70-hSeaInQz46@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to Magnus Enger from comment #1) > Looks like the problem with connecting might be because I have not added the > proper config to koha-conf.xml: > > <message_broker> > <hostname>__MESSAGE_BROKER_HOST__</hostname> > <port>__MESSAGE_BROKER_PORT__</port> > <username>__MESSAGE_BROKER_USER__</username> > <password>__MESSAGE_BROKER_PASS__</password> > <vhost>__MESSAGE_BROKER_VHOST__</vhost> > </message_broker> You should not need it. Did you try a restart_all? If rabbitmq cannot be reached we are supposed to fallback to the DB (and bypass the broker). However I can see a problem if the daemon (background_jobs_worker.pl) has been started and the connection lost. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 09:13:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 07:13:25 +0000 Subject: [Koha-bugs] [Bug 34070] background_jobs_worker.pl floods logs when not connecting In-Reply-To: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34070-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34070-70-oAd2cppLdu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 --- Comment #3 from Magnus Enger <magnus at libriotech.no> --- (In reply to Jonathan Druart from comment #2) > You should not need it. Did you try a restart_all? If rabbitmq cannot be > reached we are supposed to fallback to the DB (and bypass the broker). I spotted this on a production server, so there is no restart_all. But I did restart rabbit and koha-worker, but that did not change anything. Then I restarted the server, but kept getting the same errors. Then I added the message_broker config to one of six sites on the server, restarted koha-worker (I think it was) and then the problem went away for all the sites. So it seems kind of random... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:03:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:03:50 +0000 Subject: [Koha-bugs] [Bug 33050] More args for misc/cronjobs/runreport.pl In-Reply-To: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33050-70-bZwb5258O0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:23:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:23:46 +0000 Subject: [Koha-bugs] [Bug 33050] More args for misc/cronjobs/runreport.pl In-Reply-To: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33050-70-waANjRJ1YW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:23:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:23:48 +0000 Subject: [Koha-bugs] [Bug 33050] More args for misc/cronjobs/runreport.pl In-Reply-To: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33050-70-gjet1EuPLx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147188|0 |1 is obsolete| | --- Comment #5 from Fridolin Somers <fridolin.somers at biblibre.com> --- Created attachment 152499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152499&action=edit Bug 33050: Allow to specify quote char in runreport.pl Add to script misc/cronjobs/runreport.pl quote char arg (only for CSV). See perl doc https://metacpan.org/pod/Text::CSV#new This patch also adds missing '--separator' in POD. Test plan : 1 - Write a SQL report 2 - perl misc/cronjobs/runreport.pl --format csv 1 (or correct report number) 3 - Note you get double quotes 4 - Apply patch 5 - Repeat #2 - no change 6 - perl misc/cronjobs/runreport.pl --format csv --quote "'" 1 7 - Now it is single quote delimited 8 - perl misc/cronjobs/runreport.pl --format tsv --separator "'" 1 9 - Error is reported, you cannot set quote unless csv 10 - Try empty string as quote -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:24:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:24:20 +0000 Subject: [Koha-bugs] [Bug 33050] Allow to specify quote char in runreport.pl In-Reply-To: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33050-70-eBul60IPvz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|More args for |Allow to specify quote char |misc/cronjobs/runreport.pl |in runreport.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:24:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:24:56 +0000 Subject: [Koha-bugs] [Bug 33050] Allow to specify quote char in runreport.pl In-Reply-To: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33050-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33050-70-CKoMuoerkF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050 --- Comment #6 from Fridolin Somers <fridolin.somers at biblibre.com> --- Patch revisited and better test plan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:57:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:57:25 +0000 Subject: [Koha-bugs] [Bug 32905] Fine calculation issue in 22.05 In-Reply-To: <bug-32905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32905-70-n78VEHUXsl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32905 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I just confirmed that in 20.11 overdue fines cap could be emptied. It's no longer possible and the automatically added 0 is a problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 10:57:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 08:57:29 +0000 Subject: [Koha-bugs] [Bug 32905] Fine calculation issue in 22.05 In-Reply-To: <bug-32905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32905-70-oX1jiT1w7b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32905 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.05 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:05:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:05:21 +0000 Subject: [Koha-bugs] [Bug 32765] Transfer is not retried after cancelling hold In-Reply-To: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32765-70-wqJ4avRQkz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:07:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:07:53 +0000 Subject: [Koha-bugs] [Bug 32765] Transfer is not retried after cancelling hold In-Reply-To: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32765-70-goN6RR5xOK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145915|0 |1 is obsolete| | --- Comment #9 from Fridolin Somers <fridolin.somers at biblibre.com> --- Comment on attachment 145915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145915 Bug 32765: [21.11.x] Retry transfer after cancelling hold I set 21.11 patch obsolete so the one for master can be tested. We will recreate a version for backported after pushed master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:09:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:09:20 +0000 Subject: [Koha-bugs] [Bug 32765] Transfer is not retried after cancelling hold In-Reply-To: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32765-70-z8bxJK7pKO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #10 from Fridolin Somers <fridolin.somers at biblibre.com> --- Applies on current master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:36:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:36:59 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-lcWUXYs4AD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152332|0 |1 is obsolete| | --- Comment #41 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152500&action=edit Bug 15504: Add new syspref TrackLastPatronActivityTriggers This patch adds a new syspref TrackLastPatronActivityTriggers to determine which actions should update borrowers.lastseen Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:37:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:37:04 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-rgs736MYie@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152333|0 |1 is obsolete| | --- Comment #42 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152501&action=edit Bug 15504: Update track_login_daily to accept triggers This patch adds triggers to track_login_daily so that it only tracks activity when that trigger is active Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:37:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:37:09 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-u6SPBW9UvI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152334|0 |1 is obsolete| | --- Comment #43 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152502&action=edit Bug 15504: Add triggers to instances of track_login_daily This patch adds a trigger to every instance of track_login_daily Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:37:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:37:13 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-Dxpprd4Qkq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152335|0 |1 is obsolete| | --- Comment #44 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152503&action=edit Bug 15504: Remove update_lastseen method This patch removes update_lastseen which has been replaced by a call to track_login_daily Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:37:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:37:17 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-H8pj0lxozl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152336|0 |1 is obsolete| | --- Comment #45 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152504&action=edit Bug 15504: Add unit test prove -v t/db_dependent/Auth.t Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:37:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:37:21 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-lkbERvc9Sh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #46 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152505&action=edit Bug 15504: (follow-up) Unit tests This patch removes, moves and updates the existing unit tests for track_login_daily and track_login to all sit under Koha::Patron and update_lastseen. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:37:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:37:26 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-5qgdXvvDxy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #47 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152506&action=edit Bug 15504: (follow-up) Migrate to one clear method We were using a series of similarly named methods spread in distinct places around the codebase. This combines the logic of C4::Auth::track_login_daily and Koha::Patron->track_login into a new Koha::Patron->update_lastseen method. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:38:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:38:50 +0000 Subject: [Koha-bugs] [Bug 15504] Track Patron's Last Activity In-Reply-To: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15504-70-kQTbVncVtg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #48 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Internal code review done, and a couple of follow-ups added as I felt we could clean up some of the code (not related to Matts work directly, but whilst I was in here I wanted to do the follow-ups) Nice work Matt, all working as designed in my testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:50:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:50:22 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-RZvi96hDTB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150610|0 |1 is obsolete| | --- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152507&action=edit Bug 31185: Unit test Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:50:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:50:26 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-5E56paMqD2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 --- Comment #14 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152508&action=edit Bug 31185: Link authorities automatically doesn't detect duplicate authorities Signed-off-by: Rachael Laritz <rachael.laritz at inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:50:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:50:45 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-1BzgAgWE3N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150762|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:51:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:51:51 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-ffolSYayt4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA --- Comment #15 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- All now working as expected and passing the test Nick wrote (thanks for that Nick). I'm happy to say this seems solid now. I've rebased and am happy to PQA. Note, you might want to look into using git-bz Adolfo, it really helps with uploading the patches etc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 11:51:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 09:51:58 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-GraSwvMxQB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|katrin.fischer at bsz-bw.de |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:04:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:04:02 +0000 Subject: [Koha-bugs] [Bug 25711] Move ExpireReservesMaxPickUpDelayCharge to the circulation rules In-Reply-To: <bug-25711-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25711-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25711-70-AKIWPKR4B5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25711 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #78 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Sorry chaps, this needs another rebase.. I managed the first one fairly easily, but then I got sh1 issues and missing hunks. Any chance you could rebase it for us? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:41:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:41:54 +0000 Subject: [Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete In-Reply-To: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31744-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31744-70-PGpinqh4mq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:42 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-vORJ69YSFm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:45 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-iMx5QDPTgK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152441|0 |1 is obsolete| | --- Comment #35 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152509&action=edit Bug 33028: Fix calculations around cronjob fines.pl When currency format is set on FR commas are decimals separators but when cron like fines.pl try to calculate fines it's fails due to this format. I changed this behavior by targetted 'fine' and 'overduefinescap' in circulation_rules.rule_name to unformat them when we save them. This also fix the display in smart_rules table (before with commas price was not good displayed - without decimals) Test Plan : 1) Set your currency format on 'FR' and 'fine' OR/AND 'overduefinescap' with commas 2) Be sure to have some patron overdues 3) Run ~/misc/cronjobs/fines.pl with args to find overdues 4) See an error like 'isn't numeric in substraction[..] or gt > [...]' 5) Run updatedatabase script (it will replace commas in your rules changed in step 1) ) 6) Repeat step 3 and see that everything was going "fine" (:tada:) Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:47 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-o4BYWIRa6X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152442|0 |1 is obsolete| | --- Comment #36 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152510&action=edit Bug 33028: (follow-up) Move monetary definition into hash This patch moves the defintion of monetary rule type into the rule kinds hash. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:50 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-ezljqlkrdh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152443|0 |1 is obsolete| | --- Comment #37 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152511&action=edit Bug 33028: (follow-up) Fix trailing 0 decimals We want to recognise the truthyness of a number vs string so we drop trailing decimals if they're just 0. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:53 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-wTyk7CPqon@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152444|0 |1 is obsolete| | --- Comment #38 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152512&action=edit Bug 33028: Add is_monetary to recall_overdue_fine and article_request_fee This patch marks the 2 missing monetary values for recal over due fines and article request fees as monetary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:56 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-klezdXxIAy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152445|0 |1 is obsolete| | --- Comment #39 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152513&action=edit Bug 33028: Add TT filters for Price and pattern checks to input fields With this patch, all monetary values in the table will be displayed formatted. Also, the input will be checked against our agreed pattern to make sure no false values can be entered. Missing: When editing a rule, we need to unformat the value, so that instead of the display format we have the input format available for editing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:48:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:48:59 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-9OcSfMOosx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152446|0 |1 is obsolete| | --- Comment #40 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152514&action=edit Bug 33028: (follow-up) Rewrite database update This rewrite the database update with some things in mind: * We now use a positive value list of allowed characters to check This makes sure that all of those are recognized: 1,00 1.00€ abc * Instead of dying after finding one wrong value, we loop through all values first, building up an error string * When we have errors... we die and print the full list of things that need fixing. Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 12:49:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 10:49:02 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-6xHE1P71kK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #41 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152515&action=edit Bug 33028: Remove Price formatting as we are missing JS unformat Taking a step back with the formatting as we don't have an implementation of unformat in JS yet. It could be readded later on a separate report. With this we will avoid the problem that editing a rule copies falsely formatted values into the input fields that trigger the pattern check on saving and require manual changing (or without the check would be falsely saved to the db) Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:10:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:10:29 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32271-70-Wn2ZnAWxEm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Martin Renvoize from comment #10) > I think bug 33028 is going in the right direction here... marking this one > as a duplicate. > > *** This bug has been marked as a duplicate of bug 33028 *** It's actually not. The problem remains. I am deduplicating. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:10:40 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32271-70-4axII37B1W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33028 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:10:40 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-JweyQv1E1N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32271 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:10:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:10:55 +0000 Subject: [Koha-bugs] [Bug 32905] Overdue fines cap in circulation rules should not default to 0.00 if left empty In-Reply-To: <bug-32905-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32905-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32905-70-8iu9I4RWAi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32905 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Summary|Fine calculation issue in |Overdue fines cap in |22.05 |circulation rules should | |not default to 0.00 if left | |empty Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 32271 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:10:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:10:55 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32271-70-fkkgKrnjnW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mishravk79 at gmail.com --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 32905 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:11:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:11:48 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32271-70-XLUyvR9xCG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- To summarize (and because I already had that typed up for the duplicate bug: * In 20.11 (already using circulation_rules), if you left overdue fines cap empty, it remained empty on saving. This meant that fines would be calculated without a limit or only limited by the MaxFine system preference. * In master and other later versions we have started to convert empty values on saving to 0.00 which means: no fines will calculate. This is especially an issue for older databases that have the empty values and unknowingly change them when editing other values in circulation rules. -> chaos. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:14:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:14:14 +0000 Subject: [Koha-bugs] [Bug 32271] Overdue fines cap (amount) set to 0.00 when editing rule In-Reply-To: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32271-70-kP4SV54OAJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I don't believe the patch attached fully works. I made this change on bug 33028 and I still see the 0.00. We need to dig a little deeper. But I am splitting off this bug from 33028 again, because I hope to get that resolved as it's almost there. Both patch sets would need backporting later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:23:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:23:00 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-LgkW0toud5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #42 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Adjusted test plan: * Set CurrencyFormat to FR * Enable UseRecalls * Enable ArticleRequests * Administration > circulation and fine rules * Add a new rule: * Fine amount: 0.10 * Fine charging interval: 1 * Overdue fines cap: 1.50 * Recall overdue fine amount: 1.10 * Save rule * Verify that both Overdue fines cap and recall overdue fine amount show formatted with comma as: 1,50, 1,10 * Edit rule * Fine amount: 0.10 - OK! * Fine charging interval: 1 * Overdue fines cap: 1,50 - NOT OK! * Recall overdue fine amount: 1,10 - NOT OK! * Save rule * With SQL: select * from circulation_rules where rule_name in ("fine","overduefinescap","recall_overdue_fine","article_request_fee"); You should see the false values in the database: +----+------------+--------------+----------+---------------------+---------- --+ | id | branchcode | categorycode | itemtype | rule_name | rule_value | +----+------------+--------------+----------+---------------------+---------- --+ | 9 | NULL | NULL | NULL | fine | 0.10 | | 11 | NULL | NULL | NULL | overduefinescap | 1,50 | | 32 | NULL | NULL | NULL | recall_overdue_fine | 1,10 | +----+------------+--------------+----------+---------------------+---------- --+ * Edit rule for Article request fee * Fee: 1,0 * Verify it's also wrong in the database with above SQL. * Apply patch * Run database update * Verify your wrong values cause the update to stop * Fix them (one or all at once) * Verify the update now continues * Repeat editing and adding rules actions from before, a pattern check will prevent you now from saving false values. ------------------ Missing bits and pieces: >Have to: >* When a rule is edited, the input field will be set to the display value >(1,00). I didn't find an "unformat" equivalent for JS. This now triggers the >pattern check, so you need to edit all values before being able to save >them. We could use the inputmode="decimal" on the input fields to select for >unformatting. I have decided that this could be a separate bug. The JS used for editing/cloning the rules is quite complex and it's easier to make a step back first to get this moving and into old versions. --> I have removed the Price formatting from the circulation rules table in the last follow-up. > * Edit rule for Article request fee > * Fee: 1,0 > * Verify it's also wrong in the database with above SQL. > --> This is already fixed by the patch set now, as we don't allow to edit > the rules and the pattern check works. > > Missing bits and pieces: > > Have to: > * When a rule is edited, the input field will be set to the display value > (1,00). I didn't find an "unformat" equivalent for JS. This now triggers the > pattern check, so you need to edit all values before being able to save > them. We could use the inputmode="decimal" on the input fields to select for > unformatting. I have now fixed this by removing the Price formatting from all fields. I think this can be filed separately but is the quickest fix now that can also be backported. > * Should we be able to deactivate overduefinescap by leaving it empty? > (Unlimited?) Yes, definitely. But there is already a separate bug (and a duplicate) for that: Bug 32271 - Overdue fines cap (amount) set to 0.00 when editing rule So I decided to split this issue out in hope to be able to move this forward and get help with the other issue. > Would be nice: > * It would be nice to provide more help in fixing wrong values or > automatically fixing obvious ones like xx,xx. I think we don't need that to move on here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:26:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:26:21 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-UybWHoo7aZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #12 from Ranjan <librarian at pilani.bits-pilani.ac.in> --- Today I have observed that, on receiving, the system is not showing any result at the bottom immediately. Just after refresh, the result is coming. I have tested with one record, tried to give the barcode by edit item option from catalogue module, KOHA failed to carry the Item wise Price, and vendor information from acqusition. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:32:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:32:45 +0000 Subject: [Koha-bugs] [Bug 34074] New: Improve translations of strings on the about page Message-ID: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074 Bug ID: 34074 Summary: Improve translations of strings on the about page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org The about page has a lot of complex translation problems, but some can be addressed fairly easily by wrapping strings with <span>. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:37:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:37:33 +0000 Subject: [Koha-bugs] [Bug 34032] Holds expirationdate left blank if waiting status is reverted In-Reply-To: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34032-70-E79Gprz7Hh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 --- Comment #1 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152516&action=edit Bug 34032: Set new expirationdate if waiting status is reverted When one reverts holds waiting status holds expiration date is not set even if DefaultHoldExpirationdate syspref is enabled. This patch adds new param hold_reverted to be used when RevertWaitingStatus is used to determine if expiration date should be set again. To test: 1) Make sure you have DefaultHoldExpirationdate syspref enabled. 2) Find hold with status "Waiting". 3) Revert waiting status. => Note that hold has no expiration date set. 4) Apply this patch. 5) Repeat steps 2 and 3. => Expiration date should now be set based on reserve date. Also prove t/db_dependent/Hold.t. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:37:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:37:38 +0000 Subject: [Koha-bugs] [Bug 34032] Holds expirationdate left blank if waiting status is reverted In-Reply-To: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34032-70-fZmqDwNAqP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:53:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:53:49 +0000 Subject: [Koha-bugs] [Bug 34075] New: Allow specifying default tab view for authorities Message-ID: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 Bug ID: 34075 Summary: Allow specifying default tab view for authorities Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Currently the authorities page defaults to the first tab in the record, generally 0XX Some libraries would like this to default to the 1XX, or other tabs -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:56:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:56:42 +0000 Subject: [Koha-bugs] [Bug 34074] Improve translations of strings on the about page In-Reply-To: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34074-70-94pfIa9Jdg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 13:56:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 11:56:44 +0000 Subject: [Koha-bugs] [Bug 34074] Improve translations of strings on the about page In-Reply-To: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34074-70-zlKTMuH2iR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152517&action=edit Bug 34074: Improve translations of strings on the about page This patch makes a few simple changes to the about page template to improve how the translation tool picks up strings to translate. The patch also corrects a couple of lines where template tags contained line breaks. To test, apply the patch and view the about page in the staff interface. Everything should look correct. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:05:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:05:04 +0000 Subject: [Koha-bugs] [Bug 29716] [DOCS] Automated screenshots using Cypress.io testing framework In-Reply-To: <bug-29716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29716-70-WI8epivnyV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29716 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34076 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:05:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:05:04 +0000 Subject: [Koha-bugs] [Bug 34076] New: [ALTERNATE] [DOCS] Automated screenshots using Cypress.io testing framework Message-ID: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34076 Bug ID: 34076 Summary: [ALTERNATE] [DOCS] Automated screenshots using Cypress.io testing framework Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Documentation Assignee: jonathan.druart+koha at gmail.com Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org See also bug 29716 for another implementation but the idea is the same. We want to use cypress to generate the screenshots of the manual. See also for a previous discussion - https://lists.katipo.co.nz/pipermail/koha/2018-January/049807.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:05:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:05:35 +0000 Subject: [Koha-bugs] [Bug 13849] Introduce acceptance tests with cucumber In-Reply-To: <bug-13849-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13849-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13849-70-b3ZpfAUlj2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13849 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WONTFIX --- Comment #14 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Abandoned. See bug 13849. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:06:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:06:21 +0000 Subject: [Koha-bugs] [Bug 13849] Introduce acceptance tests with cucumber In-Reply-To: <bug-13849-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13849-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13849-70-figy2PzsNx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13849 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34076 --- Comment #15 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- Abandoned. See bug 34076. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:06:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:06:21 +0000 Subject: [Koha-bugs] [Bug 34076] [ALTERNATE] [DOCS] Automated screenshots using Cypress.io testing framework In-Reply-To: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34076-70-gcVK8lpocb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34076 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13849 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:44:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:44:05 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-c2NeEeuoaN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 Nick Clemens <nick at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:44:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:44:07 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-qZkBcrTbzI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152518&action=edit Bug 34075: Add DefaultAuthorityTab system preference This patch adds a new system preference, DefaultAuthorityTab. When set, this will choose the default display on the authorities details page. To test: 1 - Apply patch, update database 2 - View an authority detail 3 - You should default to the 0XX or first tab 4 - Set DefaultAuthorityTab to a number that there is no tab for in your authority 5 - Reload and verify details page loads the first tba 6 - Set DefaultAuthorityTab to 1XX or another tab that exists in your record 7 - Reload the details and confirm the correct tab is selected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:44:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:44:14 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-3YHe0aRbbU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 14:52:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 12:52:22 +0000 Subject: [Koha-bugs] [Bug 34066] Datatable options don't fully translate on list of saved reports In-Reply-To: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34066-70-29T15Ccp7P@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 15:22:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 13:22:12 +0000 Subject: [Koha-bugs] [Bug 34066] Datatable options don't fully translate on list of saved reports In-Reply-To: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34066-70-Za5Hof96BX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 15:23:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 13:23:39 +0000 Subject: [Koha-bugs] [Bug 31253] Item search in staff interface should call barcodedecode if the search index is a barcode In-Reply-To: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31253-70-1ShPPCTz5T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 15:31:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 13:31:14 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-sxkml9wgu2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #3 from Matthias Meusburger <matthias.meusburger at biblibre.com> --- Hi, Actually, having only "content" or only "is" is valid. "is" will get the value from the matching Shibboleth attribute. "content" is a fixed string. If you use both, Koha will first check if there is an attribute matching "is", and then use "content": C4/Auth_with_shibboleth.pm, line 131: $borrower{$key} = ( $entry->{'is'} && $ENV{"HTTP_" . uc($entry->{'is'}) } ) || $entry->{'content'} || ''; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 15:38:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 13:38:41 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-I1p3xFbvVk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |8179 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Ranjan from comment #12) > Today I have observed that, on receiving, the system is not showing any > result at the bottom immediately. Just after refresh, the result is coming. > I have tested with one record, tried to give the barcode by edit item option > from catalogue module, KOHA failed to carry the Item wise Price, and vendor > information from acqusition. There is a separate bug for this already: Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 [Bug 8179] Receiving multiple order lines at once -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 15:38:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 13:38:41 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8179-70-970eM70Jkx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34022 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 [Bug 34022] Adding items on receive is broken -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 15:39:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 13:39:17 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-OAX7zaOHkh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #13) > (In reply to Ranjan from comment #12) > > Today I have observed that, on receiving, the system is not showing any > > result at the bottom immediately. Just after refresh, the result is coming. > > I have tested with one record, tried to give the barcode by edit item option > > from catalogue module, KOHA failed to carry the Item wise Price, and vendor > > information from acqusition. > > There is a separate bug for this already: Bug 34036 - Single receive doesn't reload data and order lines appears as pending -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:04:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:04:13 +0000 Subject: [Koha-bugs] [Bug 34066] Datatable options don't fully translate on list of saved reports In-Reply-To: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34066-70-cwjaUj06TN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:04:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:04:15 +0000 Subject: [Koha-bugs] [Bug 34066] Datatable options don't fully translate on list of saved reports In-Reply-To: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34066-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34066-70-3NtSDiBrqA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152519&action=edit Bug 34066: Datatable options don't fully translate on list of saved reports This patch corrects the DataTable option for defining an alternate language string when no records are returned by a table filter. An obsolete version of the option name was breaking the existing custom option supplied by our datatables.js To test, apply the patch and go to Reports -> Use saved.. - In the DataTable of existing reports, all the DataTable controls should look correct. - In the filter field at the top of the table, enter a string which will not be found. You should see a message, "No matching reports found." - Install another language if necessary, and switch to that language. - The labels on all the DataTable controls should show the terms which have been translated for that language. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:06:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:06:20 +0000 Subject: [Koha-bugs] [Bug 28995] Add --added_after to writeoff_debts.pl In-Reply-To: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28995-70-Hvmo6N6CVB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:06:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:06:22 +0000 Subject: [Koha-bugs] [Bug 28995] Add --added_after to writeoff_debts.pl In-Reply-To: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28995-70-p1sYSlw68k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127624|0 |1 is obsolete| | --- Comment #8 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152520&action=edit Bug 28995: Add `--added_after` filter to writeoff_debts script This adds, as requested, the `added_after` filter option to writeoff_debts. Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:06:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:06:25 +0000 Subject: [Koha-bugs] [Bug 28995] Add --added_after to writeoff_debts.pl In-Reply-To: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28995-70-a6t7DDmcY3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127625|0 |1 is obsolete| | --- Comment #9 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152521&action=edit Bug 28995: Update aliases Add an alias for added-before, added-after (Using an alias makes it backwards compatible) and update the POD. Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:06:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:06:51 +0000 Subject: [Koha-bugs] [Bug 25295] Allow customization of staff client based on login location In-Reply-To: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25295-70-UL0vnvJS5l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25295 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|19.11 |master --- Comment #3 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> --- Giving this another bump after the staff interface design overhaul. This is still something we're accomplishing with jquery and css; it'd be great to have something more stable. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:06:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:06:57 +0000 Subject: [Koha-bugs] [Bug 28995] Add --added_after to writeoff_debts.pl In-Reply-To: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28995-70-exJ6MRdZW1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #10 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- I wrote what I did as a test plan, I hope it helps 1. Add two fees in a patron account 1.1. Go into a patron record > Accounting tab 1.2. Go to the Create a manual invoice tab 1.3. Fill out the form 1.4. Click 'Save' 1.5. Redo steps 1.2 to 1.4 to add a second fee 2. Manually change the date in the database 2.1. In the database, find the accountlines_id for the two fees Here's what I did select * from accountlines where borrowernumber = 21 and amountoutstanding > 0; +-----------------+----------+----------------+------------+---------------------+-----------+-------------+------------------+-----------------+---------------+--------+--------------+-------------------+---------------------+------+------------+-------------+-----------+------------+ | accountlines_id | issue_id | borrowernumber | itemnumber | date | amount | description | credit_type_code | debit_type_code | credit_number | status | payment_type | amountoutstanding | timestamp | note | manager_id | register_id | interface | branchcode | +-----------------+----------+----------------+------------+---------------------+-----------+-------------+------------------+-----------------+---------------+--------+--------------+-------------------+---------------------+------+------------+-------------+-----------+------------+ | 652 | NULL | 21 | NULL | 2023-06-21 09:34:05 | 10.000000 | Lost item | NULL | LOST | NULL | NULL | NULL | 10.000000 | 2023-06-21 09:34:05 | | 51 | NULL | intranet | CPL | | 653 | NULL | 21 | NULL | 2023-06-21 09:35:44 | 2.000000 | Lost item | NULL | LOST | NULL | NULL | NULL | 2.000000 | 2023-06-21 09:35:44 | | 51 | NULL | intranet | CPL | +-----------------+----------+----------------+------------+---------------------+-----------+-------------+------------------+-----------------+---------------+--------+--------------+-------------------+---------------------+------+------------+-------------+-----------+------------+ 2 rows in set (0.001 sec) select * from account_offsets where debit_id = '652'; +-----+-----------+----------+--------+-----------+---------------------+ | id | credit_id | debit_id | type | amount | created_on | +-----+-----------+----------+--------+-----------+---------------------+ | 799 | NULL | 652 | CREATE | 10.000000 | 2023-06-21 09:34:05 | +-----+-----------+----------+--------+-----------+---------------------+ 1 row in set (0.001 sec) 2.2. Update the date for one of the fees using the accountlines_id Here's what I did update accountlines set date = '2023-06-01 09:34:05' where accountlines_id = 652; update account_offsets set created_on = '2023-06-01 09:34:05' where debit_id = '652'; I now have one fee on June 1st and one fee on June 21st, the account_offset is also modified (not sure if that last part is necessary). select * from accountlines where borrowernumber = 21 and amountoutstanding > 0; +-----------------+----------+----------------+------------+---------------------+-----------+-------------+------------------+-----------------+---------------+--------+--------------+-------------------+---------------------+------+------------+-------------+-----------+------------+ | accountlines_id | issue_id | borrowernumber | itemnumber | date | amount | description | credit_type_code | debit_type_code | credit_number | status | payment_type | amountoutstanding | timestamp | note | manager_id | register_id | interface | branchcode | +-----------------+----------+----------------+------------+---------------------+-----------+-------------+------------------+-----------------+---------------+--------+--------------+-------------------+---------------------+------+------------+-------------+-----------+------------+ | 652 | NULL | 21 | NULL | 2023-06-01 09:34:05 | 10.000000 | Lost item | NULL | LOST | NULL | NULL | NULL | 10.000000 | 2023-06-21 09:40:46 | | 51 | NULL | intranet | CPL | | 653 | NULL | 21 | NULL | 2023-06-21 09:35:44 | 2.000000 | Lost item | NULL | LOST | NULL | NULL | NULL | 2.000000 | 2023-06-21 09:35:44 | | 51 | NULL | intranet | CPL | +-----------------+----------+----------------+------------+---------------------+-----------+-------------+------------------+-----------------+---------------+--------+--------------+-------------------+---------------------+------+------------+-------------+-----------+------------+ 2 rows in set (0.001 sec) select * from account_offsets where debit_id = '652'; +-----+-----------+----------+--------+-----------+---------------------+ | id | credit_id | debit_id | type | amount | created_on | +-----+-----------+----------+--------+-----------+---------------------+ | 799 | NULL | 652 | CREATE | 10.000000 | 2023-06-01 09:34:05 | +-----+-----------+----------+--------+-----------+---------------------+ 1 row in set (0.001 sec) 3. Run writeoff_debts.pl with --added_after with a date after the first fee but before the second 3.1. In the terminal, run (for example) ./misc/cronjobs/writeoff_debts.pl --added_after 2023-06-20 --confirm 4. Check the patron record --> The fee with the date after should be written off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:07:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:07:35 +0000 Subject: [Koha-bugs] [Bug 34077] New: writeoff_debts without --confirm doesn't show which accountline records it would have been written off Message-ID: <bug-34077-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34077 Bug ID: 34077 Summary: writeoff_debts without --confirm doesn't show which accountline records it would have been written off Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz The documentation in writeoff_debts says that if we omit --confirm, "the script will only report on the accountline records it would have been written off". However, while testing bug 28995, I tried to see which accountline would be written off, and omitting the --confirm flag only shows the help. I ran ./misc/cronjobs/writeoff_debts.pl --added-after 2023-06-20 and it showed the help. When I ran ./misc/cronjobs/writeoff_debts.pl --added-after 2023-06-20 --confirm it wrote off the charge correctly. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:07:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:07:47 +0000 Subject: [Koha-bugs] [Bug 34077] writeoff_debts without --confirm doesn't show which accountline records it would have been written off In-Reply-To: <bug-34077-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34077-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34077-70-SrhGeMYRl9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34077 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28995 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:07:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:07:47 +0000 Subject: [Koha-bugs] [Bug 28995] Add --added_after to writeoff_debts.pl In-Reply-To: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28995-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28995-70-MSJ109UU4D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34077 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:13:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:13:08 +0000 Subject: [Koha-bugs] [Bug 34078] New: Add --branchcode to writeoff_debts.pl Message-ID: <bug-34078-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34078 Bug ID: 34078 Summary: Add --branchcode to writeoff_debts.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz I think it would be useful to have a branchcode flag to the writeoff_debts.pl script. My specific use case is that I wanted to use it in an Independent branch environment to writeoff fines for a specific branch. I'm sure there are other use cases (one branch was closed or something). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:14:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:14:13 +0000 Subject: [Koha-bugs] [Bug 20711] Previous fields are not cleared when selecting an authority in cataloguing In-Reply-To: <bug-20711-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20711-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20711-70-1ZDPxdiePY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20711 Patrick Robitaille <patrick.robitaille at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:17:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:17:54 +0000 Subject: [Koha-bugs] [Bug 34079] New: The phrase "Displaying [all|approved|pending|rejected] terms" was separated Message-ID: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Bug ID: 34079 Summary: The phrase "Displaying [all|approved|pending|rejected] terms" was separated Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr The phrase "Displaying [all|approved|pending|rejected] terms" was cut into individual words by bug 30733. However, in French, we need to be able to change the sentence structure (it would become something like "Displaying terms [all|approved|pending|rejected]"). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:18:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:18:57 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-EuAtdFNByJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152492|0 |1 is obsolete| | --- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152522&action=edit Bug 34059: Add only issues from the branch that is creating the notice Test plan, on k-t-d 1) Go to 'my account' on top right user menu 2) On 'Patron messaging preferences', click 'Edit' 3) On the 'Item due' row, check the 'Email' and 'Digests only' checkboxes and save 4) On the top search bar, press 'Check out' and enter '42' (koha user cardnumber) 5) On the checkout input bar, enter 39999000001372 and press checkout 7) Go to 'Set library' on top right user menu and pick a different library 8) Repeat step 4), then, on the checkout input, enter 39999000004571 and press checkout 9) Verify that this user now has 2 items checked out, from 2 different libraries at /cgi-bin/koha/circ/circulation.pl?borrowernumber=51 9) Run the following 2 queries to force the due_date to be equal to 'today's' date for both issues: NOTE: change the YYYY-MM-DD below to whatever day it is you're running this test plan UPDATE issues SET date_due = '2023-06-19 23:59:00' where issue_id = 1; UPDATE issues SET date_due = '2023-06-19 23:59:00' where issue_id = 2; 10) Run the cronjob: ./koha/misc/cronjobs/advance_notices.pl -c --digest-per-branch 11) Verify that two DUEDGEST notices were created, one per each library, but both notices contain both issues: SELECT letter_code, time_queued, content FROM message_queue ORDER BY message_id DESC LIMIT 2; 12) Apply patch, then do 10) and 11) again 13) Verify that each notice only contains the issue for its respective library Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Stephen Graham <s.graham4 at herts.ac.uk> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:26:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:26:02 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-iEp98laVXO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:26:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:26:03 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-4oQVyIyNGZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152523&action=edit Bug 34079 - The phrase "Displaying [all|approved|pending|rejected] terms" was separated This patch reunites the words for the sentence "Displaying [all|approved|pending|rejected] terms" in order to facilitate translating in languages that have a different syntax. To test: 1. Install a new language ./misc/translator/translate install xx-XX 2. Check the xx-XX-staff-prog.po file for the sentence --> All the words are individual strings 3. Apply patch 4. Update the po files ./misc/translator/translate update xx-XX 5. Check the xx-XX-staff-prog.po file again --> The sentence is reunited -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:36:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:36:01 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-zcl3t3Uxtp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:45:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:45:46 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-UI9yOygJWf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> --- Tricky indeed. In my opinion, we should use the all phrase to have context and no %s : <h4> [% IF ( filter_approved_all ) %]<span>Displaying all terms</span>[% END %] [% IF ( filter_approved_ok ) %]<span>Displaying approved terms</span>[% END %] [% IF ( filter_approved_pending ) %]<span>Displaying pending terms</span>[% END %] [% IF ( filter_approved_rej ) %]<span>Displaying rejected terms</span>[% END %] </h4> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:47:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:47:43 +0000 Subject: [Koha-bugs] [Bug 31452] Attach item process allows for deleting of bib with holds with no warning In-Reply-To: <bug-31452-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31452-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31452-70-fOEvOPvp1d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31452 Jason Robb <jrobb at sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb at sekls.org --- Comment #2 from Jason Robb <jrobb at sekls.org> --- +1 We had a hold disappear yesterday and discovered it was due to this process. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:49:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:49:57 +0000 Subject: [Koha-bugs] [Bug 34080] New: Updating suggestion status can result in 500 eror Message-ID: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Bug ID: 34080 Summary: Updating suggestion status can result in 500 eror Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Sometimes using "Mark selection as" to update a suggestions can result in a 500 error with the logged error: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'suggestion_itemtype' in 'where clause' at /usr/share/koha/lib/Koha/Objects.pm line 394 It appears that the search params are built from *all* the form fields and then some form fields are removed from the hashref, but not all ( hence the error ). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:51:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:51:10 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-7SKuk3bd3j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Updating suggestion status |Updating suggestion status |can result in 500 eror |can result in 500 error -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:51:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:51:37 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-LTU6Ll47iS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152524&action=edit Bug 34080 - Updating suggestion status can result in 500 error Sometimes using "Mark selection as" to update a suggestions can result in a 500 error with the logged error: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'suggestion_itemtype' in 'where clause' at /usr/share/koha/lib/Koha/Objects.pm line 394 It appears that the search params are built from *all* the form fields and then some form fields are removed from the hashref, but not all ( hence the error ). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:53:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:53:41 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-5kyoYRk32I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:53:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:53:43 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-v1UooHcooh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152416|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152525&action=edit Bug 34035: (preparatory cleanup) Convert indentation to spaces. This patch converts tabs to spaces in tags.js. No other changes are made. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 16:53:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 14:53:46 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-sJiyZKtipv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152526&action=edit Bug 34035: Move translatable strings out of opac-bottom.inc: Tags This patch removes the definition of JS variables in opac-bottom.inc related to the tags feature. These strings can be wrapped in the __() function inside tags.js and they'll get picked up for translation. Some other tags-related JS variable definitions are removed from templates in favor of embedding them directly in the <script> block. To test you must have TagsEnabled set to "Allow." Apply the patch and log in to the OPAC. - Perform a catalog search and select some items in the result list. - Add the items to the cart and open the cart. - Check a box next to one of the titles in the cart. - Click the "Tag" link - Submit the "New tag" form without entering a tag. You should see "No tag was specified." - Perform the same test on the search results page both using the checkboxes and by clicking the "Add tag" link on an individual result. - Perform the same test on the bibliographic detail page. - When adding tags from the cart, result list, or detail page, confirm that the "Tags added: X" message is always displayed. - Test adding a tag to a title which is already attached to that title. - Test adding HTML markup, e.g. "<script>" - Test adding HTML markup and plain text, e.g. "<script>Foo" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:01:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:01:52 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-agvejQ9aHS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152523|0 |1 is obsolete| | --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152527&action=edit Bug 34079: The phrase "Displaying [all|approved|pending|rejected] terms" was separated This patch reunites the words for the sentence "Displaying [all|approved|pending|rejected] terms" in order to facilitate translating in languages that have a different syntax. To test: 1. Install a new language ./misc/translator/translate install xx-XX 2. Check the xx-XX-staff-prog.po file for the sentence --> All the words are individual strings 3. Apply patch 4. Update the po files ./misc/translator/translate update xx-XX 5. Check the xx-XX-staff-prog.po file again --> The sentence is reunited for each status (Displaying all terms, Displaying approved terms, etc.) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:02:09 +0000 Subject: [Koha-bugs] [Bug 34076] [ALTERNATE] [DOCS] Automated screenshots using Cypress.io testing framework In-Reply-To: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34076-70-hV3oMGiKjT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34076 --- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- I have pushed a branch at https://gitlab.com/joubu/Koha/-/commits/cypress-studio The git log is a bit dirty but at least shows how I reached the current state. Note that this first try (POC) adds code to the Koha repo, but ideally we will certainly want it into its own repo. The idea is to use cypress-studio |1] to let users without development skills generate steps to reach the DOM element to screenshot (either the whole screen or a specific div). However we will then need developers to polish the generated code. So far the remote branch only generates 4 screenshots: prefsearch, searchbar-admin, prevcheckout and allowstafftosetvisibilityforguarantor (they are the names of the images in the manual). On the remote branch you can see "auto" and "manual" commits for those examples. The "auto" are auto-generated by cypress-studio. The "manual" is what needs to be done to make the tests run several times (either restore the state or init it before we run the tests). Eg. for prevcheckout we need to set the syspref to its original value (hardno) or it will already be "hardyes" and the test will fail to set it to "hardyes" The "manual" step also contain the screenshot part. Test plan: 0. Checkout the remote branch % git remote add joubu https://gitlab.com/joubu/Koha/ % git fetch joubu % git checkout -b cypress-studio joubu/cypress-studio 1. start ktd up 2. Run a docker container with the newest version of cypress (Koha is using 9 we want 12) Go to your Koha src directory and run (on your host then): % docker run -it \   -v $PWD:/e2e \   -v /tmp/.X11-unix:/tmp/.X11-unix \   -w /e2e \   -e DISPLAY \   --entrypoint cypress \   --network koha_kohanet \   cypress/included:12.14.0 open --project . If you get "No protocol specified" then run (still on the host) % xhost local:root And try again the 'docker run' command. It should open the cypress UI in a new window. Click "Continue" and you should see: https://snipboard.io/5KawXe.jpg Click "E2E Testing" (that should be with a green 'Configured'). Select the browser you want to try https://snipboard.io/Aynf64.jpg and click "Start E2E Testing in..." It will open a new window with the browser. It will list the different test files (found in t/cypress/integration): https://snipboard.io/Lk19cR.jpg 3. Run the tests Click on Manual/0-language-ui.ts https://snipboard.io/Bd3v4A.jpg The test should be green Click on "Specs" top left to open the side menu Click on 1-sysprefs.ts https://snipboard.io/4iIs2j.jpg Click on the next 2 tests. Are they all green? They should. 4. Admire the screenshots Go to t/cypress/screenshots/ you should see 4 screenshots en_prefsearch.png en_searchbar-admin.png en_prevcheckout.png en_allowstafftosetvisibilityforguarantor.png 5. Generate translated screenshots in ktd: % cd misc/translator/ % perl translate install fr-FR % perl translate install fr-CA % perl translate install es-ES Go to Koha, enable the 3 languages (search for the "language" syspref) Close the Cypress UI (or ctrl-c in the console where you launched it), and now pass --env KOHA_LANG=fr-FR (to use the French template) docker run -it \   -v $PWD:/e2e \   -v /tmp/.X11-unix:/tmp/.X11-unix \   -w /e2e \   -e DISPLAY \   --entrypoint cypress \   --network koha_kohanet \   cypress/included:12.14.0 open --env KOHA_LANG=fr-FR --project . And retry 3. Now you should notice 4 new screenshots, prefixed with "fr-FR_" instead of "en_". They should be showing the French interface. 6. Create a new (easy) test! Here we are! Let's start with an easy one, librarylist: https://koha-community.org/manual/23.05/en/html/_images/librarylist.png So it would be another file, as it's a "library" thing create the following file: `t/cypress/integration/Manual/4-library.ts` With the following content: ``` describe("Libraries", function () {     beforeEach(() => {         cy.login();         cy.set_cookie_lang();     });     it("librarylist", function () {         assert(true);     }); }); ``` Go to the cypress UI (you can use a translated interface or the default/English one) and notice that it detected the new file, click on it. The beforeEach part is only there to login and set the language cookie before each test is run. The "it" block is doing nothing (apart from running a test that will always pass), but it's where we want our steps to be. https://snipboard.io/B4YCrK.jpg Hover your mouse over the "Libraries" line and notice the magic wand icon "Add new test". Tests rerun and you can interact with the UI! Go to Administation > Libraries. Now the goal is to find the correct element we want to screenshot. We want the "New library" button and the library list. Right click and locate the 'main' element (between the button and the "Libraries" title for instance). Click "Add assertion > be visible". Try to make as little "noise" as possible! Every interaction (mouse or keyboard) with the UI will be recorded! However, use the computer like it is your first time: do not use keyboard shortcuts, click on the input before you type, type slowly to make sure everything is recorded, click on the submit button instead of pressing enter, etc. You can remove the unnecessary steps by clicking the "times-circle" icon next to the step. When you are ready click "Save commands", enter a title: "librarylist". Now edit t/cypress/integration/Manual/4-library.ts You should see a new test added, something like:     /* ==== Test Created with Cypress Studio ==== */     it('librarylist', function() {         /* ==== Generated with Cypress Studio ==== */         cy.get(':nth-child(2) > .biglinks-list > :nth-child(6) > .icon_general').click();         cy.get(':nth-child(1) > :nth-child(4) > :nth-child(1) > a').click();         cy.get('main').should('be.visible');         /* ==== End Cypress Studio ==== */     }); Remove the first librarylist 'it' (this is not ideal but I didn't manage to find an easy way to not do it for now). Commit! % git commit -a -m"auto librarylist" Edit it again replace the line         cy.get('main').should('be.visible'); With         cy.get('main').should('be.visible').screenshot("librarylist"); Save. Look at the screenshot! Hey! It was not an easy one (I didn't know I promise!) The screenshot does not show the libraries, because they are fetched in ajax, after the page is loaded. So edit again and add a "wait_for_ajax" call (that is doing what its named says it does): (I removed the comment lines) ```     it('librarylist', function() {         cy.get(':nth-child(2) > .biglinks-list > :nth-child(6) > .icon_general').click();         cy.get(':nth-child(1) > :nth-child(4) > :nth-child(1) > a').click();         cy.wait_for_ajax();         cy.get('main').should('be.visible').screenshot("librarylist");     }); ``` Save, look at the screenshot! Now it is showing the library list! Commit! `git commit -a -m"manual librarylist" Do not be afraid, this will be the work for a developer if you are not confident enough with modifying the test file. You can try a really easy one by yourself: https://koha-community.org/manual/23.05/en/html/_images/newlibrary.png There is no trick here! The generated code should be something like:     it('newlibrary', function() {         /* ==== Generated with Cypress Studio ==== */         cy.get(':nth-child(2) > .biglinks-list > :nth-child(6) > .icon_general').click();         cy.get(':nth-child(1) > :nth-child(4) > :nth-child(1) > a').click();         cy.get('#newbranch').click();         cy.get('#Aform > :nth-child(1)').should('be.visible');         /* ==== End Cypress Studio ==== */     }); 7. Let's create a new complex test! Yes I know, the previous one was not easy finally, but it was not data dependent. patrondebt - https://koha-community.org/manual/23.05/en/html/_images/patrondebt.png We need to turn on AllowFineOverride, create a manual fine for a patron, and try to check them an item out. So click on "2-checkouts", "Checkouts", magic hand, and use the UI. Try to avoid any unnecessary actions! Try to do it perfectly the first time. Save the commands, run the test: it will fail. Why? Because the pref is now on, and you are trying to turn it on! However you could try your test after a reset_all (with a fresh DB). They should pass in this case, or it means something went wrong when you recorded the tests. No worries, once again it can be the work of a developer to adjust the tests. You should have something like that in 2-checkouts.ts    /* ==== Test Created with Cypress Studio ==== */     it('patrondebt', function() {         /* ==== Generated with Cypress Studio ==== */         cy.get(':nth-child(2) > .biglinks-list > :nth-child(6) > .icon_general > .fa').click();         cy.get('fieldset > [type="text"]').type("AllowFineOverride");         cy.get('.btn').click();         cy.get('#pref_AllowFineOverride').select('1');         cy.get('.save-all').click();         cy.get('#toplevelmenu > :nth-child(2) > a').click();         cy.get('#search_patron_filter').clear();         cy.get('#search_patron_filter').type('edna');         cy.get('.action > .btn').click();         cy.get('#menu > ul > :nth-child(3) > a').click();         cy.get('.manualinvoice > a').click();         cy.get('#amount').type('42');         cy.get('[value="save"]').click();         cy.get('#menu > ul > :nth-child(1) > a').click();         cy.get('#barcode').clear();         cy.get('#barcode').type('3999900000001');         cy.get('#circ_circulation_issue > .btn').click();         cy.get('#circ_needsconfirmation').should('be.visible');         /* ==== End Cypress Studio ==== */     }); We want to modify this code to define the conditions to make it always pass: set the syspref to 0 and delete the fines we created for the patron. See the comment in the code below:     it.only('patrondebt', function() {         cy.set_syspref("AllowFineOverride", "0"); // We set the syspref AllowFineOverride to 0         cy.query( // We remove the accountlines for the patron we are going to use (edna)             "DELETE FROM accountlines WHERE borrowernumber=5"         );         cy.get(':nth-child(2) > .biglinks-list > :nth-child(6) > .icon_general > .fa').click();         cy.get('fieldset > [type="text"]').type("AllowFineOverride");         cy.get('.btn').click();         cy.get('#pref_AllowFineOverride').select('1');         cy.get('.save-all').click();         cy.get('#toplevelmenu > :nth-child(2) > a').click();         cy.get('#search_patron_filter').clear();         cy.get('#search_patron_filter').type('edna');         cy.get('.action > .btn').click();         cy.get('#menu > ul > :nth-child(3) > a').click();         cy.get('.manualinvoice > a').click();         cy.get('#amount').clear();         cy.get('#amount').type('42');         cy.get('[value="save"]').click();         cy.get("#menu > ul > :nth-child(1) > a").click();         cy.get("#barcode").clear();         cy.get("#barcode").type("3999900000001");         cy.get("#circ_circulation_issue > .btn").click();         cy.get('#circ_needsconfirmation').should('be.visible').screenshot("patrondebt"); // We add the screenshot call!     }); Look at the screenshot! Run the tests again, they are still passing and the screenshot is still the same! All work as expected. 8. Read the doc! (to be polite) See [1] Summary: We could try cypress-studio and see how non-dev people are happy with it. But the code generated will be, in my opinion, unmaintainable (ie. not robust). See the "Move to commands" commit, where we actually want to replace the generated code with something more readable and robust. I personally think that the structure of the test files is quite easy to understand, and with a bit more of command (like set_syspref, checkin, checkout) we could make things easier to write, way more easier than using cypress studio, but... I am a developer, this is certainly biased... There are several things to discuss here. Who is onboard? How the syntax read to non-tech people? Where do we move the code? When are the screenshots generated? How do we interact with the koha-manual project? Which data are we using? Should we always use the same patron, the same biblio, the same item? I will be happy to help and work on this. Send me your feedback! :) Note: The librarylist, newlibrary and patrondebt tests are available on a separate remote branch: cypress-studio-more (still in my gitlab repo) [1] https://docs.cypress.io/guides/references/cypress-studio -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:02:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:02:22 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-IZ6Jb6TDER@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 --- Comment #4 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- (In reply to Fridolin Somers from comment #2) > Tricky indeed. > > In my opinion, we should use the all phrase to have context and no %s : > > <h4> > [% IF ( filter_approved_all ) %]<span>Displaying all terms</span>[% END %] > [% IF ( filter_approved_ok ) %]<span>Displaying approved terms</span>[% END > %] > [% IF ( filter_approved_pending ) %]<span>Displaying pending terms</span>[% > END %] > [% IF ( filter_approved_rej ) %]<span>Displaying rejected terms</span>[% END > %] > </h4> Even better! I redid the patch. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:02:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:02:27 +0000 Subject: [Koha-bugs] [Bug 34076] [ALTERNATE] [DOCS] Automated screenshots using Cypress.io testing framework In-Reply-To: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34076-70-5uURSsZLVH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34076 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:04:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:04:51 +0000 Subject: [Koha-bugs] [Bug 34081] New: Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses Message-ID: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081 Bug ID: 34081 Summary: Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr In the case of tags, the statuses are the same for one or more term. For example, in the table of terms, the column "Status" contains the status for the one term. Whereas, on the right, in the "Terms summary", the statuses are for many terms. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:06:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:06:34 +0000 Subject: [Koha-bugs] [Bug 32765] Transfer is not retried after cancelling hold In-Reply-To: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32765-70-q5oZ2456he@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:06:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:06:36 +0000 Subject: [Koha-bugs] [Bug 32765] Transfer is not retried after cancelling hold In-Reply-To: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32765-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32765-70-zFdQ3ChSLa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150801|0 |1 is obsolete| | --- Comment #11 from Sam Lau <samalau at gmail.com> --- Created attachment 152528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152528&action=edit Bug 32765: Retry transfer after cancelling hold When trying to manually transfer an item that is on hold, we have the choice to cancel the hold and try the transfer again. When choosing this option, the hold is correctly cancelled but the transfer is not tried again. This patch fixes that Test plan: 1. Place a hold on a specific item 2. Try to transfer it manually (Circulation » Transfer) 3. Choose the option to "Cancel hold and then attempt transfer" 4. See that the hold was cancelled, but no transfer was made 5. Apply the patch 6. Repeat step 1-3 7. See that the hold was cancelled, and the transfer was made Signed-off-by: Nicolas Giraud <nicolas.giraud at inlibro.com> Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:29:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:29:08 +0000 Subject: [Koha-bugs] [Bug 25295] Allow customization of staff client based on login location In-Reply-To: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25295-70-uwX5IKANT6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25295 AspenCat Team <aspencatteam at clicweb.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aspencatteam at clicweb.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:30:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:30:29 +0000 Subject: [Koha-bugs] [Bug 25295] Allow customization of staff client based on login location In-Reply-To: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25295-70-3wBTnJdRXd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25295 --- Comment #4 from AspenCat Team <aspencatteam at clicweb.org> --- We customize our discovery layer already, it would be great to make it easier to put visual branding in for staff, that avoids a lot of jquery and css. We just have too many branches to take that approach. - Bob Bennhoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:55:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:55:48 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-jjnYzLJm3j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152525|0 |1 is obsolete| | Attachment #152526|0 |1 is obsolete| | --- Comment #4 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152529&action=edit Bug 34035: (preparatory cleanup) Convert indentation to spaces. This patch converts tabs to spaces in tags.js. No other changes are made. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 17:55:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 15:55:51 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-OavWHk42u8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152530&action=edit Bug 34035: Move translatable strings out of opac-bottom.inc: Tags This patch removes the definition of JS variables in opac-bottom.inc related to the tags feature. These strings can be wrapped in the __() function inside tags.js and they'll get picked up for translation. Some other tags-related JS variable definitions are removed from templates in favor of embedding them directly in the <script> block. To test you must have TagsEnabled set to "Allow." Apply the patch and log in to the OPAC. - Perform a catalog search and select some items in the result list. - Add the items to the cart and open the cart. - Check a box next to one of the titles in the cart. - Click the "Tag" link - Submit the "New tag" form without entering a tag. You should see "No tag was specified." - Perform the same test on the search results page both using the checkboxes and by clicking the "Add tag" link on an individual result. - Perform the same test on the bibliographic detail page. - When adding tags from the cart, result list, or detail page, confirm that the "Tags added: X" message is always displayed. - Test adding a tag to a title which is already attached to that title. - Test adding HTML markup, e.g. "<script>" - Test adding HTML markup and plain text, e.g. "<script>Foo" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:03:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:03:06 +0000 Subject: [Koha-bugs] [Bug 34082] New: Cut some redundancy in OPAC JavaScript string translations Message-ID: <bug-34082-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34082 Bug ID: 34082 Summary: Cut some redundancy in OPAC JavaScript string translations Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 34035 A few templates in the OPAC still define a string in one place and then use the string in another. If the string is used only once I don't think it's necessary to separate the definition from the use. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:03:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:03:06 +0000 Subject: [Koha-bugs] [Bug 34035] Move translatable strings out of opac-bottom.inc: Tags In-Reply-To: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34035-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34035-70-MRoftW5ewP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34082 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34082 [Bug 34082] Cut some redundancy in OPAC JavaScript string translations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:04:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:04:33 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-fbDg15SIM0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |caroline.cyr-la-rose at inlibr |ity.org |o.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:07:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:07:02 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-N9joDY9QcO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:07:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:07:05 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-pKO78Y3Uzt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152405|0 |1 is obsolete| | --- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152531&action=edit Bug 34033: (bug 30649 follow-up) Fix update typos Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:08:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:08:08 +0000 Subject: [Koha-bugs] [Bug 34083] New: Patron auto-complete fails if organization patron full name is in a single field separated by a space Message-ID: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Bug ID: 34083 Summary: Patron auto-complete fails if organization patron full name is in a single field separated by a space Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: pedro.amorim at ptfs-europe.com Reporter: pedro.amorim at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, katrin.fischer at bsz-bw.de, kyle.m.hall at gmail.com, martin.renvoize at ptfs-europe.com, nick at bywatersolutions.com, tomascohen at gmail.com Depends on: 32772 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772 [Bug 32772] Patron autocomplete should not use contains on all fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:08:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:08:08 +0000 Subject: [Koha-bugs] [Bug 32772] Patron autocomplete should not use contains on all fields In-Reply-To: <bug-32772-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32772-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32772-70-xC51qBtlaT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34083 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:10:40 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-MEwslcP3bk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:10:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:10:42 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-HILkfufZpQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:10:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:10:45 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-RpwKEa2T8a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152532&action=edit Bug 34083: Add searching for full term on patron auto-complete To reproduce, on k-t-d: 1) Create a new patron of category 'School' 2) Enter 'Middle school high school' on the mandatory 'Name' field and put something in 'Card number:' 3) Visit patron lists at /cgi-bin/koha/patron_lists/lists.pl and click 'New patron list' 4) Put something in 'Name:' and click 'Save' 5) On the 'Patron search' input, enter 'middle school high school' slowly and observe the auto-complete behaviour 6) Notice how after you start typing the second word, the auto complete results vanish. 7) Apply patch, repeat plan and verify it now works as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:17:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:17:03 +0000 Subject: [Koha-bugs] [Bug 33029] Add wrapper method for dt_from_string to KohaDates template toolkit plugin In-Reply-To: <bug-33029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33029-70-Z8QuJaqZc2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33029 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply CC| |tomascohen at gmail.com --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Love this, but can you please rebase? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:36 +0000 Subject: [Koha-bugs] [Bug 33820] Add hints to warn the librarian that they will be logged out if they change their username In-Reply-To: <bug-33820-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33820-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33820-70-IhvHsJbsgU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33820 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:39 +0000 Subject: [Koha-bugs] [Bug 33820] Add hints to warn the librarian that they will be logged out if they change their username In-Reply-To: <bug-33820-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33820-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33820-70-whDvzH38w6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33820 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:41 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-wRZTa8OXQE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:43 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-5L5p2EFyLs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:46 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-aLkhz5LJmz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:47 +0000 Subject: [Koha-bugs] [Bug 34033] DB update problems from bug 30649 In-Reply-To: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34033-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34033-70-19550arrhO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033 --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:49 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-LzU1fUk5J2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:51 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-rKeEvG30S2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:53 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-K40KDJ8dkq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:18:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:18:55 +0000 Subject: [Koha-bugs] [Bug 34051] Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values In-Reply-To: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34051-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34051-70-dnDTIylBHd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:20:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:20:23 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-WalXbJbBrV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:20:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:20:25 +0000 Subject: [Koha-bugs] [Bug 31185] Link authorities automatically doesn't detect duplicate authorities In-Reply-To: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31185-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31185-70-uHnK5hQScU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 --- Comment #16 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:29:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:29:16 +0000 Subject: [Koha-bugs] [Bug 34081] Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses In-Reply-To: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34081-70-GuTS9xlY2o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:29:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:29:18 +0000 Subject: [Koha-bugs] [Bug 34081] Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses In-Reply-To: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34081-70-l7MPJghOLZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152533&action=edit Bug 34081: Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses To test: 1. Apply patch 2. Install language ./misc/translator/translate install xx-XX 3. Update po files ./misc/translator/translate update xx-XX 4. View the xx-XX-messages.po file --> Strings for tag statuses for one tag should be separated from strings for statuses for multiple tags, with context Tags (single) or Tags (multiple) 5. Change the strings so you know which is which For example, in French, the approved status for a single tag would be "Approuvé" and for multiple tags would be "Approuvés" (with the plural s at the end) 6. Apply translations ./misc/translator/translate install xx-XX 7. Add tags through the OPAC 7.1. In another tab, go to the OPAC 7.2. Log in 7.3. Search for a record 7.4. From the detailed record, click Add tags 7.5. Enter a tag and click Add 8. In the staff interface, go to Tools > Tags 9. Approve/Reject the tag --> The status in the table and on the button should be the singular status, the status in the summary on the right should be plural -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:29:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:29:57 +0000 Subject: [Koha-bugs] [Bug 34081] Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses In-Reply-To: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34081-70-ti9czaDxp3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |caroline.cyr-la-rose at inlibr |ity.org |o.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:39:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:39:17 +0000 Subject: [Koha-bugs] [Bug 34084] New: Shipment Budget ID does not default to a blank option Message-ID: <bug-34084-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34084 Bug ID: 34084 Summary: Shipment Budget ID does not default to a blank option Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Currently, the dropdown selector, "shipment_budget_id" under invoices defaults to the first budget in the list. It should default to a blank string or something that says "Please make a selection" so that partners do not accidentally use the wrong budget. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 18:49:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 16:49:27 +0000 Subject: [Koha-bugs] [Bug 25295] Allow customization of staff client based on login location In-Reply-To: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25295-70-pJFt9AQ5QI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25295 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us --- Comment #5 from Rebecca Coert <rcoert at arlingtonva.us> --- I agree with Andrew - having a more stable option for this would be ideal. We use our branch "color coding" (different menu bar colors @ each location) as a visual reminder for staff who move between locations. It's a simple yet effective way to cut down on errors. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:03:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:03:57 +0000 Subject: [Koha-bugs] [Bug 32613] Add auto-completion to our SQL reports editor In-Reply-To: <bug-32613-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32613-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32613-70-0ytW1wTlwW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32613 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:17:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:17:32 +0000 Subject: [Koha-bugs] [Bug 20373] Add floating toolbar on new acqui/basketgroups.pl page In-Reply-To: <bug-20373-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20373-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20373-70-pZAS6d6UaL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20373 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |BLOCKED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:22:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:22:09 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-ZtZ4cZfUBN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:22:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:22:12 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-neryEnVFBO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152532|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152534&action=edit Bug 34083: Add searching for full term on patron auto-complete To reproduce, on k-t-d: 1) Create a new patron of category 'School' 2) Enter 'Middle school high school' on the mandatory 'Name' field and put something in 'Card number:' 3) Visit patron lists at /cgi-bin/koha/patron_lists/lists.pl and click 'New patron list' 4) Put something in 'Name:' and click 'Save' 5) On the 'Patron search' input, enter 'middle school high school' slowly and observe the auto-complete behaviour 6) Notice how after you start typing the second word, the auto complete results vanish. 7) Apply patch, repeat plan and verify it now works as expected. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:23:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:23:29 +0000 Subject: [Koha-bugs] [Bug 34085] New: Remove the use of event attributes from basket groups template Message-ID: <bug-34085-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085 Bug ID: 34085 Summary: Remove the use of event attributes from basket groups template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 17858 There are some event attributes in the basket groups template. These should be removed in favor of defining events in JavaScript. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 [Bug 17858] [OMNIBUS] Move staff client JavaScript to the footer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:23:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:23:29 +0000 Subject: [Koha-bugs] [Bug 17858] [OMNIBUS] Move staff client JavaScript to the footer In-Reply-To: <bug-17858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17858-70-EDCvBPGTFA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34085 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085 [Bug 34085] Remove the use of event attributes from basket groups template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:34:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:34:14 +0000 Subject: [Koha-bugs] [Bug 34032] Holds expirationdate left blank if waiting status is reverted In-Reply-To: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34032-70-zLjU8k6jRJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:34:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:34:16 +0000 Subject: [Koha-bugs] [Bug 34032] Holds expirationdate left blank if waiting status is reverted In-Reply-To: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34032-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34032-70-fauyerP3tq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152516|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152535&action=edit Bug 34032: Set new expirationdate if waiting status is reverted When one reverts holds waiting status holds expiration date is not set even if DefaultHoldExpirationdate syspref is enabled. This patch adds new param hold_reverted to be used when RevertWaitingStatus is used to determine if expiration date should be set again. To test: 1) Make sure you have DefaultHoldExpirationdate syspref enabled. 2) Find hold with status "Waiting". 3) Revert waiting status. => Note that hold has no expiration date set. 4) Apply this patch. 5) Repeat steps 2 and 3. => Expiration date should now be set based on reserve date. Also prove t/db_dependent/Hold.t. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:58:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:58:46 +0000 Subject: [Koha-bugs] [Bug 34085] Remove the use of event attributes from basket groups template In-Reply-To: <bug-34085-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34085-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34085-70-LIuPnYcbbQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 19:58:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 17:58:48 +0000 Subject: [Koha-bugs] [Bug 34085] Remove the use of event attributes from basket groups template In-Reply-To: <bug-34085-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34085-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34085-70-J2lJI2PUgr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152536&action=edit Bug 34085: Remove the use of event attributes from basket groups template This patch removes the use of event attributes (onclick, onsubmit) from the basket groups template. These events are defined now along with the other in-page JS. This change allows us to move the scripts to the bottom of the page. Unrelated changes: There was no confirmation tied to the process of deleting a basket group. I've added one. And there were several "MSG_" variables defined which were unused and have been removed. To test you should have at least one vendor with at least one basket group. - Apply the patch and go to Acquisitions. - Locate a vendor with an associated basket group. - Edit a basketgroup - Confirm that editing works correctly (leaving "Close basket group" unchecked") - Confirm that editing works correctly with "Close basket group" checked. - In the list of closed basket groups, confirm that all the controls work correctly. - Create an empty basket group and confirm that clicking the associated "Delete" button in the list of basket groups triggers a confirmation, "Are you sure you want to delete this basket group?" Test that both confirming and cancelling work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 20:07:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 18:07:10 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-tzSssUrQ8m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 20:07:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 18:07:13 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-g8sqct8xfx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 --- Comment #1 from Sam Lau <samalau at gmail.com> --- Created attachment 152537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152537&action=edit Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 20:23:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 18:23:45 +0000 Subject: [Koha-bugs] [Bug 22548] Z39.50/SRU search replaces existing biblios In-Reply-To: <bug-22548-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22548-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22548-70-jeUHYmGFZT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22548 Patrick Robitaille <patrick.robitaille at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 20:48:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 18:48:10 +0000 Subject: [Koha-bugs] [Bug 22548] Z39.50/SRU search replaces existing biblios In-Reply-To: <bug-22548-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22548-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22548-70-8j9WvJu5fn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22548 Noémie Labine <noemie.labine at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |noemie.labine at collecto.ca --- Comment #3 from Noémie Labine <noemie.labine at collecto.ca> --- We encountered this situation with 22.05.07.000 Clicking on the z39.50 search button while on a results page causes the replacement of the last biblio record of the page by the imported biblio record, as described by Rudolf in 2019. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:19:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:19:54 +0000 Subject: [Koha-bugs] [Bug 34086] New: On detail.tt if item.permanent_location is NULL no shelving location will show Message-ID: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 Bug ID: 34086 Summary: On detail.tt if item.permanent_location is NULL no shelving location will show Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1. Have some items without a permanent location. 2. Go to the staff detail page. 3. In the 'Home library' column notice the span .shelvingloc is empty. 4. Add a permanent location, now the shelvingloc is populated -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:22:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:22:23 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-90hhceZkGj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 Lucas Gass <lucas at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:22:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:22:25 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-gQvLkU5bWG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152538&action=edit Bug 34086: Show location on detail page when there is no permenant location To test: 1. Have some items without a permanent location. 2. Go to the staff detail page. 3. In the 'Home library' column notice the span .shelvingloc is empty. 4. Add a permanent location, now the shelvingloc is populated 5. Apply patch 6. The location should now show even when there is no permenant location. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:25:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:25:12 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-v3F8g6Si7S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152068|0 |1 is obsolete| | --- Comment #20 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152539&action=edit Bug 33169: Build breadcrumbs and left-hand side menu from routes definition Signed-off-by: Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:25:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:25:15 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-SUA6paMMLf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #21 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152540&action=edit Bug 33169: Add support for FA styles Font awesome now provides a different approach to icon styles so you can specify things like: ``` <i class="fa fa-camera-retro"></i> ``` but also ``` <i class="fa-solid fa-camera-retro"></i> ``` The original implementation had a hardcoded `fa` and having an extra parameter for the *style* seemed overkill, as we would need to handle even a list of styles like on this example: ``` <i class="fa-sharp fa-solid fa-camera-retro"></i> ``` So I chose to just explicitly require the full FA icon class and pass it thru. With no manipulation on the Vue side. This patch does that, and adjusts the 'style' for some icons, as introduced by the FA v6 patchset. Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:25:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:25:19 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-IzqIYcEwgm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #22 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152541&action=edit Bug 33169: (QA follow-up) Tidy Vue-related files Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 21:44:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 19:44:35 +0000 Subject: [Koha-bugs] [Bug 32025] Adding in a column for "checked in by' in patron's circulation history page In-Reply-To: <bug-32025-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32025-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32025-70-DKB5NA6muI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32025 Katie Bliss <kebliss at dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss at dmpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 22:43:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 20:43:09 +0000 Subject: [Koha-bugs] [Bug 34072] Holds queue search interface hidden on small screens In-Reply-To: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34072-70-4HhHHJ7rbC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152495|0 |1 is obsolete| | --- Comment #2 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152542&action=edit Bug 34072: Remove float/clear from froms.scss To test: - go to /cgi-bin/koha/circ/view_holdsqueue.pl - inspect something within the page to open the dev tools - press ctrl-shift-m to show the device toolbar - use the device toolbar to reduce the resolution of your window - observe that the search controls are lost at smaller resolutions - Apply patch, regerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ), clear browser cache - Try again, you should now see the search controls - Since this patch changes forms.scss try some other forms in Koha at different screen sizes to make sure they still look correct Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 22:43:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 20:43:19 +0000 Subject: [Koha-bugs] [Bug 34072] Holds queue search interface hidden on small screens In-Reply-To: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34072-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34072-70-SwJMSrMYGp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 21 23:25:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 21:25:30 +0000 Subject: [Koha-bugs] [Bug 34059] advance_notices.pl -c --digest-per-branch does not work as intended In-Reply-To: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34059-70-D1GSCB61SA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 01:06:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 23:06:34 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-ROT677toZm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #23 from Agustín Moyano <agustinmoyano at theke.io> --- (In reply to Tomás Cohen Arazi from comment #22) > Created attachment 152541 [details] [review] > Bug 33169: (QA follow-up) Tidy Vue-related files > > Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Thanks Tom for the follow-ups, I'll mark this as PQA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 01:06:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 23:06:52 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-vXkk1FG9kQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 Agustín Moyano <agustinmoyano at theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 01:07:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 23:07:00 +0000 Subject: [Koha-bugs] [Bug 34087] New: Required label displays twice for Hold end date Message-ID: <bug-34087-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34087 Bug ID: 34087 Summary: Required label displays twice for Hold end date Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: dch at interleaf.ie QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com The 'Required' label displays twice under 'Hold not needed after' when confirming a hold -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 01:08:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 23:08:55 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-F21hrEHZhu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #24 from Agustín Moyano <agustinmoyano at theke.io> --- (In reply to Jonathan Druart from comment #19) > (In reply to Tomás Cohen Arazi from comment #18) > > Not changing the status as I aint no Vue expert. But I tested things work > > and no warnings/errors in the console. > > > > The only thing I don't like but is not this patch responsibility, is the > > fact we display 'Show Thing' in the breadcrumb... I think we should be more > > consistent (we are not 100% consistent on this, I know but...). > > > > Right now we display > > > > Home > E-resource management > Licenses > Show license > > > > it should be: > > > > Home > E-resource management > Licenses > A licence name > > > > like we have in other places e.g > > > > Home > Tools > Patron lists > A list name > > > > I mention this in case it fits this change. > > It is something I didn't manage to do with the current code (I thought there > was actually a FIXME in the code but there is none). Maybe later I can add a method to the navigation store to be able to update the last part of the breadcrumb I'll create a new bug for it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 01:45:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 23:45:46 +0000 Subject: [Koha-bugs] [Bug 17427] Replace CGI::Session with Data::Session In-Reply-To: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17427-70-pkbtFmBD32@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427 --- Comment #88 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #80) > Created attachment 150927 [details] [review] > Bug 17427: Embed Data::Session > > Test plan: > Install libdata-session-perl and make sure our lib has priority > over the installed version An alternative could be to contribute Data::Session::Serialize::yamlxs. Ron seems pretty responsive on Github, and it looks like Mason has contributed a couple patches in Feb 2023. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 01:47:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 21 Jun 2023 23:47:37 +0000 Subject: [Koha-bugs] [Bug 17427] Replace CGI::Session with Data::Session In-Reply-To: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17427-70-QskZFoKlC1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427 --- Comment #89 from David Cook <dcook at prosentient.com.au> --- What's outstanding on this one? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 02:55:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 00:55:05 +0000 Subject: [Koha-bugs] [Bug 34088] New: Schema upgrade should short circuit faster if no upgrade needs to be done Message-ID: <bug-34088-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088 Bug ID: 34088 Summary: Schema upgrade should short circuit faster if no upgrade needs to be done Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org At the moment, if there is no database upgrade to run, updatedatabase.pl can take over 1.1 seconds to run. If you chain together 60 runs of updatedatabase.pl via koha-upgrade-schema and "apt-get install koha-common", that takes well over 1 minute at best to check that nothing needs to be done. (In practice, I think it goes over 1 minute.) We should be short circuiting earlier because we have the code version at hand and it's easy to check the database version. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 02:57:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 00:57:02 +0000 Subject: [Koha-bugs] [Bug 34088] Schema upgrade should short circuit faster if no upgrade needs to be done In-Reply-To: <bug-34088-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34088-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34088-70-SoRS80OFjs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Created attachment 152543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152543&action=edit Bug 34088: Short circuit database upgrade check If the database version and the code version are the same, we should short circuit and exit immediately. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 02:58:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 00:58:19 +0000 Subject: [Koha-bugs] [Bug 34088] Schema upgrade should short circuit faster if no upgrade needs to be done In-Reply-To: <bug-34088-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34088-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34088-70-qVBEWjCL0X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | --- Comment #2 from David Cook <dcook at prosentient.com.au> --- This isn't quite ready for NSO, as it needs to be polished, but I need to switch tasks right now, and I didn't want to forget to raise the ticket. This works very well. It takes about .06 seconds to run koha-upgrade-schema instead of 1.1 seconds. If you multiply that by 60, that is 3.6 seconds instead of 66 seconds. Huge difference! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 04:10:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 02:10:29 +0000 Subject: [Koha-bugs] [Bug 34089] New: Batch item deletion doesn't give details about why something is not deleted Message-ID: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34089 Bug ID: 34089 Summary: Batch item deletion doesn't give details about why something is not deleted Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: wainuiwitikapark at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1) Check out an item 2) Take note of the barcode of the checked out item 3) Go to the "Batch item deletion" module which is now in Cataloging 4) Attempt to delete the item that you checked out 5) Go to the "View detail of the enqueued job" link 6) Notice that no items were deleted, but there are no details as to why -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 04:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 02:10:40 +0000 Subject: [Koha-bugs] [Bug 34089] Batch item deletion doesn't give details about why something is not deleted In-Reply-To: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34089-70-K6G3KoTCcM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34089 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 04:10:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 02:10:50 +0000 Subject: [Koha-bugs] [Bug 34089] Batch item deletion doesn't give details about why something is not deleted In-Reply-To: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34089-70-OUMJFm9dfJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34089 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |wainuiwitikapark at catalyst.n |ity.org |et.nz -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 06:45:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 04:45:46 +0000 Subject: [Koha-bugs] [Bug 17427] Replace CGI::Session with Data::Session In-Reply-To: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17427-70-B7mKyR1I0X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427 --- Comment #90 from Jonathan Druart <jonathan.druart+koha at gmail.com> --- (In reply to David Cook from comment #89) > What's outstanding on this one? Read the commit messages. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 07:24:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 05:24:02 +0000 Subject: [Koha-bugs] [Bug 17427] Replace CGI::Session with Data::Session In-Reply-To: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17427-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17427-70-OvhpqrCwpM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427 --- Comment #91 from David Cook <dcook at prosentient.com.au> --- (In reply to Jonathan Druart from comment #90) > (In reply to David Cook from comment #89) > > What's outstanding on this one? > > Read the commit messages. I did and I couldn't make sense of them. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 09:39:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 07:39:12 +0000 Subject: [Koha-bugs] [Bug 34090] New: Add context for AV category vs. patron category Message-ID: <bug-34090-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34090 Bug ID: 34090 Summary: Add context for AV category vs. patron category Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Sometimes only the word category appears for patron category or AV category. As we have translated patron category differently to authorised value category, this creates some issues with translations. It would be nice to add some context here. Another solution could be to add "patron" and "authorised value" in front. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 10:58:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 08:58:06 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-aV13OdLhjY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |BLOCKED --- Comment #33 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Working here. Moving it to BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 10:59:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 08:59:01 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-ZhP6LwnlXG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 --- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152544&action=edit Bug 34083: (follow-up) Prevent showing 'null' In patron lists, if the patron added is an organization without the firstname, it presents 'null'. This fixes that -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:01:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:01:10 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-HNwEITYTQy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #34 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Will add a follow-up for this bug. We need to check $lang before searching translated content. And which was very bad, we do not need to search for additional_content_id in the wrong column. diff --git a/Koha/AdditionalContents.pm b/Koha/AdditionalContents.pm index 0555ddc6d1..7d5e877d0f 100644 --- a/Koha/AdditionalContents.pm +++ b/Koha/AdditionalContents.pm @@ -85,9 +85,9 @@ sub search_for_display { my $contents = $self->SUPER::search( $search_params, { order_by => 'number' } ); my @all_content_id = $contents->get_column('id'); - my @translated_content_id; - if ( $params->{lang} ) { - my $translated_contents = Koha::AdditionalContentsLocalizations->search( + my ( $translated_contents, @translated_content_id ); + if ( $params->{lang} && $params->{lang} ne 'default' ) { + $translated_contents = Koha::AdditionalContentsLocalizations->search( { additional_content_id => [$contents->get_column('id')], lang => $params->{lang}, @@ -105,7 +105,7 @@ sub search_for_display { return Koha::AdditionalContentsLocalizations->search( { - id => [@translated_content_id, $default_contents->get_column('id')] + id => [ $translated_contents ? $translated_contents->get_column('id') : (), $default_contents->get_column('id') ] }, ); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:03:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:03:06 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-HDbmAYXOLS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #35 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- I might have one query for the whole thing in search_for_display instead of four. But I am not sure if we really gain performance. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:08:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:08:06 +0000 Subject: [Koha-bugs] [Bug 31787] [DOCS] Add description and examples to membership_expiry.pl about --where option In-Reply-To: <bug-31787-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31787-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31787-70-Fc5xVjyUDD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31787 Anke Bruns <anke.bruns at gwdg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anke.bruns at gwdg.de --- Comment #1 from Anke Bruns <anke.bruns at gwdg.de> --- Filtering for categorycode with the where parameter doesn't work: koha-foreach /usr/share/koha/bin/cronjobs/membership_expiry.pl -n -c -v --where="categorycode='STUD'" results in no mails being sent even though there are expiring memberships within the time covered by the cronjob. We tried every combination of single and double quotes we could think of. We also tried the above command with "me.categorycode" instead of categorycode. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:10:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:10:06 +0000 Subject: [Koha-bugs] [Bug 34091] New: Typo in help for cleanupdatabase.pl: --log-modules needs to be --log-module Message-ID: <bug-34091-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34091 Bug ID: 34091 Summary: Typo in help for cleanupdatabase.pl: --log-modules needs to be --log-module Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Keywords: Academy Severity: trivial Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Found testing in 22.11, but I believe also present in current versions. The help reads: --log-modules Specify which action log modules to trim. Repeatable. But the parameter is actually --log-module -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:14:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:14:23 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-gcawrp9jMt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_23_05_candidate CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:44:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:44:59 +0000 Subject: [Koha-bugs] [Bug 34092] New: patron-autocomplete.js and patron-search.inc search logic should match Message-ID: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Bug ID: 34092 Summary: patron-autocomplete.js and patron-search.inc search logic should match Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: pedro.amorim at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, jonathan.druart+koha at gmail.com, katrin.fischer at bsz-bw.de, kyle.m.hall at gmail.com, martin.renvoize at ptfs-europe.com, tomascohen at gmail.com Depends on: 34083 We should have a single point of patron search logic for coherency and maintainability. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 11:44:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 09:44:59 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-ZI04PS3GLX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34092 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:06:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:06:38 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-vvARcUT9Vc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #36 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152545&action=edit Bug 31383: (QA follow-up) Do not return 0 in ->get The last statement evaluated is the if( $content->count ). If that evaluates to false, the false expression value is returned. In this case that is 0. We should just return undef or empty list (scalar/list context). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:06:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:06:41 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-MdpgrV5MFe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #37 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152546&action=edit Bug 31383: Check lang and use right column in search_for_display We should check if $lang equals default before looking for translated contents. And note that @translated_content_id contains additional_content_id not id, so cannot be used in the last query. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:06:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:06:44 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-BFegJP3dqZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #38 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152547&action=edit Bug 31383: Use one query in search_for_display instead of four Benchmarking does however not show real performance gain. But it might be considered as a code improvement? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:07:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:07:46 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-JfbS19hqga@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #39 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- What do you think of the last patch, Jonathan? We are actually cheating in search_for_display since we return localizations in the main object? Should we move it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:11:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:11:01 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-Brh4u31Lhc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:23:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:23:52 +0000 Subject: [Koha-bugs] [Bug 32585] Followup on Bug 32583 - fix some variable references In-Reply-To: <bug-32585-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32585-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32585-70-MCC8rO8dMz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32583 CC| |fridolin.somers at biblibre.co | |m Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583 [Bug 32583] Restore display of only one item in catalogue/moredetails -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 12:23:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 10:23:52 +0000 Subject: [Koha-bugs] [Bug 32583] Restore display of only one item in catalogue/moredetails In-Reply-To: <bug-32583-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32583-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32583-70-vD5tuY4xze@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32585 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585 [Bug 32585] Followup on Bug 32583 - fix some variable references -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:02:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:02:12 +0000 Subject: [Koha-bugs] [Bug 34093] New: jQuery not loading on OAI xslt pages Message-ID: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Bug ID: 34093 Summary: jQuery not loading on OAI xslt pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Bug 32998 moved OPAC third-party assets from opac-tmpl/bootstrap/lib to opac-tmpl/lib The XSLT file for OAI needs an update to account for this move -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:02:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:02:24 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI xslt pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-Wt9ENDUxI4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32998 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32998 [Bug 32998] Consolidate opac-tmpl/lib and opac-tmpl/bootstrap/lib -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:02:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:02:24 +0000 Subject: [Koha-bugs] [Bug 32998] Consolidate opac-tmpl/lib and opac-tmpl/bootstrap/lib In-Reply-To: <bug-32998-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32998-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32998-70-JcvlNIvrbC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32998 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34093 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 [Bug 34093] jQuery not loading on OAI xslt pages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:07:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:07:25 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI xslt pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-tt2danJ8Wg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:07:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:07:27 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI xslt pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-pTYzsQSXcl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152548&action=edit Bug 34093: Fix paths to jQuery for OAI XSLT To test: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3 - Click 'Metadata' button for a record 4 - Nothign happens 5 - Check the console: Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js”. 6 - Apply patch 7 - Reload 8 - Console errors are gone 9 - Clicking 'Metadata' expands the record content -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:07:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:07:46 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI xslt pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-OnJswdSSdB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:25:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:25:26 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-8TQACiD895@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151845|0 |1 is obsolete| | --- Comment #47 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152549&action=edit Bug 33117: Adding new PatronAutoCompleteSearchMethod system preference This patch adds a new system preference called "PatronAutoCompleteSearchMethod" which allows staff to choose between "Starts with" or "Contains" when searching for patrons. The "Contains" option should be useful when searching for patrons that have multiple surnames or when searching using a patron's middle name. New Test Plan: 0. Ensure system preference PatronAutoComplete is set to Try 1. Create a patron that has a first name, middle name and two surnames. (i.e. Adela Maria, Hernandez Acosta). 2. In patron or checkout search, enter their first name and first surname without submitting. 3. Confirm that a record is found in the autocomplete results 4. In patron or checkout search, enter their first name and second surname without submitting. 5. Confirm that no record is found. 6. Enter their middle name and first surname. Confirm that no record is found. 7. Enter their middle name and second surname. Confirm that no record is found. 8. Apply the patch, update database 9. Under Administration > Global System Preferences > search for "PatronAutocompleteSearchMethod" 10. Choose "Contains" instead of "Starts with" for the system preference, reload your search page 11. Repeat steps 2-4. The patron record should appear for all search methods. 12. Sign off! Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:25:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:25:44 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-miQBwcDXaC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Nick Clemens <nick at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:25:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:25:45 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-BJGXOojg2Q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152550&action=edit Bug 33270: Warn errors but catch exceptions when encountering record issues in OAI-PMH This patch alters the OAI code to attempt to load a badly encoded record by removing non XML characters. OAI harvests are used to keep external catalogs or display layers in sync with Koha. We should not break this connection when there is a bad record, but should allow the harvest to complete - warn the errors, and rely on Koha warnings/errors/tools to idnetify and fix the problem on the Koha side Test plan, assumes using KTD default data - otherwise you need to find and import a record with encoding issues: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&resumptionToken=marcxml/350////0/0/352 3 - 500 error: Invalid data, cannot decode metadata object (biblio_metadata.id=368, biblionumber=369, format=marcxml, schema=MARC21, decoding_error=':8: parser error : PCDATA invalid Char value 31... 4 - Apply patch, restart all 5 - Reload the page 6 - It loads! 7 - Click 'Metadata' for record 369 - it succeeds! 8 - Check the logs - confirm you see a warning of the record problem -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:26:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:26:01 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-97CCSBWWX3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:26:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:26:04 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-KcNSbRRECp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152537|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152551&action=edit Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :) Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:26:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:26:22 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-JDe6lmQI8J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152549|0 |1 is obsolete| | --- Comment #48 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152552&action=edit Bug 33117: Adding new PatronAutoCompleteSearchMethod system preference This patch adds a new system preference called "PatronAutoCompleteSearchMethod" which allows staff to choose between "Starts with" or "Contains" when searching for patrons. The "Contains" option should be useful when searching for patrons that have multiple surnames or when searching using a patron's middle name. New Test Plan: 0. Ensure system preference PatronAutoComplete is set to Try 1. Create a patron that has a first name, middle name and two surnames. (i.e. Adela Maria, Hernandez Acosta). 2. In patron or checkout search, enter their first name and first surname without submitting. 3. Confirm that a record is found in the autocomplete results 4. In patron or checkout search, enter their first name and second surname without submitting. 5. Confirm that no record is found. 6. Enter their middle name and first surname. Confirm that no record is found. 7. Enter their middle name and second surname. Confirm that no record is found. 8. Apply the patch, update database 9. Under Administration > Global System Preferences > search for "PatronAutocompleteSearchMethod" 10. Choose "Contains" instead of "Starts with" for the system preference, reload your search page 11. Repeat steps 2-4. The patron record should appear for all search methods. 12. Sign off! Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:27:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:27:17 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-ZS8tiFonAB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Depends on| |23846, 29697 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23846 [Bug 23846] Handle records with broken MARCXML on the bibliographic detail view https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:27:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:27:17 +0000 Subject: [Koha-bugs] [Bug 23846] Handle records with broken MARCXML on the bibliographic detail view In-Reply-To: <bug-23846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23846-70-928vVoU8jM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23846 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33270 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 [Bug 33270] OAI-PMH should not die on record errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:27:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:27:17 +0000 Subject: [Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record In-Reply-To: <bug-29697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29697-70-QZm2BvRiPq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33270 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 [Bug 33270] OAI-PMH should not die on record errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:27:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:27:25 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-zV8vGDtDKG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:29:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:29:41 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-400WOHcmrw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #49 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I fixed the authorship, tidied the DB update and then tested. For me, the test plan is all passing and I couldn't replicate the issues raised by Barbara. I think we should come back to the consistency between interfaces in another bug.. mostly because I think this is an important fix and when I tried to follow-up to make the various interfaces consistent I found there was more than I expected.. (hint, just passing searchtype from the various controllers isn't enough.. the forms don't respect the param for some reason) So.. with that in mind, I'm happy to PQA this patch and open a new bug to work on the consistency work. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:33:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:33:13 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-gEzqgsHuRC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #50 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- My only caveat here is the preference name.. I'd be tempted to drop the 'AutoComplete' part and have it as just `DefaultPatronSearchMethod` and sit it next to `DefaultPatronSearchFields` I'll do a follow-up for that now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:33:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:33:19 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-vuASgjcmQt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:33:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:33:54 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-YVfBZhS5zk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:33:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:33:56 +0000 Subject: [Koha-bugs] [Bug 34079] The phrase "Displaying [all|approved|pending|rejected] terms" was separated In-Reply-To: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34079-70-Q0GwJFDKKx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152527|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152553&action=edit Bug 34079: The phrase "Displaying [all|approved|pending|rejected] terms" was separated This patch reunites the words for the sentence "Displaying [all|approved|pending|rejected] terms" in order to facilitate translating in languages that have a different syntax. To test: 1. Install a new language ./misc/translator/translate install xx-XX 2. Check the xx-XX-staff-prog.po file for the sentence --> All the words are individual strings 3. Apply patch 4. Update the po files ./misc/translator/translate update xx-XX 5. Check the xx-XX-staff-prog.po file again --> The sentence is reunited for each status (Displaying all terms, Displaying approved terms, etc.) Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:41:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:41:06 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-KXQ9H8HXe9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #51 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152554&action=edit Bug 33117: (follow-up) Rename preference As it's been requested that we keep the search defaults consistent, I think this preference is better names DefaultPatronSearchMethod and appear next to DefaultPatronSearchFields. This patch makes that change, though actually applying it to the other search area's (outside of autocomplete) has been left for another bug. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:41:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:41:16 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-oWvXJXXLGV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:44:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:44:16 +0000 Subject: [Koha-bugs] [Bug 34094] New: Apply DefaultPatronSearchMethod to all patron search forms Message-ID: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Bug ID: 34094 Summary: Apply DefaultPatronSearchMethod to all patron search forms Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Depends on: 33117 With Bug 33117 we introduced a new system preference to allow administrators the ability to define the default search method for patron searching (starts_with|contains). However, on that bug, it was highlighted that the various search forms exposed are already out of sync with regards to this search method.. I tried to fix it inline on that bug with a follow-up, but it proved more involved that I first expected.. this bug serves to track progress on the syncing. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 [Bug 33117] Patron checkout search not working if searching with second surname -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:44:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:44:16 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-HfjsREdVQ0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34094 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:44:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:44:34 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-DFsoi7SxuK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:44:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:44:49 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-VpbdngBiDX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- I don't see an atomicupdate with this. Should there be? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:45:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:45:37 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-GDAHX6o0TU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Does the OAI-PMH protocol prescribe a special behavior in this cases? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 13:48:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 11:48:09 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-JK1SETIilr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152554|0 |1 is obsolete| | --- Comment #52 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152555&action=edit Bug 33117: (follow-up) Rename preference As it's been requested that we keep the search defaults consistent, I think this preference is better names DefaultPatronSearchMethod and appear next to DefaultPatronSearchFields. This patch makes that change, though actually applying it to the other search area's (outside of autocomplete) has been left for another bug. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:01:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:01:26 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-8GEcqMGCj9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152555|0 |1 is obsolete| | --- Comment #53 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152556&action=edit Bug 33117: (follow-up) Rename preference As it's been requested that we keep the search defaults consistent, I think this preference is better names DefaultPatronSearchMethod and appear next to DefaultPatronSearchFields. This patch makes that change, though actually applying it to the other search area's (outside of autocomplete) has been left for another bug. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:02:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:02:28 +0000 Subject: [Koha-bugs] [Bug 34081] Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses In-Reply-To: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34081-70-gdCyqdf5Eq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:02:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:02:30 +0000 Subject: [Koha-bugs] [Bug 34081] Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses In-Reply-To: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34081-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34081-70-q1euWPHzzR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152533|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152557 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152557&action=edit Bug 34081: Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses To test: 1. Apply patch 2. Install language ./misc/translator/translate install xx-XX 3. Update po files ./misc/translator/translate update xx-XX 4. View the xx-XX-messages.po file --> Strings for tag statuses for one tag should be separated from strings for statuses for multiple tags, with context Tags (single) or Tags (multiple) 5. Change the strings so you know which is which For example, in French, the approved status for a single tag would be "Approuvé" and for multiple tags would be "Approuvés" (with the plural s at the end) 6. Apply translations ./misc/translator/translate install xx-XX 7. Add tags through the OPAC 7.1. In another tab, go to the OPAC 7.2. Log in 7.3. Search for a record 7.4. From the detailed record, click Add tags 7.5. Enter a tag and click Add 8. In the staff interface, go to Tools > Tags 9. Approve/Reject the tag --> The status in the table and on the button should be the singular status, the status in the summary on the right should be plural Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:06:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:06:36 +0000 Subject: [Koha-bugs] [Bug 34043] Improve translation of CSV header templates In-Reply-To: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34043-70-qqguom9lSR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:06:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:06:38 +0000 Subject: [Koha-bugs] [Bug 34043] Improve translation of CSV header templates In-Reply-To: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34043-70-a2weD1XfTt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152558&action=edit Bug 34043: Improve translation of CSV header templates This patch reformats serverl CSV header templates so that it's easier to translate the English strings. The templates now use the [% t(" ") %] construction to ensure that each string is managed separately. To test, apply the patch and go to Acquisitions. - Locate a vendor with a basket and view the basket. - Click the "Export as CSV" button. The CSV file you get should be well-formatted. - Go to basket groups for that vendor and click the "Closed" tab. - Click the "Export as CSV" button for one of the baskets. The CSV file should be correct. - Go to Acquisitions -> Late orders. - Check some checkboxes in the list of late orders. Click "Export as CSV" at the bottom of the page. The CSV file should be correct. - Go to the catalog's item search page. - Perform a search which will return results. On the result page, choose "Export all results to -> CSV" and check the resulting CSV file. - Go to Reports -> Statistics Wizards -> Cash register - Select "To a file" under "Output" and submit. Check the resulting CSV file. - Go to Reports -> Orders by funds. - Choose "To a file" under "Output" and submit. Check the resulting CSV file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:07:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:07:34 +0000 Subject: [Koha-bugs] [Bug 33508] Submitting patron update request from OPAC deletes any pending updates In-Reply-To: <bug-33508-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33508-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33508-70-2bjRhJFg8U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33508 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.05 |master Severity|enhancement |normal CC| |sally.healey at cheshireshared | |services.gov.uk --- Comment #1 from Sally <sally.healey at cheshiresharedservices.gov.uk> --- This is one of those silent bugs - where unless a patron complains, you'd never know it was happening. It's on master and goes back to at least 20.11. Consolidating all updates would be great, but I guess that might be trickier. In the meantime, blocking the patron from making further changes would be a useful solution - especially if there was an information message warning that they can't make any changes as they already have changes pending approval. I've changed the bug status to normal rather than enhancement, due to the potential for data loss. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:16:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:16:19 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-SvnB7t3QVb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33117 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 [Bug 33117] Patron checkout search not working if searching with second surname -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:16:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:16:19 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-i3g86nR8Ki@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34083 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:23:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:23:45 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-FyvCHzNvkL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152534|0 |1 is obsolete| | --- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152559&action=edit Bug 34083: Add searching for full term on patron auto-complete To reproduce, on k-t-d: 1) Create a new patron of category 'School' 2) Enter 'Middle school high school' on the mandatory 'Name' field and put something in 'Card number:' 3) Visit patron lists at /cgi-bin/koha/patron_lists/lists.pl and click 'New patron list' 4) Put something in 'Name:' and click 'Save' 5) On the 'Patron search' input, enter 'middle school high school' slowly and observe the auto-complete behaviour 6) Notice how after you start typing the second word, the auto complete results vanish. 7) Apply patch, repeat plan and verify it now works as expected. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:23:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:23:48 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-7Iv5tMrdg1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152544|0 |1 is obsolete| | --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152560&action=edit Bug 34083: (follow-up) Prevent showing 'null' In patron lists, if the patron added is an organization without the firstname, it presents 'null'. This fixes that -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:24:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:24:15 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-GB578XrpHt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Rebased this on top of bug 33117 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 14:54:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 12:54:45 +0000 Subject: [Koha-bugs] [Bug 34095] New: Shipping cost should default to a blank box instead of 0.00 Message-ID: <bug-34095-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34095 Bug ID: 34095 Summary: Shipping cost should default to a blank box instead of 0.00 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Shipment cost should default to a blank box instead of 0.00. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:21:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:21:05 +0000 Subject: [Koha-bugs] [Bug 34096] New: Patron registration fields revert back to last successful save if error occurs Message-ID: <bug-34096-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34096 Bug ID: 34096 Summary: Patron registration fields revert back to last successful save if error occurs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1. Create a test patron with category "Teen" and add an address of 1010 Library Lane. Leave date of birth blank. 2. Save record. 3. Edit record to (a) change address to 1010 Book Street and (b) add DOB of 10/10/1980. 4. Save record. 5. Note error message ("The following fields are wrong. Please fix them. Patron's age is incorrect for their category. Ages allowed are 12-18.") and that the address has reverted to 1010 Library Lane. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:21:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:21:22 +0000 Subject: [Koha-bugs] [Bug 34062] Additional contents with library set do not appear in OPAC In-Reply-To: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34062-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34062-70-NRZaGPWhDm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34062 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Summary|Additional contents with |Additional contents with |library set do not appair |library set do not appear |in OPAC |in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:25:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:25:27 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-em511rypZ5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:25:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:25:38 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-WDZYnvSIh7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:25:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:25:44 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-drHzSt5jkM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:25:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:25:55 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-FNO5kmaWYX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31383 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 [Bug 31383] Additional contents: We need a parent and child table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:25:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:25:55 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-Lc4etUmW8S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32245 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 [Bug 32245] Deleting news entries from Koha's staff start page is broken -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:29:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:29:59 +0000 Subject: [Koha-bugs] [Bug 34097] New: Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top Message-ID: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Bug ID: 34097 Summary: Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Steps to reproduce: 1. Select Cataloging from the home page 2. Search for a title 3. From the Actions button select Add/Edit items 4. From the Actions button for an existing item select Edit or just begin filling out the Add item form for a new item 5. Click on the three ellipses next to the 952|d field (date cataloged) 6. The screen repositions itself to the top rather than staying in the Add/Edit item area 7. The cataloger has to scroll back down the screen to get to their place in the Add item form -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:33:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:33:56 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-GBWPkemLg8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:33:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:33:59 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-6JSZFW6CJ3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 --- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152561&action=edit Bug 32245: Fix delete news item from staff home page Simple fix: op was named incorrectly in URL. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:34:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:34:23 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-zvHxpxpE23@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Trivial. Self signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:34:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:34:56 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-S9O0D27fY5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 --- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Please test on top of 31383. Ready soon for QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:36:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:36:28 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-3tX7JtVMub@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152556|0 |1 is obsolete| | --- Comment #54 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152562&action=edit Bug 33117: (follow-up) Rename preference As it's been requested that we keep the search defaults consistent, I think this preference is better names DefaultPatronSearchMethod and appear next to DefaultPatronSearchFields. This patch makes that change, though actually applying it to the other search area's (outside of autocomplete) has been left for another bug. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:44:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:44:13 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-ltybh1PHCP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152552|0 |1 is obsolete| | --- Comment #55 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152563&action=edit Bug 33117: Adding new PatronAutoCompleteSearchMethod system preference This patch adds a new system preference called "PatronAutoCompleteSearchMethod" which allows staff to choose between "Starts with" or "Contains" when searching for patrons. The "Contains" option should be useful when searching for patrons that have multiple surnames or when searching using a patron's middle name. New Test Plan: 0. Ensure system preference PatronAutoComplete is set to Try 1. Create a patron that has a first name, middle name and two surnames. (i.e. Adela Maria, Hernandez Acosta). 2. In patron or checkout search, enter their first name and first surname without submitting. 3. Confirm that a record is found in the autocomplete results 4. In patron or checkout search, enter their first name and second surname without submitting. 5. Confirm that no record is found. 6. Enter their middle name and first surname. Confirm that no record is found. 7. Enter their middle name and second surname. Confirm that no record is found. 8. Apply the patch, update database 9. Under Administration > Global System Preferences > search for "PatronAutocompleteSearchMethod" 10. Choose "Contains" instead of "Starts with" for the system preference, reload your search page 11. Repeat steps 2-4. The patron record should appear for all search methods. 12. Sign off! Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:44:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:44:17 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-8iNWEhcuBn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152562|0 |1 is obsolete| | --- Comment #56 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152564&action=edit Bug 33117: (follow-up) Rename preference As it's been requested that we keep the search defaults consistent, I think this preference is better names DefaultPatronSearchMethod and appear next to DefaultPatronSearchFields. This patch makes that change, though actually applying it to the other search area's (outside of autocomplete) has been left for another bug. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:44:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:44:21 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-uj4jL4bJfI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #57 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152565&action=edit Bug 33117: (follow-up) Make preference options match existing codebase We pass a searchtype around sometimes, this is either 'start_with' or 'contain'.. we should match the preference options (i.e. drop the 's') Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 15:57:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 13:57:58 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-4Tt1cXIqXy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152565|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:03:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:03:20 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-7fKb7m147g@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- RMaints: This should be trivial to backport without 31383. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:04:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:04:38 +0000 Subject: [Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm In-Reply-To: <bug-32496-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32496-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32496-70-fgTw9RS6dd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov Status|Needs Signoff |Patch doesn't apply --- Comment #22 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Looks like this needs another rebase: Applying: Bug 32496: Reduce unnecessary unblessings of objects in Circulation.pm error: sha1 information is lacking or useless (C4/Circulation.pm). error: could not build fake ancestor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:05:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:05:51 +0000 Subject: [Koha-bugs] [Bug 31746] Patron record saves when cardnumber required and value entered is whitespace In-Reply-To: <bug-31746-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31746-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31746-70-sXnti8mXxU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31746 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:18:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:18:17 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-p60Mjfw8le@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff Summary|Keep the current option for |[22.11] Keep the current |funds in receiving returns |option for funds in |an error 500 or saves wrong |receiving returns an error |fund |500 or saves wrong fund --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Sam Lau from comment #7) > CONFLICT (content): Merge conflict in > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt > error: Failed to merge in the changes. > Patch failed at 0001 Bug 34006: Fix value of "Keep current" option on > receive so correct fund is saved Hi Sam, this needs to be tested pre-multi-receive. So in 22.11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:20:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:20:27 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-fA1ho0iPzg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #40 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152566&action=edit Bug 31383: Fix URLs on staff AC detail view No real need anymore for showing a Default and Current language link. They could be made with the language parameter (not lang), but just changing the language allows you to test easily. Would you really like to see Default when you added content for all enabled languages? You can still add language=default to the URL. Test plan: Test the page URLs. Experiment with changing language in the regular way and via URL parameter. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:22:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:22:33 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-2bg4JPaUWD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #41 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Main thing I still want to do, is test the dbrev a bit better than I did at first. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:41:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:41:19 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-U3ZOeGmyL4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 --- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152567&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:41:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:41:52 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-WAcWI8JiUq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com Severity|enhancement |normal --- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Pretty sure I've missed some spots here, so would love some thorough testing and feedback. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:42:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:42:25 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-Zl30mHCeDB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:43:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:43:09 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-FoEHRVXvfV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson at bedfordtx.g | |ov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:43:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:43:37 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-LhmuXVUSbj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 16:45:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 14:45:56 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-WVnGHKArll@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:02:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:02:56 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-w9vy4NJU5w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152415|0 |1 is obsolete| | --- Comment #9 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Created attachment 152568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152568&action=edit Bug 34006: Fix value of "Keep current" option on receive so correct fund is saved Under certain circumstances the "Keep current" option on receive allows to receive order lines where the fund is otherwise not accessible to the user. In 22.11 the wrong value is used for the option, so that instead of the fund id the budget id is used, this can lead to an error 500 if there is no fund with this id or to a wrong fund being saved. To test: 1) Create budget and fund * With the sample data * Create a new budget "July 2023" * Create a new fund "Books" under it * Limit access to Owner and make yourself the owner 2) Create order * Create a basket * Create an order line with this access limited fund * Close the basket 3) Create a staff user with limited permissions * Edit or create another patron * Set catalogue and acq permissions without budget_manage_all and order_manage_all (no access to the fund) * Edit username and password 4) Receive, recreating the error * Log in as the second user in a separate browser * Receive shipment * Create invoice * Receive * You should see the fund under the "Keep current" heading selected * Add quantity received, save * Fund has changed to Fund_1_2 => data loss :( 5) Receive, verify fix * Create another order line with your privileged user and the "Books" fund * Repeat 4) * After receiving the fund should now remain unchanged Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:03:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:03:13 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-TokEVCjc8s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |emily.lamancusa at montgomeryc | |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:18:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:18:58 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-25FEXJwhHq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152568|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152569&action=edit Bug 34006: Fix value of "Keep current" option on receive so correct fund is saved Under certain circumstances the "Keep current" option on receive allows to receive order lines where the fund is otherwise not accessible to the user. In 22.11 the wrong value is used for the option, so that instead of the fund id the budget id is used, this can lead to an error 500 if there is no fund with this id or to a wrong fund being saved. To test: 1) Create budget and fund * With the sample data * Create a new budget "July 2023" * Create a new fund "Books" under it * Limit access to Owner and make yourself the owner 2) Create order * Create a basket * Create an order line with this access limited fund * Close the basket 3) Create a staff user with limited permissions * Edit or create another patron * Set catalogue and acq permissions without budget_manage_all and order_manage_all (no access to the fund) * Edit username and password 4) Receive, recreating the error * Log in as the second user in a separate browser * Receive shipment * Create invoice * Receive * You should see the fund under the "Keep current" heading selected * Add quantity received, save * Fund has changed to Fund_1_2 => data loss :( 5) Receive, verify fix * Create another order line with your privileged user and the "Books" fund * Repeat 4) * After receiving the fund should now remain unchanged Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:20:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:20:00 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-39ZsfnQDA9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Trivial and clear fix, thanks Katrin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:21:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:21:28 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-rBSavQWbnw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:21:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:21:58 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-nmdgb845Qe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:22:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:22:08 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-rk0iFR0QGt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)| |22.11.07 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:22:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:22:10 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-Z8GD9qj8as@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Many hands makes light work, thankyou everyone! Pushed to 22.11.x for the next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:22:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:22:45 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-jP2VUoTho0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 --- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Many hands makes light work, thankyou everyone! Pushed to 22.11.x for the next release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:25:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:25:50 +0000 Subject: [Koha-bugs] [Bug 34006] [22.11] Keep the current option for funds in receiving returns an error 500 or saves wrong fund In-Reply-To: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34006-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34006-70-FMRU7sfID1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34006 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:27:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:27:04 +0000 Subject: [Koha-bugs] [Bug 33404] Authorities imported from Z39.50 in encodings other than UTF-8 are corrupted In-Reply-To: <bug-33404-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33404-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33404-70-Xzox8KGyEV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33404 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:27:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:27:58 +0000 Subject: [Koha-bugs] [Bug 26927] Add the ability to advance search Authorities In-Reply-To: <bug-26927-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26927-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26927-70-RnY1PCWeWm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26927 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:29:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:29:44 +0000 Subject: [Koha-bugs] [Bug 33348] Show authority heading use with Elasticsearch In-Reply-To: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33348-70-vR9hXmTJm4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33348 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.11 |master CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:31:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:31:35 +0000 Subject: [Koha-bugs] [Bug 33348] Show authority heading use with Elasticsearch In-Reply-To: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33348-70-1P1swspNsl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33348 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150481|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152570&action=edit Bug 33348: Show authority heading use with Elasticsearch This patch ensures the ShowHeadingUse system preference and feature works as expected when using Elasticsearch as the searchengine. To test, follow the test plan at Bug 29990 Comment 9. Ensure the SearchEngine system preference is set to Elasticsearch. Sponsored-by: Education Services Australia SCIS Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:31:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:31:38 +0000 Subject: [Koha-bugs] [Bug 33348] Show authority heading use with Elasticsearch In-Reply-To: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33348-70-N3ax6bwHIr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33348 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150482|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152571&action=edit Bug 33348: (follow-up) Fix if no 008 defined And copy fix across to Zebra search as well. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:31:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:31:54 +0000 Subject: [Koha-bugs] [Bug 33348] Show authority heading use with Elasticsearch In-Reply-To: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33348-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33348-70-rfOEBaStX5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33348 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Missing unit tests, failing QA for now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:35:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:35:45 +0000 Subject: [Koha-bugs] [Bug 33243] Reindex only Biblios changed in the last x minutes in Elasticsearch (ES) In-Reply-To: <bug-33243-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33243-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33243-70-94cQKHHv3p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33243 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Version|22.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:38:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:38:09 +0000 Subject: [Koha-bugs] [Bug 34091] Typo in help for cleanupdatabase.pl: --log-modules needs to be --log-module In-Reply-To: <bug-34091-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34091-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34091-70-zs61KKD9fG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34091 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Version|22.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:39:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:39:13 +0000 Subject: [Koha-bugs] [Bug 34037] Item Bundles do not correctly checkin the bundle if the 952$3 has text In-Reply-To: <bug-34037-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34037-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34037-70-EkUiu06y06@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34037 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.11 |master CC| |martin.renvoize at ptfs-europe | |.com Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:48:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:48:49 +0000 Subject: [Koha-bugs] [Bug 19316] Items should have sort1 and sort2 fields In-Reply-To: <bug-19316-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19316-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19316-70-xjSFRvxGZt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19316 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Assignee|koha-bugs at lists.koha-commun |matt.blenkinsop at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:57:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:57:01 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-ek6hhoLCJ8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I think this is a trivial fix really.. we should let it through without the unit test and return to testing at a later date. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:58:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:58:40 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-aXYxQLR2mI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 --- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Hmm.. there's already an Auth_with_shibboleth.t test where I mocked an aweful lot.. we may be able to add tests there actually.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 17:59:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 15:59:11 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-Hejaf8fEZf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Marci <mchen at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mchen at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:12:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:12:40 +0000 Subject: [Koha-bugs] [Bug 32595] Price format cost in ILL requests table In-Reply-To: <bug-32595-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32595-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32595-70-gWrHFD1ckM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32595 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Is this still the case? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:17:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:17:15 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI xslt pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-QlIXjM3aqu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:17:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:17:17 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI xslt pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-VWfYlgefLW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152548|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152572&action=edit Bug 34093: Fix paths to jQuery for OAI XSLT To test: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3 - Click 'Metadata' button for a record 4 - Nothign happens 5 - Check the console: Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js”. 6 - Apply patch 7 - Reload 8 - Console errors are gone 9 - Clicking 'Metadata' expands the record content Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:17:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:17:39 +0000 Subject: [Koha-bugs] [Bug 33690] Add ability to send welcome notice when creating patrons using the REST API In-Reply-To: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33690-70-cenRUUG1RM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 Ed Veal <eveal at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eveal at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:17:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:17:50 +0000 Subject: [Koha-bugs] [Bug 30299] Create a Registration API to allow for use of email verification when outside systems are registering patrons In-Reply-To: <bug-30299-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30299-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30299-70-pU54XEh0og@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30299 Ed Veal <eveal at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eveal at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:18:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:18:41 +0000 Subject: [Koha-bugs] [Bug 33690] Add ability to send welcome notice when creating patrons using the REST API In-Reply-To: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33690-70-pVnDiBY3DO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 --- Comment #8 from Ed Veal <eveal at mckinneytexas.org> --- This is becoming a major service issue for us. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:20:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:20:00 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-TTssBKyBs3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:20:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:20:02 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-yJXFkNirTI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152550|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152573&action=edit Bug 33270: Warn errors but catch exceptions when encountering record issues in OAI-PMH This patch alters the OAI code to attempt to load a badly encoded record by removing non XML characters. OAI harvests are used to keep external catalogs or display layers in sync with Koha. We should not break this connection when there is a bad record, but should allow the harvest to complete - warn the errors, and rely on Koha warnings/errors/tools to idnetify and fix the problem on the Koha side Test plan, assumes using KTD default data - otherwise you need to find and import a record with encoding issues: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&resumptionToken=marcxml/350////0/0/352 3 - 500 error: Invalid data, cannot decode metadata object (biblio_metadata.id=368, biblionumber=369, format=marcxml, schema=MARC21, decoding_error=':8: parser error : PCDATA invalid Char value 31... 4 - Apply patch, restart all 5 - Reload the page 6 - It loads! 7 - Click 'Metadata' for record 369 - it succeeds! 8 - Check the logs - confirm you see a warning of the record problem Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:25:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:25:10 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-6Yo4zirqG2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- I am adding/removing the permanent location like so: -sudo koha-shell kohadev -update items set permanent_location = NULL; update items set permanent_location = 'GEN'; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:31:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:31:06 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-hY9u9JAc9Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 --- Comment #5 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Tomás Cohen Arazi from comment #3) > Does the OAI-PMH protocol prescribe a special behavior in this cases? I suppose we should be sending an error element: http://www.openarchives.org/OAI/2.0/guidelines-repository.htm#ErrorHandling I consider this one a regression though - harvests used to ignore these, now they fail completely -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:34:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:34:41 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-7yhdsvXRph@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:35:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:35:33 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-l4Y3oLgO0G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 18:35:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 16:35:35 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-1hYomSESGX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152538|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau at gmail.com> --- Created attachment 152574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152574&action=edit Bug 34086: Show location on detail page when there is no permenant location To test: 1. Have some items without a permanent location. 2. Go to the staff detail page. 3. In the 'Home library' column notice the span .shelvingloc is empty. 4. Add a permanent location, now the shelvingloc is populated 5. Apply patch 6. The location should now show even when there is no permenant location. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:09:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:09:48 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-rEI7AN3SaY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Barbara Johnson <barbara.johnson at bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson at bedfordtx.g | |ov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:15:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:15:21 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-9IzMQdb5EN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:15:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:15:24 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-SvWlXeSS4H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152481|0 |1 is obsolete| | Attachment #152482|0 |1 is obsolete| | --- Comment #17 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152575&action=edit Bug 34064: Add an audit script to compare database with kohastructure.sql This script can take a connected database handle and compare that database schema against kohastructure.sql to see what changes the database would need in order to match kohastructure.sql NOTE: It uses SQL::Translation::Diff, which is installed with DBIx::Class. WARNING: The diff doesn't seem to compare comments, so that difference won't appear in the output. If we wanted, we could easily enhance the audit_database.pl script to also compare comments. WARNING: The output is a proposed series of SQL commands. While they are useful to review, they won't always duplicate the changes done by updatedatabase.pl, so it's important to carefully analyze the output. The key purpose of this audit script is to just highlight the differences between the two. Test plan: 0. Apply patch 1. vi ./installer/data/mysql/kohastructure.sql 2. Comment out some columns, change NULL status, or whatever you like 3. perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql 4. Note that the output includes SQL commands to change the database to match the new kohastructure.sql 5a. Try using koha-foreach and note that the database name appears above the database comparison 5b. koha-foreach "perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql" Signed-off-by: Emmi Takkinen <emmi.takkinen at koha-suomi.fi> Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:15:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:15:28 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-sUpLDgwaK2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #18 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152576&action=edit Bug 34064: Remove no_batch_alters option This change removes the no_batch_alters option. When working with real world databases, you really want to use batch alters to group together changes. Otherwise, the output becomes too overwhelming/unwieldy. On real world databases, I'm noticing big discrepancies, although I think most of the time this is a difference in the collation at the column level. Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:17:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:17:59 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-9k7M5iQUXI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #19 from Owen Leonard <oleonard at myacpl.org> --- A note about my testing: I did not perform the test using koha-foreach, only on my single test database. The database I use for testing is an older one from our production system and it has been updated again and again. I needed a tool today to figure out whether my problems importing patrons were Koha's fault or my database's, and this tool identified a number of problems which I was able to resolve. Now I can test patron imports again. Note: I changed one spelling error identified by the QA tool during signoff: unecessarily -> unnecessarily -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:35:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:35:34 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-JgOJtRbzoo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 19:57:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 17:57:26 +0000 Subject: [Koha-bugs] [Bug 34098] New: Improve translation of some strings in the patron import template Message-ID: <bug-34098-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34098 Bug ID: 34098 Summary: Improve translation of some strings in the patron import template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr There are a few strings on the patron import page which don't translate well, often because a sentence is broken up with HTML or TT markup. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:14:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:14:59 +0000 Subject: [Koha-bugs] [Bug 34099] New: Add ability to manually archive currencies Message-ID: <bug-34099-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34099 Bug ID: 34099 Summary: Add ability to manually archive currencies Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org Bug 15084 added the possibility for currencies to be archived. However, there is no way to do this (other than through a database update for bug 15084?). The column archived is already in the db in the currency table. It is also visible in the staff interface in Administration > Currencies and exchange rates. Maybe a button could be added in currency.pl to manually archive currencies that were used in the past but not anymore. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:18:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:18:35 +0000 Subject: [Koha-bugs] [Bug 34098] Improve translation of some strings in the patron import template In-Reply-To: <bug-34098-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34098-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34098-70-RoDB7PhUOt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34098 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:18:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:18:37 +0000 Subject: [Koha-bugs] [Bug 34098] Improve translation of some strings in the patron import template In-Reply-To: <bug-34098-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34098-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34098-70-zbQrn8Pwpr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34098 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152577&action=edit Bug 34098: Improve translation of some strings in the patron import template This patch updates a few sections of the patron import template in order to import the way strings are identified for translation. To test, apply the patch and install another translation if necessary. - Go to Tools -> Import patrons - Under "Notes," you should see a link, "Download a Starter CSV file with all the columns." - Test the process of importing a batch of patron records. - When the import completes, confirm that the status messages are correct: X imported records X overwritten records X not imported because they are already in borrowers table and overwrite is disabled X not imported because they are not in the expected format X records parsed TESTING TRANSLATABILITY - Update a translation, e.g. fr-FR: > cd misc/translator > perl translate update fr-FR - Open the corresponding .po file for the updated strings, e.g. misc/translator/po/fr-FR-messages.po - Locate strings pulled import_borrowers.tt for translation and confirm that they are readable and have context information under 'msgctxt' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:34:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:34:43 +0000 Subject: [Koha-bugs] [Bug 34043] Improve translation of CSV header templates In-Reply-To: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34043-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34043-70-vlRIJERjJ7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We need to make sure that this is also tested with a translation/other language, because we keep having problems with the translation tools and CSV (translation kills line breaks for example). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:36:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:36:50 +0000 Subject: [Koha-bugs] [Bug 29053] ILSDI Internal Server errors seem not to log anywhere? In-Reply-To: <bug-29053-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29053-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29053-70-r6aYMw9VDj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29053 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:37:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:37:45 +0000 Subject: [Koha-bugs] [Bug 23327] Optionally add column headings to emailed reports generated by the runreport.pl cronjob In-Reply-To: <bug-23327-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23327-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23327-70-MyJ74cymJt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23327 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Liz Rea <wizzyrea at gmail.com> --- *** This bug has been marked as a duplicate of bug 19716 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:37:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:37:46 +0000 Subject: [Koha-bugs] [Bug 19716] Add option to send header line for CSV output with runreport.pl In-Reply-To: <bug-19716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19716-70-BM9xTivJIY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #6 from Liz Rea <wizzyrea at gmail.com> --- *** Bug 23327 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:37:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:37:48 +0000 Subject: [Koha-bugs] [Bug 33802] On OPAC authority detail page, usage count in wrong (when using Elasticsearch) In-Reply-To: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33802-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33802-70-s6YlcNxyKx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33802 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We made this change in other spots, so no issue with that, but a unit test/regression test indeed would be nice. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:40:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:40:34 +0000 Subject: [Koha-bugs] [Bug 4373] Placing and processing items simultaneously causes multiple issues In-Reply-To: <bug-4373-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4373-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4373-70-xHUCvBhQWg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4373 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #5 from Liz Rea <wizzyrea at gmail.com> --- Haven't heard this in a good long while. Just... going to retire this. :) -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:43:12 +0000 Subject: [Koha-bugs] [Bug 26354] Prevent submission of patron modification request unless changes are actually made In-Reply-To: <bug-26354-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26354-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26354-70-xh8QEJPL5B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26354 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25063 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:43:12 +0000 Subject: [Koha-bugs] [Bug 25063] [OMNIBUS] OPAC Renewal Option In-Reply-To: <bug-25063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25063-70-c765Rjsr9z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25063 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26354 | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:46:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:46:17 +0000 Subject: [Koha-bugs] [Bug 15084] Move the currency related code to Koha::Acquisition::Currenc[y|ies] In-Reply-To: <bug-15084-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-15084-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-15084-70-EZ9XgUwmln@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34099 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:46:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:46:17 +0000 Subject: [Koha-bugs] [Bug 34099] Add ability to manually archive currencies In-Reply-To: <bug-34099-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34099-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34099-70-bdoa234M5B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34099 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15084 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:56:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:56:54 +0000 Subject: [Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch In-Reply-To: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21357-70-nJoJmFZEWP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #76 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to David Cook from comment #75) > (In reply to Janusz Kaczmarek from comment #74) > > ... I mean the original apostrophe filter: > > https://www.elastic.co/guide/en/elasticsearch/reference/8.7/analysis- > > apostrophe-tokenfilter.html > > According to the documentation, that was originally created for the Turkish > language. > > In English, it would work well with apostrophe S ('s) but not so well for > contractions like "don't" or "can't". > > It would also break languages like Ukrainian: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153#c14 I am not sure I follow that argument. We already have been ignoring ' with Zebra for many years and never got a bug filed about it. On the other hand, we have a lot of people now that ask for it to ignore the '. Would it be possible to make it configurable? If not, I'd say we should just go with it. It's a big issue for French. And searching 'dont' is what I feel is more common than 'don t'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:58:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:58:34 +0000 Subject: [Koha-bugs] [Bug 33828] ExportCircHistory description is misleading In-Reply-To: <bug-33828-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33828-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33828-70-3f1GyM5txB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33828 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 20:58:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 18:58:36 +0000 Subject: [Koha-bugs] [Bug 33828] ExportCircHistory description is misleading In-Reply-To: <bug-33828-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33828-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33828-70-XqkfnCt07s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33828 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152578&action=edit Bug 33828: ExportCircHistory description is misleading This patch removes the mention of checkout history from the ExportCircHistory system preference description, as this system preference only allows to export current checkouts, not checkout history. This patch also modifies the description of the ExportRemoveFields system preference to also remove mention of checkout history. To test: 0. Apply patch 1. Go to Administration > System preferences > Circulation 2. Read the description for ExportCircHistory, make sure it makes sense, and that spelling and syntax are correct 3. Read the description for ExportRemoveFields, make sure it makes sense, and that spelling and syntax are correct -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:00:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:00:29 +0000 Subject: [Koha-bugs] [Bug 34100] New: Accessibility: Increase navbar font size Message-ID: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 Bug ID: 34100 Summary: Accessibility: Increase navbar font size Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: lisette.scheer at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Created attachment 152579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152579&action=edit 13 px font size, current size. Reducing the font size, un-bolding the <li>, and adding a dark background has made header text in the staff interface more difficult to read. I'm attaching 2 screenshots, the 13px one is the current size. The 15px image is a mockup of a larger font size with some css for extra padding as well that's more readable.  Lisette -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:00:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:00:49 +0000 Subject: [Koha-bugs] [Bug 33828] ExportCircHistory description is misleading In-Reply-To: <bug-33828-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33828-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33828-70-FId2goDmqY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33828 --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- I'm not convinced this is the way to go, but I corrected the descriptions for ExportCircHistory and ExportRemoveFields to remove mention of checkout history. I think it would be better to expand the functionality to checkout history, but it is outside my abilities. At least this way it removes a bit of confusion. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:00:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:00:51 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-CUki64JwvA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 --- Comment #1 from Lisette Scheer <lisette.scheer at bywatersolutions.com> --- Created attachment 152580 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152580&action=edit 15px, larger font size -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:06:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:06:53 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-b0VgmYdVis@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|jQuery not loading on OAI |jQuery not loading on OAI |xslt pages |XSLT pages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:11:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:11:05 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-9sVGA8MSX5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:11:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:11:11 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-NccyUB32GT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152581&action=edit Bug 34022: Adjust items data structure When creating items at receiving, the generated data structure didn't match what the code expected, so this patch adapts the code to match the new data structure introduced by bug 8179. Once I fixed that, I noticed that the $.ajax request payload, when it contains an array parameter, it renames it like `param[]`. So the finishreceive.pl controller is adjusted to this behaviour for the 'on receiving' use case. To test: 1. Apply this patch 2. Create a basket with 'create items on receive' 3. Create an order line 4. Close basket 5. Receive shipment 6. Enter invoice number 7. Click on Receive link in the table 8. Fill out item form, make sure all mandatory fields are set 9. Save 10. Verify that the order line is marked as 'received' 11. Verify that there item is created on the record => SUCCESS: Works as expected 12. Sign off :-D -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:18:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:18:09 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-FYf3JZE9y4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152518|0 |1 is obsolete| | --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152582&action=edit Bug 34075: Add DefaultAuthorityTab system preference This patch adds a new system preference, DefaultAuthorityTab. When set, this will choose the default display on the authorities details page. To test: 1 - Apply patch, update database 2 - View an authority detail 3 - You should default to the 0XX or first tab 4 - Set DefaultAuthorityTab to a number that there is no tab for in your authority 5 - Reload and verify details page loads the first tba 6 - Set DefaultAuthorityTab to 1XX or another tab that exists in your record 7 - Reload the details and confirm the correct tab is selected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:18:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:18:31 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-gSZOZHDJ14@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 --- Comment #4 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Owen Leonard from comment #2) > I don't see an atomicupdate with this. Should there be? Woops! Thanks Owen! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:18:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:18:59 +0000 Subject: [Koha-bugs] [Bug 34069] Add ability to restore a recently deleted borrower from deletedborrowers In-Reply-To: <bug-34069-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34069-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34069-70-Imdv0oWDRl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34069 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Just a note that we keep some, but not all data. For example we delete the patron attributes, alerts etc. But it could still be helpful of course and some links remain. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:21:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:21:48 +0000 Subject: [Koha-bugs] [Bug 34101] New: Limit items types that can be checked out via SIP2 Message-ID: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 Bug ID: 34101 Summary: Limit items types that can be checked out via SIP2 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Some libraries have different types of SIP2 checkout stations - staffed or unstaffed. There are certin itemtypes (passes, equipment, etc.) that should not be checked out from unstaffed stations, This bug proposes to add the ability to define a list of item types in the SIP configuration for an account and prevent those items from being issued by that SIP account -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:23:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:23:28 +0000 Subject: [Koha-bugs] [Bug 34063] items.paidfor haunting beyond the grave In-Reply-To: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34063-70-VgnA06tO4J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34063 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Maybe the easier way forward would be to bring back deleted.itemspaidfor, if * there is still an items.paidfor * items.paidfor still has data If items.paidfor has no data, we could delete it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:25:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:25:44 +0000 Subject: [Koha-bugs] [Bug 33690] Add ability to send welcome notice when creating patrons using the REST API In-Reply-To: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33690-70-ij730ocd5L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30299 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:25:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:25:44 +0000 Subject: [Koha-bugs] [Bug 30299] Create a Registration API to allow for use of email verification when outside systems are registering patrons In-Reply-To: <bug-30299-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30299-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30299-70-HLVKnTUm0F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30299 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33690 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:35:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:35:49 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-Ebooic2TuF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:39:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:39:19 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-6DmLN7feVH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:39:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:39:21 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-SdRcwsq6LQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152583&action=edit Bug 34100: Increase font size in staff interface header To test: 1. Apply patch 2. Regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 3. Look at the font size of the header on different pages in Koha making sure it looks good. 4. Look at different and smaller screen sizes making sure the text and icons look right. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:39:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:39:50 +0000 Subject: [Koha-bugs] [Bug 30328] Add ability to generate barcode with library specific prefix In-Reply-To: <bug-30328-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30328-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30328-70-0sKAfJ1iMe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30328 --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Emmi Takkinen from comment #16) > (In reply to Katrin Fischer from comment #15) > > What is the status of this? Emmi, did you decide to use the plugin? > > We tested it and unfortunately it doesn't fit our workflow :( > > I haven't been able to work with this for a while but I'm determined to > finally catch up with all my assigned bugs which have been left hanging :D Happy to hear that :) Going into summer in this part of the world we are always lacking hands (with the people attached to them). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:40:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:40:21 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-e93xwglGUX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:41:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:41:38 +0000 Subject: [Koha-bugs] [Bug 25295] Allow customization of staff interface based on login location In-Reply-To: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25295-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25295-70-DEE1gB6Unl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25295 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow customization of |Allow customization of |staff client based on login |staff interface based on |location |login location -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:42:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:42:01 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-NDRrAkUO29@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:42:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:42:03 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-beUonVPWXb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152582|0 |1 is obsolete| | --- Comment #5 from Sam Lau <samalau at gmail.com> --- Created attachment 152584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152584&action=edit Bug 34075: Add DefaultAuthorityTab system preference This patch adds a new system preference, DefaultAuthorityTab. When set, this will choose the default display on the authorities details page. To test: 1 - Apply patch, update database 2 - View an authority detail 3 - You should default to the 0XX or first tab 4 - Set DefaultAuthorityTab to a number that there is no tab for in your authority 5 - Reload and verify details page loads the first tba 6 - Set DefaultAuthorityTab to 1XX or another tab that exists in your record 7 - Reload the details and confirm the correct tab is selected Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:42:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:42:46 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-PYnHYll9b2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla at bywatersolu | |tions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:44:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:44:01 +0000 Subject: [Koha-bugs] [Bug 22548] Z39.50/SRU search replaces existing biblios In-Reply-To: <bug-22548-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22548-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22548-70-N4gjmJNc4t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22548 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|18.11 |22.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:44:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:44:59 +0000 Subject: [Koha-bugs] [Bug 34102] New: Remove unnecessary jQueryUI CSS in staff-global.scss Message-ID: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34102 Bug ID: 34102 Summary: Remove unnecessary jQueryUI CSS in staff-global.scss Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com There is some leftover CSS related to JqueryUI that is no longer nessesary. I think we can safely remove it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:48:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:48:58 +0000 Subject: [Koha-bugs] [Bug 34102] Remove unnecessary jQueryUI CSS in staff-global.scss In-Reply-To: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34102-70-hcYcng4Z7H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34102 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:49:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:49:00 +0000 Subject: [Koha-bugs] [Bug 34102] Remove unnecessary jQueryUI CSS in staff-global.scss In-Reply-To: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34102-70-BLJwCDvpgj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34102 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152585 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152585&action=edit Bug 34102: Remove unesessary jQueryUI CSS To test: 1. Apply patch 2. Regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 3. Nothing in the staff client should change, the CSS wasn't being used. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 21:49:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 19:49:21 +0000 Subject: [Koha-bugs] [Bug 34102] Remove unnecessary jQueryUI CSS in staff-global.scss In-Reply-To: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34102-70-kZ7nPjeb1b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34102 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:05:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:05:02 +0000 Subject: [Koha-bugs] [Bug 34103] New: Capitalization: Currencies & Exchange rates Message-ID: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 Bug ID: 34103 Summary: Capitalization: Currencies & Exchange rates Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org When going to Administration > Currencies and exchange rates, the breadcrumb still has the old way of capitalizing (and the ampersand). Administration > Currencies & Exchange rates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:09:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:09:35 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-G5odbXg2J3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:09:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:09:37 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-XFq1wUeORk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152387|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152586&action=edit Bug 34015: Terminology: Relative issues should be Relative's checkouts This patch changes the term 'issues' in a screen reader caption in the OPAC to the correct term 'checkouts'. To test: Setup: - Have a patron with a guarantee - Check out an item to the guarantee - Make sure the guarantee allows their guarantor to see their checkouts (AllowStaffToSetCheckoutsVisibilityForGuarantor must be on for you to be able to set this) 1. In the OPAC, log in with the guarantor patron 2. Click on the Relatives' checkouts tab 3. Open a screen reader (in Ubuntu, Super + Alt + S to turn on/off) 4. Navigate to the table in the Relative's checkouts tab --> The screen reader should say 'Relative issue table with...' 5. Apply patch 6. Refresh the page 7. Restart the screen reader (if it was off) --> The screen reader should now say 'Relatives' checkouts table with...' Alternatively, open the page inspector and inspect the table, the caption is in the table tag, before the thead tag. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:10:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:10:23 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-t8nQTC9vUs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:10:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:10:25 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-vP1785IXG7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152587&action=edit Bug 34103: Capitalization: Currencies & Exchange rates This patch corrects the breadcrumbs in the Administration > Currencies and exchange rates page to follow current capitalization and typographical guidelines. To test: 0. Apply patch 1. Go to Administration > Currencies and exchange rates 2. Verify that the breadcrumb has no spelling errors, and that capitalization and typography guidelines are applied 3. Click 'Delete' next to one of the currencies 4. Verify that the breadcrumb has no spelling errors, and that capitalization and typography guidelines are applied -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:10:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:10:28 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-88C7EXr45t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I tried to find other similar strings in the templates, but couldn't find any. Thx Caroline! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:11:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:11:32 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-LtFqrC7pr1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Nothing much to see here, but some punctuation. As the queue is very full I dare to PQA this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:12:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:12:05 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33896-70-tBW51tHd2R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:16:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:16:14 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33896-70-1528wP7jUU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:16:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:16:16 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33896-70-B2stmS7AQc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152030|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152588&action=edit Bug 33896: Check whether index is defined before string match This patch checks that $indexes[$i] is defined before testing whether the string matches to remove the logged warning when searching Test plan: 1) In the intranet, search the catalog from the top search bar 2) Check plack-intranet-error.log 3) There should be a warning "[WARN] Use of uninitialized value within @indexes in string eq" 4) Apply patch 5) restart_all and then re-try the search 6) The warning should no longer appear Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:16:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:16:35 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33896-70-OieKl76gD0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Thank you, Matt :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:21:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:21:17 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-d9u4kc5Psh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The git diff was a bit confusing here, as it looks like this POD was changed: =head2 RecordsFromISO2709File my ($errors, $records) = C4::ImportBatch::RecordsFromISO2709File($input_file, $record_type, $encoding); Reads ISO2709 binary porridge from the given file and creates MARC::Record-objects out of it. @PARAM1, String, absolute path to the ISO2709 file. @PARAM2, String, see stage_file.pl @PARAM3, String, should be utf8 Returns two array refs. =cut But it's actually this one: =head2 RecordsFromMARCXMLFile my ($errors, $records) = C4::ImportBatch::RecordsFromMARCXMLFile($input_file, $encoding); Creates MARC::Record-objects out of the given MARCXML-file. @PARAM1, String, absolute path to the MARCXML file. @PARAM2, String, should be utf8 Returns two array refs. =cut So we are good! Welcome Sam to the Koha devs! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:21:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:21:51 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-Ay3SUIeXPJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:21:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:21:53 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-RQT4QiQzE2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152323|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152589&action=edit Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile To test: 1) Apply the patch 2) Visit C4::ImportBatch::RecordsFromMARCXMLFile 3) See that in the POD (mine was somewhere around line 1592) the line starting with '@PARAM1' now says '@PARAM1, String, absolute path to the MARCXML file.' 4) Sign off :) Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:23:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:23:59 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-WG8lqSmtn2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:24:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:24:02 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-kUQByJkOuS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152587|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152590&action=edit Bug 34103: Capitalization: Currencies & Exchange rates This patch corrects the breadcrumbs in the Administration > Currencies and exchange rates page to follow current capitalization and typographical guidelines. To test: 0. Apply patch 1. Go to Administration > Currencies and exchange rates 2. Verify that the breadcrumb has no spelling errors, and that capitalization and typography guidelines are applied 3. Click 'Delete' next to one of the currencies 4. Verify that the breadcrumb has no spelling errors, and that capitalization and typography guidelines are applied Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:24:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:24:53 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-EC6q1t0LBm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Assignee|oleonard at myacpl.org |caroline.cyr-la-rose at inlibr | |o.com QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Full queue, easy fix, setting to PQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:25:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:25:39 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-fD8ihlqLnM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:29:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:29:47 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-NtT2Q2hGY5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:29:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:29:50 +0000 Subject: [Koha-bugs] [Bug 34052] Incomplete relative URL to subscription-detail.pl breaks navigation In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-xkcfeK1j1h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152493|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152591&action=edit Bug 34052: Use root relative URL for subscription-detail.pl This patch replaces a same directory relative URL with a root relative URL, so that the navigation to subscription-detail.pl works correctly after deleting a serial. To test: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2. Click "New subscription" 3. Click "Search for a vendor" 4. Click "OK" 5. Click "Choose" 6. Click "Search for record" 7. Type "e" into "Keyword:" box 8. Click "Search" 9. Click "Choose" on top result 10. Click "Next" 11. Fill in "Serials planning" however you like, and click "Test prediction pattern" 12. Click "Save subscription" 13. Click "Serial collection" in left nav menu 14. Click "Delete selected issues" 15. Click "Yes, delete" 16. Click the link under the "Subscription num." table column 17. Note that you're taken to the subscription detail page Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:31:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:31:30 +0000 Subject: [Koha-bugs] [Bug 34052] Fix link to subscription from serial collection page In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-gHZzKgakMi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Incomplete relative URL to |Fix link to subscription |subscription-detail.pl |from serial collection page |breaks navigation | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Technically the bug description was correct, but I think we can make it a little more telling to users :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:33:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:33:54 +0000 Subject: [Koha-bugs] [Bug 34052] Fix link to subscription from serial collection page In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-Bg0lLvKHcs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152591|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152592&action=edit Bug 34052: Use root relative URL for subscription-detail.pl This patch replaces a same directory relative URL with a root relative URL, so that the navigation to subscription-detail.pl works correctly after deleting a serial. To test: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2. Click "New subscription" 3. Click "Search for a vendor" 4. Click "OK" 5. Click "Choose" 6. Click "Search for record" 7. Type "e" into "Keyword:" box 8. Click "Search" 9. Click "Choose" on top result 10. Click "Next" 11. Fill in "Serials planning" however you like, and click "Test prediction pattern" 12. Click "Save subscription" 13. Click "Serial collection" in left nav menu 14. Click "Delete selected issues" 15. Click "Yes, delete" 16. Click the link under the "Subscription num." table column 17. Note that you're taken to the subscription detail page Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:38:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:38:46 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-q4g9n2JV3E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:41:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:41:38 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-fdFtuvEVdo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:41:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:41:41 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-cOnEKhFBnH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152559|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152593&action=edit Bug 34083: Add searching for full term on patron auto-complete To reproduce, on k-t-d: 1) Create a new patron of category 'School' 2) Enter 'Middle school high school' on the mandatory 'Name' field and put something in 'Card number:' 3) Visit patron lists at /cgi-bin/koha/patron_lists/lists.pl and click 'New patron list' 4) Put something in 'Name:' and click 'Save' 5) On the 'Patron search' input, enter 'middle school high school' slowly and observe the auto-complete behaviour 6) Notice how after you start typing the second word, the auto complete results vanish. 7) Apply patch, repeat plan and verify it now works as expected. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:41:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:41:45 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-hdRniMkazS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152560|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152594&action=edit Bug 34083: (follow-up) Prevent showing 'null' In patron lists, if the patron added is an organization without the firstname, it presents 'null'. This fixes that Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:42:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:42:13 +0000 Subject: [Koha-bugs] [Bug 33581] Error in web installer concerning sample holidays and patrons requiring sample libraries In-Reply-To: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33581-70-qR0W9hUE5n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Error in Webinstaller |Error in web installer |concerning sample holidays |concerning sample holidays |and patrons requiring |and patrons requiring |sample libraries |sample libraries -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:42:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:42:46 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-2eff3ky59i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:45:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:45:44 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-5JkZAO8SHl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32571 Depends on|32571 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:45:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:45:44 +0000 Subject: [Koha-bugs] [Bug 32571] Use template wrapper to build tabbed components In-Reply-To: <bug-32571-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32571-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32571-70-VjIKvHuSlE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34012 | Depends on| |34012 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:46:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:46:19 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-MdMSKniHYY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:54:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:54:40 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-Jk7d77aIJ7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 22:54:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 20:54:43 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-3OHLPRdQ9m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152359|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152595&action=edit Bug 34010: Template corrections to recall pages This patch makes some corrections to recall pages: - Update breadcrumbs menu to use wrapper. - Add <div class="page-section"> where it is missing. - Use biblio-title include to show links to bibliographic record titles. - Correct Bootstrap button dropdown markup for consistent style - Change some submit buttons to <button> elements for consistent style To test you must have UseRecalls enabled. Having some sample recalls data will help. Check the following pages to confirm that everything looks correct: - Circulation -> - Recalls queue - Recalls to pull - Overdue recalls - Recalls awaiting pickup - Old recalls - Existing recalls: View a bibliographic record with a recall and click "Recalls" in the sidebar. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:03:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:03:23 +0000 Subject: [Koha-bugs] [Bug 34104] New: Recalls awaiting pickup missing number of recalls in tab labels Message-ID: <bug-34104-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34104 Bug ID: 34104 Summary: Recalls awaiting pickup missing number of recalls in tab labels Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In the holds awaiting pickup we can see how it should look like, but it doesn't work for the recalls awaiting pickup: the number of recalls that will show on each tab at the end of the tab label. We can see that the variables are there in the template, but it doesn't work: + [% WRAPPER tabs id= "results" %] + [% WRAPPER tabs_nav %] + [% WRAPPER tab_item tabname= "recallswaiting" bt_active= 1 %] <span>Recalls waiting: [% recalls.count | html %]</span> [% END %] + [% WRAPPER tab_item tabname= "recallsover" %] <span>Recalls waiting over [% Koha.Preference('RecallsMaxPickUpDelay') | html %] days: [% over.count | html %]</span> [% END %] + [% END # /WRAPPER tabs_nav %] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:04:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:04:08 +0000 Subject: [Koha-bugs] [Bug 34104] Recalls awaiting pickup missing number of recalls in tab labels In-Reply-To: <bug-34104-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34104-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34104-70-13O4awkxKD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34104 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 34013 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:04:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:04:08 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-XpW3K69XCT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 34104 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:04:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:04:55 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-2OwLbAgD2a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:04:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:04:58 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-myx1yEserv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152362|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152596&action=edit Bug 34012: Use template wrapper for tabs: Recalls awaiting pickup This patch updates the recalls awaiting pickup template so that it uses the new WRAPPER directive to build tabbed navigation. Note: this patch includes indentation changes, so check the diff accordingly. To test you must have UseRecalls enabled. Apply the patch and go to Circulation -> Recalls awaiting pickup. Both the "Recalls waiting" and "Recalls waiting over X days" tabs should look correct and work correctly. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:05:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:05:19 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-H54RedCfbG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:08:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:08:36 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-rGAKunNc9t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:08:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:08:39 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-JTmYJtQvfK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152356|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152597&action=edit Bug 34013: Recalls awaiting pickup doesn't show count on each tab This patch modifies recalls_waiting.pl so that it defines template variables for 'recalls waiting' and 'recalls waiting over x days' counts in the same way that waitingreserves.pl handles it. To test you must have UseRecalls enabled, and some recalls data that will allow you to see content under each tab. Go to Circulation -> Recalls awaiting pickup and confirm that both tabs show the correct count. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:09:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:09:53 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-0hUWQBNx06@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:12:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:12:41 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-L1aWt2uOZl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:12:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:12:45 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-9qHe0WPtZq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152255|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152598&action=edit Bug 33894: Restructuring: Use BLOCKs for biblio and authority sections In order to make the conversion to the tab wrapper markup easier I'm putting the biblio search history and authority search history sections into blocks. This will make it easier to include or not include the sections using template logic. To test, apply the patch and, if necessary, perform some searches for bibliographic and authority records. The OPAC search history page should be unchanged, with the correct information showing under each tab and in each section for current and previous searches. Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:12:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:12:47 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-XhXlFpgMjk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152256|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152599&action=edit Bug 33894: Use template wrapper for tabs: OPAC search history This patch updates the OPAC search history page so that it uses the new WRAPPER syntax to generate tabs markup. To test, apply the patch and view the OPAC search history page. With the OpacAuthorities system preference enabled you should see two tabs: Catalog and Authority. Confirm that each tab shows the correct information. Deactivate OpacAuthorities and reload the search history page. The bibliographic search history should display without tabs. Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:15:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:15:44 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-CS73Ffj63N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Martin Renvoize from comment #12) > Hmm.. there's already an Auth_with_shibboleth.t test where I mocked an > aweful lot.. we may be able to add tests there actually.. While a test would be great, this looks mostly like a string change to me. I couldn't test, but all the same variables are used and the code comment is pretty clear too. I'll sign off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:17:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:17:37 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-6tyPhAE5eN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152600&action=edit Bug 31651: Replaced duplicate error message The duplicated error message on ln119 has now been replaced for clarity. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:18:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:18:00 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-MYv9CPhF4H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144312|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Comment on attachment 144312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144312 BUG 31651: Replaced duplicate error message This actually had no sign-off yet, so mine is a SO. Also fixed commit message: BUG.. should be Bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:21:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:21:01 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-CncTpFG0gE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:21:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:21:51 +0000 Subject: [Koha-bugs] [Bug 25503] Add option to export items bundle contents in checkouts table In-Reply-To: <bug-25503-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25503-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25503-70-3NzPApmY3O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com Status|Needs documenting |RESOLVED Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/697 Resolution|--- |FIXED Documentation| |Caroline Cyr La Rose contact| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:27:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:27:29 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-KDHBcoWTRv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- This patch stops the 500 error from occurring. However, with it applied I am unable to switch the status of suggestions. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:29:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:29:29 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-QFMWecoACf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:31:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:31:02 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-kjFuTdsG82@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:31:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:31:05 +0000 Subject: [Koha-bugs] [Bug 34002] Check for stage_marc_import permission when adding to basket from a new file In-Reply-To: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34002-70-Qyhu4EhR4i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152340|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152601&action=edit Bug 34002: Check for stage_marc_import permssion -1 Log in to the staff client as a user who has Acquisition management (acquisition) permissions but not the stage_marc_import (tools) permission. -2 Go to Acquisitions and Add to a basket. -3 Select 'From a new file' -4 You will be logged out as the user does not have percussion to visit that page. -5 Apply patch -6 Try again, you will not see the link for 'From a new file' if you don't have the permssion. -7 Give the user the stage_marc_import, you will now see the link Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:35:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:35:08 +0000 Subject: [Koha-bugs] [Bug 34105] New: Terminology: Biblio label on subscription detail page Message-ID: <bug-34105-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34105 Bug ID: 34105 Summary: Terminology: Biblio label on subscription detail page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: trivial Priority: P5 - low Component: Serials Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Biblio should read "Bibliographic record" or maybe "Staff interface view" (next link is OPAC view). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:35:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:35:15 +0000 Subject: [Koha-bugs] [Bug 34105] Terminology: Biblio label on subscription detail page In-Reply-To: <bug-34105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34105-70-0qZQhceaU2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34105 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:38:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:38:25 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-AmlXx3TfA9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The permission check is correct of course, but I am not sure about turning this into a button. For me a button means "action", but here it's "navigation". Owen, what do you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:41:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:41:33 +0000 Subject: [Koha-bugs] [Bug 33990] Fix 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-h2vA8GLKP5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | Summary|Fix the 'Recalls awaiting |Fix 'Recalls awaiting |pickup' report if there are |pickup' report if there are |recalls waiting a |recalls waiting a |problematic number of days |problematic number of days -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:44:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:44:26 +0000 Subject: [Koha-bugs] [Bug 33990] Fix 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-ro9df8LkxN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:44:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:44:28 +0000 Subject: [Koha-bugs] [Bug 33990] Fix 'Recalls awaiting pickup' report if there are recalls waiting a problematic number of days In-Reply-To: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33990-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33990-70-OF9wGvkNQJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33990 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152311|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152602&action=edit Bug 33990: Correctly access subtitle for Recalls awaiting pickup report This patch fixes how the bibliographic record's subtitle is fetched to prevent the page from exploding when viewing the recalls awaiting pickup for a problematic number of days. To test: 1. Enable UseRecalls syspref and set the relevant circulation and fines rules to configure recalls 2. Set the RecallsMaxPickUpDelay to 1 day 3. Check out Item A to Patron A 4. Log into the OPAC as Patron B 5. Search for Item A and place a recall 6. Log back into the staff interface and check in Item A 7. Confirm the recall as waiting for Patron B 8. Go to Circulation -> Recalls awaiting pickup 9. Confirm your recall exists under the 'Recalls waiting' tab 10. Change the waiting_date in the database for this recall to a few days ago so we would expect to see it under the 'Recalls waiting over 1 days' tab sudo koha-mysql INSTANCE select * from recalls; # to get the recall_id update recalls set waiting_date = "2023-06-10 03:54:21" where recall_id = X; 11. Refresh the Circulation -> Recalls awaiting pickup page 12. Confirm the page blows up and there is an error 13. Apply the patch and refresh the page 14. Confirm the page loads successfully and your recall is showing as expected under the 'Recalls waiting over 1 days' tab 15. Confirm the subtitle (probably in 245$b) shows as expected Sponsored-by: Auckland University of Technology Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:44:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:44:49 +0000 Subject: [Koha-bugs] [Bug 33790] Fix and add various links to the manual In-Reply-To: <bug-33790-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33790-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33790-70-PXg9IvsWAi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:45:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:45:54 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-pZkHLggy93@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:49:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:49:26 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-7UdqdN4rS5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|31383 | --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Currently the patch doesn't apply without 32245: Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 32245: Fix delete news item from staff home page error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt). error: could not build fake ancestor Patch failed at 0001 Bug 32245: Fix delete news item from staff home page hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-32245-Fix-delete-news-item-from-staff-home-pag-c87n5g8w.patch As we want the bugfix backported, I suggest to turn the dependencies around. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 [Bug 31383] Additional contents: We need a parent and child table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:49:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:49:26 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-VJKnOhP8NN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|32245 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 [Bug 32245] Deleting news entries from Koha's staff start page is broken -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:49:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:49:46 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-WPjymVBjV8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31383 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 [Bug 31383] Additional contents: We need a parent and child table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:49:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:49:46 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-BONEYzFDpP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32245 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 [Bug 32245] Deleting news entries from Koha's staff start page is broken -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:52:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:52:47 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-UhF9Y5crvT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:52:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:52:49 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-YTfx6g4RHA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152561|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152603&action=edit Bug 32245: Fix delete news item from staff home page Simple fix: op was named incorrectly in URL. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:57:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:57:33 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-l8ufQevQqT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |katrin.fischer at bsz-bw.de --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Sorry for the earlier patch mess, but now I can QA :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:58:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:58:04 +0000 Subject: [Koha-bugs] [Bug 34106] New: Patron search in member-search-box.inc always defaults to 'Starts with' search Message-ID: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Bug ID: 34106 Summary: Patron search in member-search-box.inc always defaults to 'Starts with' search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1. In the main search header switch to 'Search patrons'. Bring up the dropdown and look at 'Search type:'. 2. It defaults to 'Starts with'. 3. Go to '/cgi-bin/koha/members/members-home.pl' and look at the 'Search type:' on the left side. 4. It defaults to 'Contains' 5. Do a patron search from both these places, setting the 'Search type' to contains. 6. The search bar in the header always resets to 'Starts with' -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 22 23:58:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 21:58:53 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-zkXh7hfyTl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- I think these should both default to 'contains'/ And if you do a search with 'contains' it should always retain that parameter. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:01:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:01:09 +0000 Subject: [Koha-bugs] [Bug 34107] New: Sorting agreements by Name actually sorts by ID Message-ID: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 Bug ID: 34107 Summary: Sorting agreements by Name actually sorts by ID Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ERM Assignee: jonathan.druart+koha at gmail.com Reporter: katrin.fischer at bsz-bw.de CC: jonathan.druart+koha at gmail.com, jonathan.field at ptfs-europe.com, martin.renvoize at ptfs-europe.com, matt.blenkinsop at ptfs-europe.com, pedro.amorim at ptfs-europe.com Depends on: 33973 There is still something wrong when searching by Name. Add agreements in this sequence: t b z They get sequential IDs (1 2 3 or similar). Now when you sort on the Name column, they won't sort by the description, but by their ID: zbt or tbz Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 [Bug 33973] Sorting broken on ERM tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:01:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:01:09 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-nTGjGKxyDY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34107 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 [Bug 34107] Sorting agreements by Name actually sorts by ID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:01:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:01:44 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-3o2UlsaLsA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Lucas Gass <lucas at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:01:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:01:44 +0000 Subject: [Koha-bugs] [Bug 34107] Sorting agreements by Name actually sorts by ID In-Reply-To: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34107-70-OJcS0hymUj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:01:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:01:46 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-mTWr0FcTif@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152604&action=edit Bug 34106: Retain searchtype parameter in member-search-box To test: 1. In the main search header switch to 'Search patrons'. Bring up the dropdown and look at 'Search type:'. 2. It defaults to 'Starts with'. 3. Go to '/cgi-bin/koha/members/members-home.pl' and look at the 'Search type:' on the left side. 4. It defaults to 'Contains' 5. Do a patron search from both these places, setting the 'Search type' to contains. 6. The search bar in the header always resets to 'Starts with' 7. Apply patch 8. Try everything again. By default both places should default to contain. 9. If you change the 'Search type' the search in the main header should always retain that value. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:01:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:01:52 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-k2BIwesXVe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- There is still something wrong when searching by Name. Add agreements in this sequence: t b z They get sequential IDs (1 2 3 or similar). They get sequential IDs, when you sort, they by Name, they won't sort by the description, but by their ID: zbt or tbz Filed separately as: Bug 34107 - Sorting agreements by Name actually sorts by ID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:02:09 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-qsi7eaQ6xk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | Severity|enhancement |major -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:02:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:02:11 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-VdGtDUpfWR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:02:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:02:14 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-e7v9WdYxFy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152471|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152605&action=edit Bug 33973: Restore sorting on Vue tables Regression from the KohaTable Vue component added by bug 33066. _dt_default_ajax expects options.columns to contain the columns. Test plan: Add some agreements, go the the agreement list view and confirm that you can now sort the agreements using the header columns. Note that the CSS is not correct yet. My understanding is that the DataTable Vue component keep the 'sorting' class on the th which display the grey up/down icon over the blue icon which indicate the current sort column. Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:02:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:02:36 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-TkO0GtoA5G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- Marked as major because this can severely effect library workflows. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:07:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:07:29 +0000 Subject: [Koha-bugs] [Bug 34086] On detail.tt if item.permanent_location is NULL no shelving location will show In-Reply-To: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34086-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34086-70-J7eE4pvrrW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:07:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:07:46 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-6UCTOpVBHu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:10:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:10:10 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-kuqoKDhUW7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:10:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:10:12 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-5XAiFtfN3O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152551|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152606&action=edit Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :) Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:12:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:12:40 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-XcsoFkwTj8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- First strike, Nick - you forgot Assignee again :P -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:15:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:15:42 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-JcvcNsuGzG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:15:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:15:44 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-DXi1HxOv3t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152129|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152607&action=edit Bug 33944: Don't fetch item object unless using recalls To test: 1 - Check someitems out to a patron 2 - View thier checkouts 3 - Apply patch, restart_all 4 - Confirm checkouts load as before 5 - Enable recalls 6 - Recall an item checked out to this patron 7 - Confirm recall shows as expected Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 00:18:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 22:18:43 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-lPkvYIQS2Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 01:24:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 23:24:01 +0000 Subject: [Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch In-Reply-To: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21357-70-EUEaExuqDH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #77 from David Cook <dcook at prosentient.com.au> --- (In reply to Katrin Fischer from comment #76) > I am not sure I follow that argument. We already have been ignoring ' with > Zebra for many years and never got a bug filed about it. On the other hand, > we have a lot of people now that ask for it to ignore the '. We don't ignore the apostrophe/single quote in Zebra. We change it to a space. That's significantly different than replacing it with nothing from a tokenization perspective. > Would it be possible to make it configurable? If not, I'd say we should just > go with it. It's a big issue for French. And searching 'dont' is what I feel > is more common than 'don t'. I think I've talked about some options on a different bug about indexing both options, so there probably are some options (like indexing with and without punctuation) for making a Koha configuration for it. But it would probably be a bit error-prone as we'd need to change all of Koha to support it. I'm not using Elasticsearch yet, so I'm happy for people to try things out. Just trying to think of any pitfalls. And also hoping that we can try to keep Zebra and Elasticsearch similar in their configuration - or else we should think about deprecating Zebra and just focusing on Elasticsearch. Regarding "don't", I would hope that people would search for "don't" instead of "dont" or "don t". Note that "dont" is also a French word, so searches for "don't" would match for titles including the word "dont". But multilingual indexing is hard anyway... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 01:34:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 23:34:11 +0000 Subject: [Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch In-Reply-To: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21357-70-pqYWLrlOIe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #78 from David Cook <dcook at prosentient.com.au> --- An interesting case I bumped into recently was "Dewhurst's textbook of obstetrics" The library wants to be able to search for "Dewhursts textbook of obstetrics". I think that I can understand that. It's often difficult with names to remember if it ends in just an "s" or if it's "'s". So it would be nice if the system considered both options. If "Dewhurst's" is indexed as "Dewhursts", that means it would catch both "Dewhurst's" and "Dewhursts". But it wouldn't catch "Dewhurst". That would return no results. If you have query stemming turned on, "Dewhursts" or "Dewhurst's" also gets stemmed down to "Dewhurst" in English, so that would also break your search, unless you have truncation turned on too. -- I think Bywater are the biggest English language users of Elasticsearch with Koha, so I'll defer to them on this topic. Like I said... I'm not using ES with Koha yet, so I wouldn't consider my comments a blocker at all. Feel free to move forward. I'm sure someone other than me will find any potential issues that pop up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 01:36:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 23:36:22 +0000 Subject: [Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch In-Reply-To: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21357-70-1gHw8cTfq6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21357 --- Comment #79 from David Cook <dcook at prosentient.com.au> --- I have a library catalogue with French, English, and Arabic records. We're using Zebra with ICU indexing, but it would be interesting to try out Elasticsearch on that catalogue, especially with these patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 01:38:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 23:38:32 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-aVzYf53NC7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 --- Comment #20 from David Cook <dcook at prosentient.com.au> --- (In reply to Owen Leonard from comment #19) > The database I use for testing is an older one from our production system > and it has been updated again and again. I needed a tool today to figure out > whether my problems importing patrons were Koha's fault or my database's, > and this tool identified a number of problems which I was able to resolve. > Now I can test patron imports again. That's awesome, Owen! You made my day :). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 01:42:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 22 Jun 2023 23:42:31 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-MjWWimj2sP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #6 from David Cook <dcook at prosentient.com.au> --- I recently bumped into this problem as well, although I don't try to recover using StripNonXmlChars()... I don't know what I think about sending out a slightly different version than what's stored in the database... But overall we do need a fix harvests choking on 1 bad record. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 03:05:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 01:05:19 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-Yvhe3fp9Li@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 03:05:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 01:05:23 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-SaIjeJYrHe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151471|0 |1 is obsolete| | --- Comment #22 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152608&action=edit Bug 26472: Configure Elasticsearch for better alphabetic sorting This enhancement configures the ICU collation keyword plugin used by Elasticsearch for sorting to better handle punctuation and whitespace in sort fields. Details at: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu-collation-keyword-field.html https://unicode-org.github.io/icu/userguide/collation/concepts.html To test: 1 - Create authorities with main headings like below and confirm they sort in the order shown Hand blows Hand book for Prospect Park Hand (Fictitious character) Hand in glove Hand-ball Handbok for sangere Handbook for adventure Hande im Pflug Hands in the past Handu 2 - Also confirm above order is correct and expected 3 - Test biblio search sorting as well (title, author, etc) Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 04:42:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 02:42:10 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-S64Ub2yjX6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28278 --- Comment #4 from David Cook <dcook at prosentient.com.au> --- (In reply to Matthias Meusburger from comment #3) > Hi, > > Actually, having only "content" or only "is" is valid. > > "is" will get the value from the matching Shibboleth attribute. > > "content" is a fixed string. Ah that's good to know. Thanks for the correction. That would explain too why I haven't noticed the problem yet as well. -- I still think we should look at moving away from koha-conf.xml anyway. But I suppose we have to fix this in the meantime... I took a look at the code from bug 28278 and I have no idea why it removes elements with an attribute of "content"... Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278 [Bug 28278] Improve $KOHA_CONF parsing speed by using XML::LibXML -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 04:42:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 02:42:10 +0000 Subject: [Koha-bugs] [Bug 28278] Improve $KOHA_CONF parsing speed by using XML::LibXML In-Reply-To: <bug-28278-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28278-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28278-70-hINd4nCtjG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31393 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 [Bug 31393] Shibboleth broken since migration from XML::Simple -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 04:45:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 02:45:36 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-cl1uT9Oytp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #5 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #4) > I took a look at the code from bug 28278 and I have no idea why it removes > elements with an attribute of "content"... Of course, as soon as I look at it again, the answer looks obvious. At a glance, it looks like we should change "content" to "_content" in _read_from_dom_node. But I haven't actually written that out or tried it yet. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:01:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:01:50 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-Qby6TepnXW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:01:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:01:54 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-2IruUexKTb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #6 from David Cook <dcook at prosentient.com.au> --- Created attachment 152609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152609&action=edit Bug 31393: Use _content as a placeholder when parsing koha-conf.xml This patch uses '_content' instead of 'content' as a placeholder when parsing koha-conf.xml, so that elements with a "content" attribute don't get parsed incorrectly (like with shibboleth config). Test plan: 0. Apply patch 1. echo 'flush_all' | nc -q 1 memcached 11211 2. koha-plack --reload kohadev 3. Add Shibboleth config to koha-conf.xml <shibboleth> <matchpoint>userid</matchpoint> <!-- koha borrower field to match upon --> <mapping> <userid is="eduPersonID"></userid> <!-- koha borrower field to shibboleth attribute mapping --> <branchcode content="foo"/> </mapping> </shibboleth> 4. vi Koha/Config.pm 5. Dump out the $config from the read_from_file() function 6. Note that the following is shown: 'branchcode' => { 'content' => 'foo' } 7. Note that the following is NOT shown: 'branchcode' => 'foo' 8. git restore Koha/Config.pm 9. Rejoice! For bonus points, you can actually do a full SAML test and make sure the Shibboleth integration works as expected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:02:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:02:19 +0000 Subject: [Koha-bugs] [Bug 31393] Shibboleth broken since migration from XML::Simple In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-XbvUuUezwG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #7 from David Cook <dcook at prosentient.com.au> --- Voila! Not bad for 15 minutes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:03:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:03:21 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-PI6xLU4JmK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Shibboleth broken since |Koha::Config->read_from_fil |migration from XML::Simple |e incorrectly parses | |elements with 1 attribute | |named" content" (Shibboleth | |config) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:03:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:03:29 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-wipaKMZJXv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:06:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:06:13 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-mqAGdsxxRK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #8 from David Cook <dcook at prosentient.com.au> --- Hopefully this patch doesn't break a case where there really is a config item that only has an attribute of "content" that should be treated as if it didn't have an attribute. CCing Julian Maurice in case I've missed something. But I think "content" was just used as a placeholder so changing it to "_content" should be perfectly fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 05:07:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 03:07:17 +0000 Subject: [Koha-bugs] [Bug 28278] Improve $KOHA_CONF parsing speed by using XML::LibXML In-Reply-To: <bug-28278-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28278-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28278-70-ppZH3oEXW2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #17 from David Cook <dcook at prosentient.com.au> --- Looks like this introduced a problem for Shibboleth config too but I have a patch on bug 31393 for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 07:15:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 05:15:25 +0000 Subject: [Koha-bugs] [Bug 33304] Report schedule form time input element attribute type changed to improve valid time value entry In-Reply-To: <bug-33304-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33304-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33304-70-t0YtBkL525@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33304 --- Comment #8 from Adam Styles <adam.styles at esa.edu.au> --- Hi Katrin, opps I will get onto this one. Apologies for delay in new patch. Stay tuned. Thanks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:19:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:19:56 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-xzI23l2DP3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #9 from Julian Maurice <julian.maurice at biblibre.com> --- Hi David, Have you checked that the 'content' key is not used anywhere else ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:22:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:22:13 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-hXSV680yzp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #22 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Nick, what did your DBA find ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:23:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:23:02 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-2SYbppA4Gs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #10 from Julian Maurice <julian.maurice at biblibre.com> --- (In reply to Julian Maurice from comment #9) > Hi David, > > Have you checked that the 'content' key is not used anywhere else ? It looks like it's used in C4::Creators::PDF::Font -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:27:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:27:53 +0000 Subject: [Koha-bugs] [Bug 33578] Cannot edit patron restriction types In-Reply-To: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33578-70-qel0Wt4LeY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:27:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:27:56 +0000 Subject: [Koha-bugs] [Bug 33578] Cannot edit patron restriction types In-Reply-To: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33578-70-ibS5RtCqwQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151478|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152610&action=edit Bug 33578: Fix patron restriction types edition When editing an existing patron restriction type you'll always get an error on saving: Label is already in use To test: * Activate use of patron restriction types * Edit any of the system types * Create new ones Signed-off-by: Michaela Sieber <michaela.sieber at kit.edu> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:27:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:27:58 +0000 Subject: [Koha-bugs] [Bug 33578] Cannot edit patron restriction types In-Reply-To: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33578-70-pAqKxM2ZAe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151479|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152611&action=edit Bug 33578: Fix controller when editing a restriction type Do not display a warning when we are editing a restriction type and no other types with this description exists. Signed-off-by: Michaela Sieber <michaela.sieber at kit.edu> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:28:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:28:12 +0000 Subject: [Koha-bugs] [Bug 33578] Cannot edit patron restriction types In-Reply-To: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33578-70-GbojY0Hudx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:34:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:34:09 +0000 Subject: [Koha-bugs] [Bug 32187] (Bug 24161 follow-up) With IndependentBranches on a non superlibrarian librarian is not able to track late orders In-Reply-To: <bug-32187-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32187-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32187-70-pTyH3fu6T5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32187 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at trust-box.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:38:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:38:13 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-hKSK4J47Fg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #11 from David Cook <dcook at prosentient.com.au> --- (In reply to Julian Maurice from comment #9) > Hi David, > > Have you checked that the 'content' key is not used anywhere else ? (In reply to David Cook from comment #8) > Hopefully this patch doesn't break a case where there really is a config > item that only has an attribute of "content" that should be treated as if it > didn't have an attribute. Not really. That's why I said hopefully ;). I did briefly look at fonts but didn't really look into it deeply. (In reply to Julian Maurice from comment #10) > It looks like it's used in C4::Creators::PDF::Font That's interesting. It does look like this change would break that: 'ttf' => { 'font' => [ { 'type' => 'TR', '_content' => '/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf' }, -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:39:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:39:05 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-aPLshMDisU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #12 from David Cook <dcook at prosentient.com.au> --- Also possibly some Zebra stuff: 'listen' => { 'biblioserver' => { '_content' => 'unix:/var/run/koha/kohadev/bibliosocket' }, 'authorityserver' => { '_content' => 'unix:/var/run/koha/kohadev/authoritysocket' } -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:40:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:40:44 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-G26iOnkNWk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152581|0 |1 is obsolete| | --- Comment #16 from PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> --- Created attachment 152612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152612&action=edit Bug 34022: Adjust items data structure When creating items at receiving, the generated data structure didn't match what the code expected, so this patch adapts the code to match the new data structure introduced by bug 8179. Once I fixed that, I noticed that the $.ajax request payload, when it contains an array parameter, it renames it like `param[]`. So the finishreceive.pl controller is adjusted to this behaviour for the 'on receiving' use case. To test: 1. Apply this patch 2. Create a basket with 'create items on receive' 3. Create an order line 4. Close basket 5. Receive shipment 6. Enter invoice number 7. Click on Receive link in the table 8. Fill out item form, make sure all mandatory fields are set 9. Save 10. Verify that the order line is marked as 'received' 11. Verify that there item is created on the record => SUCCESS: Works as expected 12. Sign off :-D Signed-off-by: Michaela Sieber <michaela.sieber at kit.edu> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:41:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:41:54 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-T9RYH5m1Xy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:45:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:45:05 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-o9j22DwMi8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |BLOCKED --- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 08:45:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 06:45:40 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-KNhV83DCSj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dcook at prosentient.com.au |koha-bugs at lists.koha-commun | |ity.org --- Comment #13 from David Cook <dcook at prosentient.com.au> --- Looks like the algorithm in bug 28278 will need to be enhanced a bit further. Going to reset the Assignee to default. Hopefully Julian has an idea for this one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:00:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:00:40 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-WyrTGqeTSZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:00:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:00:42 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-svvkGTWIL5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152339|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152613&action=edit Bug 33847: Database update replaces undefined rules with defaults rather than the value that would be used Bug 29012 introduces a database update that sets the default values for rules that are required but undefined. This functionally changes the results of the circulation rules. Instead, this update should find value that is being used for that rule combo and use that as the rule value, only using the default in the case that the derived rule doesn't exist or has a null value. Test Plan: 1) Check out Koha 22.05.05 2) Create a default all/all/all rule, 3 other rules. Ensure they all have Loan period set to 7, with one of the non-default rules having a Loan period of 14. 3) Delete all but one of the non-default rules with the following query: Delete from circulation_rules where rule_name = 'issuelength' and ( rule_value != 14 and not ( branchcode is null and categorycode is null and itemtype is null ) ) limit 2; 4) Check out 254f721320 5) Run updatedatabase.pl and restart 6) Note the rules were recreated with the value 0 7) Repeat steps 1-4 8) Apply this patch 9) If you're using the same database, set the version to 22.0600023 and restart 10) Run updatedatabase.pl 11) Note the rules were recreated, but the value is the derived value from the all/all/all rule! Signed-off-by: Kevin Carnes <kevin.carnes at ub.lu.se> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:02:09 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-HbKv7SzOiQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- This looks good to me for installs that did not yet pass the dbrev. But what about installs that already got some wrong values? Could we warn or do something in a new dbrev too ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:02:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:02:17 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-bGCBcN6JO8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:02:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:02:34 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-kENi0zcOe2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:15:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:15:33 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-sSSakzB6nS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Thanks Michaela! Starting QA, but if someone else wants to have a look, the more eyes the better. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:17:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:17:50 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-hHkMTt1YhY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #21 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- - description: This resource returns a list of options needed for the ERM Vue app + description: This resource returns a list of options needed for the ERM Vue app. EXPERIMENTAL - DO NOT RELY on this, it is subject to change! Shouldnt we just extend this list and not change the two entries we just added? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:23:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:23:08 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-USh20lwTnO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:26:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:26:18 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-4HzmRMUnfp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:26:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:26:21 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-svvlLbjDzt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151350|0 |1 is obsolete| | --- Comment #22 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152614&action=edit Bug 33606: Add a erm/config route to retrieve the ERM config needed for the Vue app This could be extended later in bug 32968 to pass the permission of the logged in user. Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:26:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:26:24 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-cpLDSceDWx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151351|0 |1 is obsolete| | --- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152615&action=edit Bug 33606: Mark the endpoint as experimental Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:26:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:26:26 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-G3xBZ5DXBg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151352|0 |1 is obsolete| | --- Comment #24 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152616&action=edit Bug 33606: Fix settings Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:26:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:26:29 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-4CNCKY2WmY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 --- Comment #25 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152617&action=edit Bug 33606: (QA follow-up) Cosmetic changes Even the POD name wasnt changed after copying :) Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:26:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:26:40 +0000 Subject: [Koha-bugs] [Bug 33606] Access to ERM requires parameters => 'manage_sysprefs' In-Reply-To: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33606-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33606-70-JIcc8c4Pyh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:27:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:27:54 +0000 Subject: [Koha-bugs] [Bug 33788] Items tab shows all previous borrowers instead of 3 In-Reply-To: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33788-70-gtIX500SDt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #7 from Fridolin Somers <fridolin.somers at biblibre.com> --- Good catch ;) The doc : https://metacpan.org/pod/DBIx::Class::ResultSet#rows -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:29:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:29:38 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-C8XcGsopgE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:29:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:29:40 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-E3dxPEuteb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152572|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152618&action=edit Bug 34093: Fix paths to jQuery for OAI XSLT To test: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3 - Click 'Metadata' button for a record 4 - Nothign happens 5 - Check the console: Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js”. 6 - Apply patch 7 - Reload 8 - Console errors are gone 9 - Clicking 'Metadata' expands the record content Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:29:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:29:55 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-kTBOCBgEEH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:32:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:32:14 +0000 Subject: [Koha-bugs] [Bug 34108] New: When items are added on receive, item selection gets lost on editing items Message-ID: <bug-34108-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34108 Bug ID: 34108 Summary: When items are added on receive, item selection gets lost on editing items Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Depends on: 8179 When items are added on receive, you can either set the checkboxes in the item form, or use the quantity received to set them. Then you can edit the selected items using the link in the items table. With the new multi-receive work, the checkboxes are lost between being sent to the item form and returning. If you are editing a bigger amount of items, this can be quite tedious and should not happen as sometimes it matters which items are picked (for a specific library, for a specific location etc. for partial deliveries) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 [Bug 8179] Receiving multiple order lines at once -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:32:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:32:14 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8179-70-OPQNUKGnoM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34108 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34108 [Bug 34108] When items are added on receive, item selection gets lost on editing items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:33:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:33:16 +0000 Subject: [Koha-bugs] [Bug 34108] When items are added on receive, item selection gets lost on editing items In-Reply-To: <bug-34108-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34108-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34108-70-0PD2l1gpUt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34108 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- To test: * Create a basket with 'items created on receive' * Add an order line with multiple items to it * Close basket * Receive shipment * Add invoice information * Receive through receive link in the table * Check some items * Click on the "Edit" link and make some change to the item * Save --> Checkboxes have disappeared -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:36:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:36:02 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-txSoxQRU4X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to David Cook from comment #6) > I recently bumped into this problem as well, although I don't try to recover > using StripNonXmlChars()... I don't know what I think about sending out a > slightly different version than what's stored in the database... Agreed. Yes, the new code with StripNonXmlChars here in OAI is a bit weird. Either we do such a thing in ->record or we dont? Probably we dont. So could you only send an error and continue? Moving to FQA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:36:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:36:11 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-zUDZlcuxSZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:39:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:39:11 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-jwcugw6it0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:39:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:39:14 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-7fGvu47ch6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152612|0 |1 is obsolete| | --- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152619&action=edit Bug 34022: Adjust items data structure When creating items at receiving, the generated data structure didn't match what the code expected, so this patch adapts the code to match the new data structure introduced by bug 8179. Once I fixed that, I noticed that the $.ajax request payload, when it contains an array parameter, it renames it like `param[]`. So the finishreceive.pl controller is adjusted to this behaviour for the 'on receiving' use case. To test: 1. Apply this patch 2. Create a basket with 'create items on receive' 3. Create an order line 4. Close basket 5. Receive shipment 6. Enter invoice number 7. Click on Receive link in the table 8. Fill out item form, make sure all mandatory fields are set 9. Save 10. Verify that the order line is marked as 'received' 11. Verify that there item is created on the record => SUCCESS: Works as expected 12. Sign off :-D Signed-off-by: Michaela Sieber <michaela.sieber at kit.edu> Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:39:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:39:45 +0000 Subject: [Koha-bugs] [Bug 33804] Implement as_due_date for $date (js-date-format) In-Reply-To: <bug-33804-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33804-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33804-70-69gcCWToqZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33804 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- This feels like an enh? Am I correct? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:43:12 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-SgoHukr3Lm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:43:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:43:14 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-fGp6y6mvRk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152600|0 |1 is obsolete| | --- Comment #16 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152620&action=edit Bug 31651: Replaced duplicate error message The duplicated error message on ln119 has now been replaced for clarity. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:43:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:43:24 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-7274kBXMS5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:50:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:50:20 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-ERyBdxxhgl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:50:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:50:44 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-XR3BzDluzR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Please change to TEXT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:51:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:51:16 +0000 Subject: [Koha-bugs] [Bug 34109] New: When adding items on receive, mandatory fields are not checked Message-ID: <bug-34109-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109 Bug ID: 34109 Summary: When adding items on receive, mandatory fields are not checked Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Depends on: 8179, 34018 The itemtype is mandatory in the ACQ and all other item forms. But when adding items in acq on receive, there is no error whatsoever if you add items without itemtypes. To make things worse: When you don't notice the mistake, Koha will just add the item with itemtype "Books" (possibly as it's the first non empty entry in the pull down). Same if you set any other field to mandatory, it shows as red in the form, but it's not enforced. For text fields the field will then remain empty (tested with callnumber) To test: * Go to administration > frameworks > ACQ > MARC structure > 952 * Set callnumber (o) or barcode (p) to mandatory * In acquisition: * Create a basket with "create items on order" and "is standing" "standing" helps as you can do multiple receives testing different things, but is optional * Add an order line * Receive shipment * Verify the mandatory fields show in the item form * Save * Verify no message/warning appears * Verify the item was added with itemtype Books (on sample data) and empty mandatory field Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 [Bug 8179] Receiving multiple order lines at once https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34018 [Bug 34018] Patron image upload fails without cardnumber -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:51:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:51:16 +0000 Subject: [Koha-bugs] [Bug 8179] Receiving multiple order lines at once In-Reply-To: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8179-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8179-70-AaT1o8sEHz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34109 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109 [Bug 34109] When adding items on receive, mandatory fields are not checked -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:51:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:51:16 +0000 Subject: [Koha-bugs] [Bug 34018] Patron image upload fails without cardnumber In-Reply-To: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34018-70-ZbX2cUVXoQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34018 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34109 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109 [Bug 34109] When adding items on receive, mandatory fields are not checked -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:51:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:51:37 +0000 Subject: [Koha-bugs] [Bug 34109] When adding items on receive, mandatory fields are not checked In-Reply-To: <bug-34109-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34109-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34109-70-n337KG27Bp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|34018 |34022 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34018 [Bug 34018] Patron image upload fails without cardnumber https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 [Bug 34022] Adding items on receive is broken -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:51:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:51:37 +0000 Subject: [Koha-bugs] [Bug 34018] Patron image upload fails without cardnumber In-Reply-To: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34018-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34018-70-MpwUzIv8JR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34018 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34109 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109 [Bug 34109] When adding items on receive, mandatory fields are not checked -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:51:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:51:37 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-MOj1PNHpEp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34109 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109 [Bug 34109] When adding items on receive, mandatory fields are not checked -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:52:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:52:17 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-1wOuQAZhdp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Matt Blenkinsop from comment #0) > Currently borrowers.updated_on is updated by track_login even though a login > is not an update to the patron record. This update needs to be blocked so > that the updated_on field accurately reflects updates to the patron. Logins > are supposed to be tracked by borrowers.lastseen which track_login already > does. I am not so sure if this statement is true. A timestamp should reflect a change on the record. And a change to lastseen is also a change of the patron record. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:52:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:52:25 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-lWPFsQL8mQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 09:53:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 07:53:01 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-w4H5hkuRde@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #19 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I've tested the various workflows (in cataloging, on order, on receive) with single and multiple items. Found 2 more bugs in the process: Bug 34109 - When adding items on receive, mandatory fields are not checked (major) Bug 34108 - When items are added on receive, item selection gets lost on editing items (normal) Also noticed this one again, it also needs an urgent fix: Bug 34036 - Single receive doesn't reload data and order lines appears as pending -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:01:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:01:38 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-J9bHePaEHp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 --- Comment #14 from Julian Maurice <julian.maurice at biblibre.com> --- I can't find a proper documentation of the 'content' attribute in Shibboleth config, except in https://wiki.koha-community.org/w/index.php?title=Shibboleth_Configuration but it was added long after the patch made it into master. The original bug (bug 12026) doesn't mention it. Are we sure we are supposed to use <branchcode content="foo" is="branchcode" /> and not <branchcode is="branchcode">foo</branchcode> ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:02:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:02:14 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-udoYrgPQX2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 --- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- - <index_control_field tag="008" offset="0" length="5"> + <index_control_field tag="008" offset="0" length="6"> - <xslo:value-of select="substring(., 1, 5)"/> + <xslo:value-of select="substring(., 1, 6)"/> This is ok. Just confusing that XSLT substring starts with 1 while we use offset with zero.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:02:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:02:21 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-ar9goszVwP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:02:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:02:50 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-K9MezL3OxY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:02:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:02:52 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-QfxWjSLB7W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152223|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152621&action=edit Bug 24517: Add missing 6th position to date-entered-on-file index Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Adding the biblio-zebra-indexdefs.xsl on same patch (as should be generated with xsltproc). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:03:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:03:13 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-uAWQFL6aC7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:03:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:03:14 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-TCaU1ujijb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152224|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:06:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:06:01 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-1quiRMhjmg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | CC| |m.de.rooy at rijksmuseum.nl --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Filled assignee :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:06:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:06:12 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-xi6o6CCWrr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:28:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:28:42 +0000 Subject: [Koha-bugs] [Bug 34107] Sorting agreements by Name actually sorts by ID In-Reply-To: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34107-70-8OJSWQyDwm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:28:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:28:45 +0000 Subject: [Koha-bugs] [Bug 34107] Sorting agreements by Name actually sorts by ID In-Reply-To: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34107-70-Ie8ockj5By@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152622&action=edit Bug 34107: Remove id from name column in erm list tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:31:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:31:55 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-bC8S5pLvVB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:31:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:31:57 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-stHn9Pm2wC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152355|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152623&action=edit Bug 33500: Add tests for RecordLocalUseOnReturn To test: 1. Turn on RecordLocalUseOnReturn 2. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 3. Tests fail. 4. Apply patch 5. prove -v /kohadevbox/koha/t/db_dependent/Circulation.t 6. Tests pass. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:32:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:32:00 +0000 Subject: [Koha-bugs] [Bug 23775] Claiming a serial issue doesn't create the next one In-Reply-To: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23775-70-7pdvvO4S9N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #134062|0 |1 is obsolete| | --- Comment #7 from Julian Maurice <julian.maurice at biblibre.com> --- Created attachment 152624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152624&action=edit Bug 23775: Claiming a serial issue doesn't create the next one Whenever we need to generate manually a new serial we go to page 'serials-edit.pl'. With this patch it is possible to generate a new serial on page 'serials.pl'. Test Plan: -- Previously we need a serial which is in EXPECTED status & the Date received should not be later than today -- 1) On the intra. Make sure to have at least 1 subscription for a bibliographic record & 1 vendor linked 2) Then Home > Serials > Claims > Claims for <your_vendor_name> 3) Tick the checkbox of the row where the status is EXPECTED then 4) Click 'Send notification' 5) Notice the status of the row : it is now CLAIMED 6) To verify: Home > Serials > Serial collection information for <your_record_name> 7) Here the status is CLAIMED too but nothing happened around 8) Apply patch 9) Repeat from 2) to 6) 10) The status is still CLAIMED & the new serial with status EXPECTED is freshly generated -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:32:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:32:33 +0000 Subject: [Koha-bugs] [Bug 23775] Claiming a serial issue doesn't create the next one In-Reply-To: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23775-70-6ZmqllQjKt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Assignee|jeremy.breuillard at biblibre. |julian.maurice at biblibre.com |com | Status|Patch doesn't apply |Needs Signoff --- Comment #8 from Julian Maurice <julian.maurice at biblibre.com> --- Patch cleaned and rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:44:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:44:54 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-ORSGLh0DF7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152324|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152625&action=edit Bug 33993: Add order_receive to GET orders endpoints This adds order_receive to the list of permissions that allow the endpoint to return orders. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Sharon Dugdale <Sharon.Dugdale at cumberland.gov.uk> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:45:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:45:30 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-UNMHhnasrJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Tiny bug.. now also signed off by the customer who reported the problem. I think we can safety PQA this ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 10:45:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 08:45:36 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-HVWaD6jNzm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 13:48:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 11:48:11 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-p7g34Vgy8k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #23 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #22) > Nick, what did your DBA find ? We are still investigating - we have now seen it both in our mariadb cluster, and on a local mariadb on a self hosted server In both cases the problem is now occurring in _batchCommitItems -> AddItemFromMarc -> Koha::Item->store -> Koha::Object->store The INSERT call on items is hanging and then failing: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/Koha/Object.pm line 170 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:38:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:38:20 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-kGpgn6t9Xq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- We shouldn't be using our business classes on the DBRev, as they can change in the future and thus break this DBRev. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:42:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:42:19 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-dWagq7ZLV4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|23.05 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:47 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-SNWWmAKGTR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:49 +0000 Subject: [Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position In-Reply-To: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24517-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24517-70-M5shmyBcXl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:51 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-Xqtt9sVhxN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:53 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-l1Qt1LErpJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 --- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:55 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-dM3KTUaEdq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:57 +0000 Subject: [Koha-bugs] [Bug 32245] Deleting news entries from Koha's staff start page is broken In-Reply-To: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32245-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32245-70-cn1CapNtvS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245 --- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:45:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:45:59 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-2tuHnvTlDX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:02 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-ZmGIP8RMU5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 --- Comment #58 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:04 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-6hwRyH9UYa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:06 +0000 Subject: [Koha-bugs] [Bug 33500] Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record In-Reply-To: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33500-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33500-70-Xi7sQ2dGF8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:08 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-ZOAwXNgZe4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:09 +0000 Subject: [Koha-bugs] [Bug 33944] When listing checkouts, don't fetch item object if not using recalls In-Reply-To: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33944-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33944-70-uPenlLHNYA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:11 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-0VflY35VOC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:13 +0000 Subject: [Koha-bugs] [Bug 33973] Sorting broken on ERM tables In-Reply-To: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33973-70-2LgwlNGTEE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:16 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-jiwyU0ILRa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:18 +0000 Subject: [Koha-bugs] [Bug 33993] The GET orders endpoint needs to allow users with order_receive permission In-Reply-To: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33993-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33993-70-8vlZFkEsMW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:21 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-I8wl1nra14@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:23 +0000 Subject: [Koha-bugs] [Bug 34010] Template corrections to recall pages In-Reply-To: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34010-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34010-70-zQw7OtsggI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:25 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-CqQDk8LFef@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:27 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-vScYQ3DcbQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 --- Comment #20 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:29 +0000 Subject: [Koha-bugs] [Bug 34052] Fix link to subscription from serial collection page In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-3CoovEMbOF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:30 +0000 Subject: [Koha-bugs] [Bug 34052] Fix link to subscription from serial collection page In-Reply-To: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34052-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34052-70-TFzjQaQjQq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:32 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-dZsbFH0Jud@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:46:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:46:34 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-UYju8ZgewK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 14:55:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 12:55:10 +0000 Subject: [Koha-bugs] [Bug 30719] ILL should provide the ability to create batch requests In-Reply-To: <bug-30719-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30719-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30719-70-xuSzRgsBq6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30719 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA QA Contact| |katrin.fischer at bsz-bw.de --- Comment #95 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The dependency to bug 33716 is a bit of an issue here, we need to see how to resolve that. As I signed it off I can't QA, but it will send this one to BLOCKED even if passing. I skipped the last patch (DBIC) and ran dbic manually for testing as there was a conflict. 1) QA script FAIL koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc FAIL valid_template options_for_libraries: not found FAIL installer/data/mysql/kohastructure.sql FAIL boolean_vs_tinyint WARNING - The new column (is_system) for table illbatch_statuses is using INT(1) as type, must be TINYINT(1) if it has a boolean purpose, see the SQL12 coding guideline FAIL koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt FAIL filters wrong_html_filter at line 669 ( <a href="/cgi-bin/koha/ill/ill-requests.pl?batch_id=[% request.batch.id | html %]">) 2a) Database update is not idempotent Easy fix with our existing check methods: DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_30719_add_ill_batches.pl [11:39:04]: Bug 30719 - Add ILL batches ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate column name 'batch_id' at /kohadevbox/koha/C4/Installer.pm line 741 2b) Database update and kohastructure are not using COMMENT We standardized on using COMMENT as they display in schema.koha-community.org etc. Could you please move the comments to COMMENT syntax? 3) Unit tests are failing (after running db Update and dbic) Test Summary Report ------------------- t/db_dependent/api/v1/ill_requests.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 Files=5, Tests=33, 21 wallclock secs ( 0.03 usr 0.02 sys + 18.99 cusr 1.70 csys = 20.74 CPU) Result: FAIL 4) Perltidy It might be nice (not blocker) to run the new perltidy over the code when working on it, thinking especially of the new files. There are some small inconsistencies like spaces and such: +use JSON qw( to_json ); +use base qw(Koha::Object); 5) FIXMEs Koha/REST/V1/Illbatches.pm + #FIXME: This should be $c->objects-search + my @batches = Koha::Illbatches->search()->as_list; + + #FIXME: Below should be coming from $c->objects accessors + # Get all patrons associated with all our batches +# FIXME: This should be moved to Koha::Illbackend +sub can_batch { + // TODO: need to also reset progress bar and already processed identifiers + // FIXME: This should be a kohaTable not KohaTable Are these something we should change now or at least have a follow-up bug for filed? 6) API If I understand correctly the API is not using the common/standardized terminology: + id: + type: string + description: Internal ILL batch identifier Should be batch_id or maybe ill_batch_id? (compared with other API routes: hold_id, patron_id, etc.) + borrowernumber: + type: string + description: Borrower number of the patron of the ILL batch Should be: patron_id + branchcode: + type: string + description: Branch code of the branch of the ILL batch Should be library_id + branch: + type: + - object + - "null" + description: The branch associated with the batch Should possibly be library + statuscode: + type: string + description: Code of the status of the ILL batch Should probably be status_code Similar for illbatchstatus.yaml: id: ill_batch_status_id ? 7a) Illbatch_statuses are not translatable They should probably be moved to en, like we just did with the debit types and credit types too. For reporting it's nice when the description can be translated. +++ b/installer/data/mysql/mandatory/illbatch_statuses.sql @@ -0,0 +1,5 @@ +INSERT INTO illbatch_statuses ( name, code, is_system ) VALUES +('New', 'NEW', 1), +('In progress', 'IN_PROGRESS', 1), +('Completed', 'COMPLETED', 1), +('Unknown', 'UNKNOWN', 1); 7b) Strings can be transalted inside the .js files We don't really need: ill-batch-modal-strings.inc ill-batch-table-strings.inc This file is probably no longer needed as we can now translate strings in .js files. Not blocker, could still be moved later. It might simplify the code in koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js quite a bit. Also: + var ill_batch_item_remove = _("Are you sure you want to remove this item from the batch"); Missing question mark at the end? 7c) Avoid "building" sentences from multiple parts + <a href="#" aria-current="page"> + [% IF status.id %] + Modify + [% ELSE %] + New + [% END %] batch status + </a> This will end up to be something like: %sModify%New%batch status. This is hard to read, but also harder to translate. Imaging having a language where you need to change the sequence, to be "Batch status edit". Better: + <a href="#" aria-current="page"> + [% IF status.id %] + <span>Modify batch status</span> + [% ELSE %] + <span>New batch status</span> + [% END %] + </a> The span would be to make both separate strings. The parsing looks for HTML tags. repeating the <a> inside the IF-ELSE would also work. Also here: + <h1> + View ILL requests + [% IF batch %] + for batch "[% batch.name | html %]" + [% END %] + </h1> 7d) Not sure if this is translatable I have doubts about this one here: <strong>[% status.is_system ? "Yes" : "No" | html %]</strong> I think we need to verify or just move to an IF-ELSE construct. 8) Capitalization + <li><a href="/cgi-bin/koha/admin/ill_batch_statuses.pl">Interlibrary Loan batch statuses</a></li> Interlibrary loan... + <th scope="col">Request Status</th> Request status <dt><a href="/cgi-bin/koha/admin/ill_batch_statuses.pl">Interlibrary Loan batch statuses</a></dt> + Interlibrary Loan batch statuses › Administration › Koha + <a href="/cgi-bin/koha/admin/ill_batch_statuses.pl">Interlibrary Loan batch statuses</a> Maybe to a search replace for Interlibrary Loan? There are many more... 9) Terminology + <th scope="col">Branch</th> Should be Library. 10) Page titles and breadcrumbs Need updating to follow Owen's latest work using Template WRAPPER etc. koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt 11) Using page-section and btn-primary This predates the staff interface redesign work and needs some touch ups for yellow main buttons and white backgrounds. 12) Null? This looks like it might display "null" when either one is empty (unconfirmed): + var displayText = [data.firstname, data.surname].join(' ') + ' ( ' + data.cardnumber + ' )'; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:30 +0000 Subject: [Koha-bugs] [Bug 28726] Add sort1 and sort2 to patron card creator patron search In-Reply-To: <bug-28726-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28726-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28726-70-kPvxvx1HUA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28726 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:32 +0000 Subject: [Koha-bugs] [Bug 28726] Add sort1 and sort2 to patron card creator patron search In-Reply-To: <bug-28726-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28726-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28726-70-Y2GRPi7CpT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28726 --- Comment #42 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:34 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: <bug-30860-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30860-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30860-70-ouf3VZOdBW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:37 +0000 Subject: [Koha-bugs] [Bug 30860] Add option for CanBookBeReserved to return all item values In-Reply-To: <bug-30860-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30860-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30860-70-CAsPJZpuoF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860 --- Comment #36 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:39 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-6D6UyIN3Vc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:41 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-30m7F1c7Av@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:43 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-G2PXZNNyXP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:45 +0000 Subject: [Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu In-Reply-To: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33169-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33169-70-sz07quIQoo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169 --- Comment #25 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:47 +0000 Subject: [Koha-bugs] [Bug 33578] Cannot edit patron restriction types In-Reply-To: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33578-70-n4zw83tGx6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:49 +0000 Subject: [Koha-bugs] [Bug 33578] Cannot edit patron restriction types In-Reply-To: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33578-70-OUCjN8i3x2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:51 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-JaX3nqWkIa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:53 +0000 Subject: [Koha-bugs] [Bug 33894] Use template wrapper for tabs: OPAC search history In-Reply-To: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33894-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33894-70-OFHOxbGCds@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:55 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33896-70-C4y2bUe9GM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:57 +0000 Subject: [Koha-bugs] [Bug 33896] Catalog search from the masthead searchbar produces a warning in the logs In-Reply-To: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33896-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33896-70-QWREFjFUDu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:01:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:01:59 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-7uk0SiLUxc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:02:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:02:01 +0000 Subject: [Koha-bugs] [Bug 34012] Use template wrapper for tabs: Recalls awaiting pickup In-Reply-To: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34012-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34012-70-6ZVTpxqFNo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:02:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:02:03 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-WQO0U0JgNP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:02:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:02:05 +0000 Subject: [Koha-bugs] [Bug 34013] Recalls awaiting pickup doesn't show count on each tab In-Reply-To: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34013-70-iy3xErEtrN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:02:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:02:07 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-P4ywb9i6NS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:02:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:02:09 +0000 Subject: [Koha-bugs] [Bug 34071] Change the phrasing of 'automatic checkin' to fit consistent terminology In-Reply-To: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34071-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34071-70-4wVI825abM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:05:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:05:52 +0000 Subject: [Koha-bugs] [Bug 34075] Allow specifying default tab view for authorities In-Reply-To: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34075-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34075-70-rpP8IuAgIY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075 --- Comment #6 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152633&action=edit Bug 34075: (follow-up) Fixes for QA tool errors - Added missing filter to template variable - Correct spelling in atomicupdate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:23:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:23:48 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-GpC2q5fPG7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 --- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Tomás Cohen Arazi from comment #6) > We shouldn't be using our business classes on the DBRev, as they can change > in the future and thus break this DBRev. Good point -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:24:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:24:46 +0000 Subject: [Koha-bugs] [Bug 34112] New: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons Message-ID: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112 Bug ID: 34112 Summary: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: tomascohen at gmail.com Depends on: 32910 When working on the upgrade FontAwesome to v.6 I mistakenly replaced "fa-edit" with "fa-pencil-alt". While this works, it's a carry-over from FontAwesome v.5 and may not continue to work. We should use <i class="fa-solid fa-pencil"></i> Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 [Bug 32910] Upgrade fontawesome icons to V6 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:24:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:24:46 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-mTpJOeB26x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34112 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112 [Bug 34112] Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:48:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:48:12 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-onFrcKo65Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 --- Comment #1 from Eugene Espinoza <eugenegf at yahoo.com> --- Additionally, after updating to 22.11.06, we are getting the error message below in plack-error.log: CGI::Compile::ROOT::usr_share_koha_intranet_cgi_2dbin_reports_issues_stats_2epl::calculate(): DBI Exception: DBD::mysql::st execute failed: The used SELECT statements have a different number of columns at /usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 92 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 15:58:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 13:58:17 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-TD5Vgep5r2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Ed Veal <eveal at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eveal at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:46 +0000 Subject: [Koha-bugs] [Bug 25079] Show club enrollment question answers in staff interface In-Reply-To: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25079-70-V6NslJgkqT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:48 +0000 Subject: [Koha-bugs] [Bug 25079] Show club enrollment question answers in staff interface In-Reply-To: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25079-70-AIdudwwB5s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079 --- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:50 +0000 Subject: [Koha-bugs] [Bug 31132] Add button to clear the cataloguing authority plugin form In-Reply-To: <bug-31132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31132-70-iRAmP6KEX5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31132 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:52 +0000 Subject: [Koha-bugs] [Bug 31132] Add button to clear the cataloguing authority plugin form In-Reply-To: <bug-31132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31132-70-9G1M5MqgfR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31132 --- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:54 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-UgAjIF4m8H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:56 +0000 Subject: [Koha-bugs] [Bug 33968] Two colons missing on guarantor labels in memberentry.pl form In-Reply-To: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33968-70-3HJNIKgt1D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:03:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:03:58 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-RXJxarz4My@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:04:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:04:00 +0000 Subject: [Koha-bugs] [Bug 34015] Terminology: Relative issues should be Relative's checkouts In-Reply-To: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34015-70-d69c1uHiI6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:04:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:04:02 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-ZcCZshTcRa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:04:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:04:04 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-SQtegDC5ml@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 --- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:04:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:04:06 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-vRMjz9uQ69@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:04:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:04:08 +0000 Subject: [Koha-bugs] [Bug 34103] Capitalization: Currencies & Exchange rates In-Reply-To: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34103-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34103-70-Y2QMpxHZVM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:14:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:14:04 +0000 Subject: [Koha-bugs] [Bug 33773] Possible CSS adjustments for the header search usability improvement In-Reply-To: <bug-33773-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33773-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33773-70-oEuwjFXy1e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33773 Michael Adamyk <madamyk at ckls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madamyk at ckls.org --- Comment #4 from Michael Adamyk <madamyk at ckls.org> --- Jason, thanks for this. It makes things much more visible. I chose to use white as the background for the active buttons because it seems a bit easier to read for our libraries. I've also found that bolding the text helps a lot. I used the following: .tab-title { font-weight: bold; } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:15:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:15:53 +0000 Subject: [Koha-bugs] [Bug 34112] Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons In-Reply-To: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34112-70-F6TxInlPxK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:15:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:15:55 +0000 Subject: [Koha-bugs] [Bug 34112] Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons In-Reply-To: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34112-70-UUuSrKfrrV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152639&action=edit Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons The FontAwesome class "fa-pencil-alt" works in v.6 but is actually a v.5 class. We should use "fa-solid fa-pencil" instead. This patch also corrects some leftover instances of "fa-edit" To test, apply the patch and view some pages in the OPAC and staff interface which have updated icons, e.g. - Administration -> Libraries - Catalog -> Bibliographic details - OPAC -> Bibliographic details Confirm that the pencil icon looks correct. Checking all modified templates is probably too much, but inspecting the patch should show that only fa-pencil-alt and fa-edit icons are affected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:17:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:17:31 +0000 Subject: [Koha-bugs] [Bug 33773] Possible CSS adjustments for the header search usability improvement In-Reply-To: <bug-33773-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33773-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33773-70-Wg146IC93X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33773 --- Comment #5 from Michael Adamyk <madamyk at ckls.org> --- Created attachment 152640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152640&action=edit CSS Adjustments - White background & bold text Jason's original CSS adjustments, modified to bold the header text and give a white background on active. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:18:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:18:38 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-Tgcvjmrbly@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152604|0 |1 is obsolete| | --- Comment #4 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152641&action=edit Bug 34106: Retain searchtype parameter in member-search-box To test: 1. In the main search header switch to 'Search patrons'. Bring up the dropdown and look at 'Search type:'. 2. It defaults to 'Starts with'. 3. Go to '/cgi-bin/koha/members/members-home.pl' and look at the 'Search type:' on the left side. 4. It defaults to 'Contains' 5. Do a patron search from both these places, setting the 'Search type' to contains. 6. The search bar in the header always resets to 'Starts with' 7. Apply patch 8. Try everything again. By default both places should default to contain. 9. If you change the 'Search type' the search in the main header should always retain that value. Signed-off-by: Ed Veal <eveal at mckinneytexas.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:22:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:22:25 +0000 Subject: [Koha-bugs] [Bug 33772] Header search input no longer has an outline when focused In-Reply-To: <bug-33772-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33772-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33772-70-94OPcsOq4O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33772 Michael Adamyk <madamyk at ckls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madamyk at ckls.org --- Comment #9 from Michael Adamyk <madamyk at ckls.org> --- Excellent, thanks for doing this Jason. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:27:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:27:27 +0000 Subject: [Koha-bugs] [Bug 34102] Remove unnecessary jQueryUI CSS in staff-global.scss In-Reply-To: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34102-70-JKAlxAi8bq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34102 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |BLOCKED --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- We still depend on two jQueryUI features: Autocomplete and sortable. When those have been taken care of we should remove this CSS and all the jQueryUI files too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:35:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:35:58 +0000 Subject: [Koha-bugs] [Bug 29145] Allow patrons to have overdue items that would not result in debarment when removing overdue debarments In-Reply-To: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29145-70-RsxkDbo9M1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145 --- Comment #47 from Tomás Cohen Arazi <tomascohen at gmail.com> --- DAvid, Kyle, can we rebase this ASAP please? Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:36:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:36:06 +0000 Subject: [Koha-bugs] [Bug 34113] New: OMNIBUS: Replace the use of jQueryUI autocomplete Message-ID: <bug-34113-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34113 Bug ID: 34113 Summary: OMNIBUS: Replace the use of jQueryUI autocomplete Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 29222 As discussed in Bug 29222, jQueryUI autocomplete should be replaced. The last time I checked it was used in these places: - Checkout and patron header searches - Article request patron search - Course reserve instructor search - Holds patron search - UNIMARC 210c plugin - UNIMARC 225a plugin Possible replacement candidate: https://tarekraafat.github.io/autoComplete.js/. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 [Bug 29222] OMNIBUS: Replace the use of jQueryUI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:36:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:36:06 +0000 Subject: [Koha-bugs] [Bug 29222] OMNIBUS: Replace the use of jQueryUI In-Reply-To: <bug-29222-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29222-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29222-70-eYIUpEUDHl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34113 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34113 [Bug 34113] OMNIBUS: Replace the use of jQueryUI autocomplete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:36:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:36:50 +0000 Subject: [Koha-bugs] [Bug 33690] Add ability to send welcome notice when creating patrons using the REST API In-Reply-To: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33690-70-1fxb27BraP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:40:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:40:31 +0000 Subject: [Koha-bugs] [Bug 34114] New: OMNIBUS: Replace the use of jQueryUI sortable Message-ID: <bug-34114-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34114 Bug ID: 34114 Summary: OMNIBUS: Replace the use of jQueryUI sortable Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Blocks: 29222 As discussed in Bug 29222, jQueryUI sortable should be replaced. The last time I checked it was used in these places: - Administration -> MARC frameworks -> Subfield structure -> Tab reordering. - Administration -> Authority types -> Subfield structure -> Tab reordering. - Administration -> System preferences -> Language and OPACLanguage reordering - Cataloging -> Basic MARC editor -> Subfield reordering. - Tools -> Stock rotation -> Stage reordering. It looks like Drupal switched to this library: https://github.com/SortableJS/Sortable Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 [Bug 29222] OMNIBUS: Replace the use of jQueryUI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:40:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:40:31 +0000 Subject: [Koha-bugs] [Bug 29222] OMNIBUS: Replace the use of jQueryUI In-Reply-To: <bug-29222-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29222-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29222-70-e3gU34z3Gn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34114 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34114 [Bug 34114] OMNIBUS: Replace the use of jQueryUI sortable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:40:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:40:42 +0000 Subject: [Koha-bugs] [Bug 34113] OMNIBUS: Replace the use of jQueryUI autocomplete In-Reply-To: <bug-34113-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34113-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34113-70-Hdjenh4dHV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34113 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |29222 Depends on|29222 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 [Bug 29222] OMNIBUS: Replace the use of jQueryUI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:40:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:40:42 +0000 Subject: [Koha-bugs] [Bug 29222] OMNIBUS: Replace the use of jQueryUI In-Reply-To: <bug-29222-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29222-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29222-70-fc1GN7LM6i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34113 | Depends on| |34113 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34113 [Bug 34113] OMNIBUS: Replace the use of jQueryUI autocomplete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:42:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:42:10 +0000 Subject: [Koha-bugs] [Bug 29145] Allow patrons to have overdue items that would not result in debarment when removing overdue debarments In-Reply-To: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29145-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29145-70-DwRXQ81YDp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31095 --- Comment #48 from Tomás Cohen Arazi <tomascohen at gmail.com> --- And please check the changes introduced by bug 31095. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095 [Bug 31095] Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:42:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:42:10 +0000 Subject: [Koha-bugs] [Bug 31095] Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference In-Reply-To: <bug-31095-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31095-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31095-70-xAtYJL9BwL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |29145 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145 [Bug 29145] Allow patrons to have overdue items that would not result in debarment when removing overdue debarments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 16:55:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 14:55:21 +0000 Subject: [Koha-bugs] [Bug 33690] Add ability to send welcome notice when creating patrons using the REST API In-Reply-To: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33690-70-NZxYs25rix@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 --- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152642&action=edit Bug 33690: (QA follow-up) Mock C4::Letters subroutines for unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:04:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:04:54 +0000 Subject: [Koha-bugs] [Bug 31618] Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile In-Reply-To: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31618-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31618-70-wD8ahbCgON@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618 --- Comment #6 from Sam Lau <samalau at gmail.com> --- (In reply to Katrin Fischer from comment #3) > So we are good! Welcome Sam to the Koha devs! Thanks, Katrin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:11:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:11:33 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-kqX31vxIfF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- To recreate: 1. Make some suggestions with different statuses. 2. Try moving some suggestion to different statuses. 3. Going from PENDING to another status works fine. 4. Moving from other status (REJECTED, ORDERED, etc ) will cause a 500 error. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:11:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:11:58 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-aZrbn2VLmL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33322 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33322 [Bug 33322] "Please select at least one suggestion" when doing a catalog search from suggestions page -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:11:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:11:58 +0000 Subject: [Koha-bugs] [Bug 33322] "Please select at least one suggestion" when doing a catalog search from suggestions page In-Reply-To: <bug-33322-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33322-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33322-70-0HtYFisLYC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33322 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34080 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 [Bug 34080] Updating suggestion status can result in 500 error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:13:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:13:08 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-e9vgwID4Hg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #4 from Lucas Gass <lucas at bywatersolutions.com> --- The suggestions_batch_ops div is repeated and therefore should be a class not and an ID. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:13:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:13:32 +0000 Subject: [Koha-bugs] [Bug 34113] Replace the use of jQueryUI autocomplete In-Reply-To: <bug-34113-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34113-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34113-70-oFDai9zRZL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34113 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OMNIBUS: Replace the use of |Replace the use of jQueryUI |jQueryUI autocomplete |autocomplete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:13:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:13:52 +0000 Subject: [Koha-bugs] [Bug 34114] Replace the use of jQueryUI sortable In-Reply-To: <bug-34114-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34114-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34114-70-ZpChMsWYqP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34114 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OMNIBUS: Replace the use of |Replace the use of jQueryUI |jQueryUI sortable |sortable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:14:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:14:51 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-HwmO2Dr0gR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:14:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:14:53 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-VTTPCJLUsc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152643&action=edit Bug 34080: Make suggestions_batch_ops a class To test: 1. Make some suggestions with different statuses. 2. Try moving some suggestion to different statuses. 3. Going from PENDING to another status works fine. 4. Moving from other status (REJECTED, ORDERED, etc ) will cause a 500 error. 5. Apply patch 6. Try 2 - 4 again, no more 500 errors, yay! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:15:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:15:08 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-tspPDmEguJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|normal |major Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:15:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:15:44 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-3GtQvmnmvs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- Marked as major because this effects libraries ability to manage purchase suggestions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:16:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:16:15 +0000 Subject: [Koha-bugs] [Bug 34115] New: When editing bibliographic frameworks, the right tab is not always preselected Message-ID: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115 Bug ID: 34115 Summary: When editing bibliographic frameworks, the right tab is not always preselected Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org There are 2 small regressions here that probably happened when the tabs handling was updated: 1) Shortcut to edit a subfield from search form This is a somewhat hidden feature, but really nice: * Go to administration > bibliographic frameworks * Any framework > MARC structure * "Search for tag" enter 245$b --> Verify you see the edit form, but tab 0 is active 2) Shortcut to edit a subfield from subfield letter/number * Go to administration > bibliographic frameworks * Any framework > MARC structure * Search for 952 * Actions > View subfields * Click on any subfield but 0 --> Verify you see the edit form, but tab 0 is active -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:19:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:19:29 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-sGApZgtPKS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152524|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:19:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:19:59 +0000 Subject: [Koha-bugs] [Bug 34116] New: Add page-sectioning to item search in label creator Message-ID: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116 Bug ID: 34116 Summary: Add page-sectioning to item search in label creator Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com To test: * Go to cataloguing > Label creator * New > Label batch * Link "Add items" * Search for anything, like "e" in Title * Verify the result list is missing page-sectioning (white background behind tables) In general this could be a good candidate for a little 'face lift' :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:21:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:21:16 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-ykPyruejkD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:21:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:21:18 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-ypTiQ6cdJM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152643|0 |1 is obsolete| | --- Comment #7 from Sam Lau <samalau at gmail.com> --- Created attachment 152644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152644&action=edit Bug 34080: Make suggestions_batch_ops a class To test: 1. Make some suggestions with different statuses. 2. Try moving some suggestion to different statuses. 3. Going from PENDING to another status works fine. 4. Moving from other status (REJECTED, ORDERED, etc ) will cause a 500 error. 5. Apply patch 6. Try 2 - 4 again, no more 500 errors, yay! Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:27:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:27:47 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-jAIEW236Jk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152644|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152645&action=edit Bug 34080: Make suggestions_batch_ops a class To test: 1. Make some suggestions with different statuses. 2. Try moving some suggestion to different statuses. 3. Going from PENDING to another status works fine. 4. Moving from other status (REJECTED, ORDERED, etc ) will cause a 500 error. 5. Apply patch 6. Try 2 - 4 again, no more 500 errors, yay! Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:28:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:28:20 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-TI5Sq21R2e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com --- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Trivial fix works as expected.. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:47:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:47:53 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-nBkhgfMnlH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152608|0 |1 is obsolete| | --- Comment #23 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152646&action=edit Bug 26472: Configure Elasticsearch for better alphabetic sorting This enhancement configures the ICU collation keyword plugin used by Elasticsearch for sorting to better handle punctuation and whitespace in sort fields. Details at: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu-collation-keyword-field.html https://unicode-org.github.io/icu/userguide/collation/concepts.html To test: 1 - Create authorities with main headings like below and confirm they sort in the order shown Hand blows Hand book for Prospect Park Hand (Fictitious character) Hand in glove Hand-ball Handbok for sangere Handbook for adventure Hande im Pflug Hands in the past Handu 2 - Also confirm above order is correct and expected 3 - Test biblio search sorting as well (title, author, etc) Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com> Signed-off-by: Heather Hernandez <heather_hernandez at nps.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 17:51:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 15:51:31 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-Hgtc1VJf6x@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #24 from Heather <heather_hernandez at nps.gov> --- Signed off! The sort order is correct: Hand-ball Hand blows Hand book Hand (Fictitious character) Etc.! I made a mistake (above) saying that Hand-ball should file, e.g., after Hand in glove. I tested and tested and tested, and the search order with this patch applied is CORRECT!! WOO-HOO!!! ::librarian happy dance!:: (I also verified that search orders are correct for bibs.) I'M SO HAPPY!!! THANK YOU THANK YOU THANK YOU, Most Awesome Community!!! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:07:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:07:49 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-lZTvzL7u4a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:07:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:07:52 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-cw1LoJ4mn1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152490|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152647&action=edit Bug 34029: Extend datatypes of biblioitems.columns to longtext to avoid breaking import This updated the datatype of the following columns from varchar(255) to longtext to avoid import problems if the mapped MARC field's data exceeds 255 characters. This is for: * place (260$a and 264$a) * publishercode (260$b and 264$b) * size (300$c) * illus (300$b) * pages (300$a) To test: * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. Try to save. * Run the updatedatabase script to modify the DB structure * restart_all * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. * Save * Export the record * Import the record using staging tools, all should work well -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:07:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:07:55 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-jMsrwL53Gs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152648&action=edit Bug 34029: (QA follow-up) Change from longtext to text Can be squashed if needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:10:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:10:13 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-hPbtEWOffW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Marcel de Rooy from comment #11) > Please change to TEXT I've made the requested change - in a follow-up for easier review. Please feel free to squash later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:16:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:16:33 +0000 Subject: [Koha-bugs] [Bug 34117] New: Duplicate patron sets dateenrolled incorrectly Message-ID: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 Bug ID: 34117 Summary: Duplicate patron sets dateenrolled incorrectly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: andrewfh at dubcolib.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When duplicating a patron, the new patron's registration date on memberentry.pl defaults to a date that is current date + the enrollment period for the category of the patron being duplicated. The registration date should simply default to today's date. To recreate: - have or make a patron - duplicate that patron - on the memberentry page for your new patron, before you save them, scroll down to Registration Date and see that it's defaulting to a date in the future -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:17:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:17:04 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-ojuJPysaiq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 --- Comment #1 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> --- I noticed this first in a 22.11 system and confirmed it on master. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:23:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:23:03 +0000 Subject: [Koha-bugs] [Bug 33690] Add ability to send welcome notice when creating patrons using the REST API In-Reply-To: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33690-70-Y6xYIdIjob@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 Dave <ddaghita at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ddaghita at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:33:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:33:03 +0000 Subject: [Koha-bugs] [Bug 30299] Create a Registration API to allow for use of email verification when outside systems are registering patrons In-Reply-To: <bug-30299-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30299-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30299-70-Bb8xE6aRVn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30299 Dave <ddaghita at mckinneytexas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ddaghita at mckinneytexas.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:40:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:40:49 +0000 Subject: [Koha-bugs] [Bug 34115] Use a global tab select function for activating Bootstrap tabs based on location hash In-Reply-To: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34115-70-dY992p3emS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|22.11 |master Summary|When editing bibliographic |Use a global tab select |frameworks, the right tab |function for activating |is not always preselected |Bootstrap tabs based on | |location hash -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:50:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:50:30 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-zeTw0HqBek@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:50:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:50:32 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-Me28MEKkIR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152573|0 |1 is obsolete| | --- Comment #8 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152649&action=edit Bug 33270: Add record_strip_nonxml routine to Koha::Biblio::Metadata This adds a routine that can strip non xml characters form a record. It is intended for cases where we do not wish to throw an exception, but rather need to process a record to allow other work to continue To test: prove -v t/db_dependent/Koha/Biblio/Metadata.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 18:50:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 16:50:35 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-6RfA6Z6cSU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 --- Comment #9 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152650&action=edit Bug 33270: Attempt to recover from invalid metadata exception This patch uses the new record_strip_nonxml routine to attempt to display the record when it contains invalid characters Rather than silently strippg these, we warn in the logs, then add an 'about' container to the response. It is displayed nicely in the web view or sent as "INVALID_METADATA" in the xml response The 'error' codes for OAI seem to be at the request level, and the offered codes don't have a match for a bad record. Adding the about when we can recover seems the most generous response To test: Test plan, assumes using KTD default data - otherwise you need to find and import a record with encoding issues: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&resumptionToken=marcxml/350////0/0/352 3 - 500 error: Invalid data, cannot decode metadata object (biblio_metadata.id=368, biblionumber=369, format=marcxml, schema=MARC21, decoding_error=':8: parser error : PCDATA invalid Char value 31... 4 - Apply patch, restart all 5 - Reload the page 6 - It loads! 7 - Click 'Metadata' for record 369 - it succeeds! 8 - Check the logs - confirm you see a warning of the record problem 9 - Confirm 369 has an about section 10 - Check the individul 'GetRecord' response as well http://localhost:8080/cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=oai_dc&identifier=KOHA-OAI-TEST:369 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 19:00:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 17:00:34 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-EEBg0zpiSM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 --- Comment #10 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #7) > (In reply to David Cook from comment #6) > > I recently bumped into this problem as well, although I don't try to recover > > using StripNonXmlChars()... I don't know what I think about sending out a > > slightly different version than what's stored in the database... > > Agreed. > Yes, the new code with StripNonXmlChars here in OAI is a bit weird. Either > we do such a thing in ->record or we dont? > Probably we dont. So could you only send an error and continue? > > Moving to FQA We used to do this, see bug 29697 OAI doesn't seem to have errors at the record level, only the request, and they don't match to what is happening here: https://www.openarchives.org/OAI/openarchivesprotocol.html#ErrorConditions (In reply to David Cook from comment #6) > I recently bumped into this problem as well, although I don't try to recover > using StripNonXmlChars()... I don't know what I think about sending out a > slightly different version than what's stored in the database... > > But overall we do need a fix harvests choking on 1 bad record. It is a bit odd, what we do in staff side is just show it and indiciate it may be degraded - I propose something similar here - strip them and add an 'about' section. This seems to be a more general way to send a message We should ultimately prevent these records from being added to a catalog, but data can get messy. I restrict this now to a specific exception. I think it's a better use experience to handle it and warn when we can, rather than rejext totally. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 19:19:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 17:19:13 +0000 Subject: [Koha-bugs] [Bug 34115] Use a global tab select function for activating Bootstrap tabs based on location hash In-Reply-To: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34115-70-ZCddrUiZqb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 19:19:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 17:19:16 +0000 Subject: [Koha-bugs] [Bug 34115] Use a global tab select function for activating Bootstrap tabs based on location hash In-Reply-To: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34115-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34115-70-84XCexjs73@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152651&action=edit Bug 34115: Use a global tab select function for activating Bootstrap tabs based on location hash This patch fixes automatic tab selection by location.hash in the MARC subfield editor. This allows links which target a specific subfield to open the page with the subfield tab selected. I've put this into a global function since it can be reused in multiple places: The about page and the checkout page have variations of this functionality which can be replaced with this function. The patch also corrects two links in Koha pointing to the About page which included the wrong location hash (changed in the switch to Bootstrap tab wrappers). To test, apply the patch and go to Adminstration -> Bibliographic frameworks. - View the MARC structure for any framework. - In the "Search for tag" input field, submit a tag and subfield which will be found in that framework, e.g. "245$a" - When you submit the form you should be sent to the MARC subfield structure page for that tag with the subfield tab automatically selected. - View the MARC subfield structure for any framework. - In the table of subfields, click the subfield link in the first column. You should be taken to the edit form with the corresponding tab selected. - Go to Circulation and check out to a patron. Append a tab anchor to the URL, e.g. "#holds_panel" and submit. You may have to shift-reload the page to see the change. (As far as I know no links in Koha take advantage of this) - Perform the same test on the patron detail page - Go to the About page and perform the same test with a tab anchor like "#team_panel" or "#sysinfo_panel" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 19:22:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 17:22:52 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-W93q0dJgx1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- The font size in the redesign isn't smaller, it's the same. The bold style was removed because it was less readable with light-on-dark text. I think this kind of issue is best handled with browser controls for changing the zoom on the page. The browser should remember the setting, and users can increase the font size even more than the patch does, if necessary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 19:32:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 17:32:17 +0000 Subject: [Koha-bugs] [Bug 34112] Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons In-Reply-To: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34112-70-Sn1vWFDEi5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Medium patch |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 19:32:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 17:32:20 +0000 Subject: [Koha-bugs] [Bug 34112] Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons In-Reply-To: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34112-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34112-70-lYhIVP5ECK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152639|0 |1 is obsolete| | --- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152652&action=edit Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons The FontAwesome class "fa-pencil-alt" works in v.6 but is actually a v.5 class. We should use "fa-solid fa-pencil" instead. This patch also corrects some leftover instances of "fa-edit" To test, apply the patch and view some pages in the OPAC and staff interface which have updated icons, e.g. - Administration -> Libraries - Catalog -> Bibliographic details - OPAC -> Bibliographic details Confirm that the pencil icon looks correct. Checking all modified templates is probably too much, but inspecting the patch should show that only fa-pencil-alt and fa-edit icons are affected. Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 20:07:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 18:07:41 +0000 Subject: [Koha-bugs] [Bug 34100] Accessibility: Increase navbar font size In-Reply-To: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34100-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34100-70-iGkaZHwyT2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34100 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|In Discussion |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 20:25:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 18:25:58 +0000 Subject: [Koha-bugs] [Bug 34118] New: Add Patron's home library as an option on the DefaultHoldPickupLocation preference Message-ID: <bug-34118-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34118 Bug ID: 34118 Summary: Add Patron's home library as an option on the DefaultHoldPickupLocation preference Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: lisette.scheer at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Some groups want the option to default the pickup location to the patron's home library when placing holds on the staff client rather than the logged in branch or the item's location. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 20:34:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 18:34:55 +0000 Subject: [Koha-bugs] [Bug 33362] Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues In-Reply-To: <bug-33362-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33362-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33362-70-eHky6TuGZw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 21:08:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 19:08:47 +0000 Subject: [Koha-bugs] [Bug 33912] Improve translation of title tags: Cataloging In-Reply-To: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33912-70-lNW4QI65f3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org --- Comment #2 from Phil Ringnalda <phil at chetcolibrary.org> --- Will this affect the way they are presented to translators? I verified that the unimarc plugins still have the same title they had before, but in a great many instances that title is completely wrong. Right now, in https://git.koha-community.org/Koha-community/Koha/src/commit/88000fbccbcfe707ee3d8bf72f549c1ac11be3f3/misc/translator/po/de-DE-marc-UNIMARC.po#L2496 translators apparently deal with the thirteen bogus plugins that all use the title "Framework plugin example › Cataloguing › Koha" with one translation, but if doing this will require that they translate it thirteen separate times, then this bug ought to depend on one for fixing those titles (and another for fixing the way that we have templates for unimarc_field_123d.tt, unimarc_field_123e.tt, unimarc_field_123f.tt, and unimarc_field_123g.tt, but the plugins for all four just use the unimarc_field_123g.tt template so the strings for d/e/f are unused). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 21:16:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 19:16:08 +0000 Subject: [Koha-bugs] [Bug 33177] Use include file for subfield constraints in both authority and bibliographic frameworks In-Reply-To: <bug-33177-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33177-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33177-70-nXnA0Kpzvd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33177 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- I'm finally giving this one another try. (In reply to David Nind from comment #2) > If you are on another subfield tag, the second row of tabs is aligned after > that one, and then the third row is aligned under the first tab. I don't think this is a consequence of my patch. In my tests the tabs wrap the same with my patch or without. Several of the comments about spacing an indentation I don't see. I'm revising the patch to make some corrections to the way the template handles differences between authority form fields and biblio form fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 21:23:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 19:23:05 +0000 Subject: [Koha-bugs] [Bug 33912] Improve translation of title tags: Cataloging In-Reply-To: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33912-70-9WuUGBufWe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Identical strings are still "grouped" into one translation, there should be no negative effects. What it will do is breaking things into individual strings, so "Koha" "Cataloguing" and the specific page descriptions are different strings. This will actually reduce the amount of typing/work needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 21:43:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 19:43:48 +0000 Subject: [Koha-bugs] [Bug 33912] Improve translation of title tags: Cataloging In-Reply-To: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33912-70-dM9j6i9Gh0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 21:43:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 19:43:52 +0000 Subject: [Koha-bugs] [Bug 33912] Improve translation of title tags: Cataloging In-Reply-To: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33912-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33912-70-ES2e2HOONg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152284|0 |1 is obsolete| | --- Comment #4 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152653&action=edit Bug 33912: Improve translation of title tags: Cataloging This patch updates cataloging templates, including cataloging "value builder" plugins, so that title tags can be more easily translated. To test, apply the patch and confirm that the following cataloging pages have the correct title tags: - Cataloging home page - Catalog concerns - Cataloging search results - Select two results -> - Merge selected - Basic MARC editor (Add, edit) - Replace via Z39.50 - Advanced MARC editor - Item editor - Bibliographic detail page -> - Edit -> - Attach item - Edit -> - Link to host record (with EasyAnalytics enabled) - Authorities -> New from Z39.50/SRU The patch updates 81 different cataloging plugins. It's not necessary to configure your MARC framework to use any particular plugin. The plugins can be loaded in their own tab for the purpose of testing just the title. I've made a list of direct links here: https://gitlab.com/-/snippets/2555254 Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 21:51:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 19:51:49 +0000 Subject: [Koha-bugs] [Bug 34119] New: After redesign, print.css no longer hides things at the top of report results Message-ID: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119 Bug ID: 34119 Summary: After redesign, print.css no longer hides things at the top of report results Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: phil at chetcolibrary.org QA Contact: testopia at bugs.koha-community.org The fistful of selectors in https://git.koha-community.org/Koha-community/Koha/src/commit/a57278f39b8c5b7a82b21671f266dbf32e2d41a0/koha-tmpl/intranet-tmpl/prog/css/print.css#L289 intend to hide things like the header search and the button to send results to batch modification when SQL reports are printed, but after the redesign they no longer apply. I think that's because staff-global.css, which is referenced after print.css, previously wasn't setting display for them, and now for most it does. It can be fixed with my favorite CSS hammer, !important, but I've been told that's not the only hammer which exists. Is there something else we should do instead? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:22:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:22:16 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-55qrz8vCLM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #24 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It looks like I forgot to add my SO lines here earlier (see comment#16) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:24:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:24:00 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-jrplWNcYZM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152409|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152654&action=edit Bug 33972: Set importing status to batch outside of transaction This patch moves the setting of the 'importing' status for the batch outside fo the transaction. This prevents a scenario seen on some setups where a deadlock is created: background_jobs_worker.pl: C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/C4/ImportBatch.pm line 717 To test: 1 - Apply patch 2 - Stage and import some files 3 - Confirm the imports successfully complete Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:24:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:24:04 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-jyeVGvzeCe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152410|0 |1 is obsolete| | --- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152655&action=edit Bug 33972: (follow-up) Remove status change to importing It actually is not used, checked, etc. It makes more sense to me to remove it than to put it before the transaction. If the transaction succeeds, we end up with imported. It it fails, we will still be on staged (which is better than importing). The job will be marked as failed in that case too. Note: I am not convinced that this is the definitive solution. This feels like a workaround. We might still need to dig further. Are we simply doing too much in this transaction for large staged imports? Or shouldnt we call Context->dbh constantly in several subroutines? Is this just a Mariadb bug? No answers yet. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:25:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:25:19 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-D0Gu6saOeN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:25:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:25:21 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-4r87mFlqQJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 --- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152656&action=edit Bug 34117: Add ymd to date_from_string when duplicating patron To test: - have or make a patron - duplicate that patron - on the memberentry page for your new patron, before you save them, scroll down to Registration Date and see that it's defaulting to a date in the future - Apply patch and restart_all - Try duplicating a patron again. - Date should correctly set to today -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:25:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:25:33 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-EQ1YjC4Yow@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch CC| |lucas at bywatersolutions.com Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 22:56:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 20:56:27 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-Ej6itZaQra@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #25 from Janusz Kaczmarek <januszop at gmail.com> --- (In reply to Heather from comment #24) > Signed off! The sort order is correct: > > Hand-ball > Hand blows > Hand book > Hand (Fictitious character) Heather, a--maybe--silly question, since you have analyzed this in details: Having a phrase like 'Ha wen' -- should it be placed at the beginning or at the end of the list? Now it is put at the end, whereas my first intuition would be: I want to see it at the beginning (a this is as I would understand "arranged word by word, and words are arranged character by character"). So, am I missing something or we still do not have the desired effect...? I would appreciate your comment. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 23:06:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 21:06:12 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-E2AozDKGoo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #26 from Heather <heather_hernandez at nps.gov> --- This is not a silly question, Janusz! 'Ha wen' should be at the beginning, like this: Ha wen Hand-ball Hand blows Hand book Hand (Fictitious character) If it is not sorting this way, it is not the desired effect--it is failing & shouldn't be signed off. The patch needs fixing then. I don't have time to re-test before Monday, but I can try again on Monday including the example of 'Ha wen.' Or, if you've already tested with 'Ha wen,' Janusz, and it's not sorting correctly, then it should fail sign off, I think. Thank you for noticing this, Janusz!!! Well done!!!! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 23 23:34:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 23 Jun 2023 21:34:43 +0000 Subject: [Koha-bugs] [Bug 34120] New: Add custom content areas to the tools home page and cataloging home page Message-ID: <bug-34120-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34120 Bug ID: 34120 Summary: Add custom content areas to the tools home page and cataloging home page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Add HTML customization areas on the tools home page and catalog home page. This way libraries could configure which links show up on those pages. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 16:34:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 14:34:21 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-Qo8Rgj2VnK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152656|0 |1 is obsolete| | --- Comment #3 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152657&action=edit Bug 34117: Add ymd to date_from_string when duplicating patron To test: - have or make a patron - duplicate that patron - on the memberentry page for your new patron, before you save them, scroll down to Registration Date and see that it's defaulting to a date in the future - Apply patch and restart_all - Try duplicating a patron again. - Date should correctly set to today Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 16:34:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 14:34:42 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-K7jYPeEvM1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:34:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:34:37 +0000 Subject: [Koha-bugs] [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket In-Reply-To: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33939-70-Ca0fgh5i6D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:34:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:34:40 +0000 Subject: [Koha-bugs] [Bug 33939] javascript needs to distinguish between order budgets and default budgets when adding to staged file form a basket In-Reply-To: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33939-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33939-70-hRyO63yNRs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152106|0 |1 is obsolete| | --- Comment #2 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> --- Created attachment 152658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152658&action=edit Bug 33939: Preserve order budget dropdowns and default budget dropdowns seperately The dropdowns have different hints after bug 22802. We need to preserve those when adding or hiding inactive budgets To test: 1 - Add some inactive budgets to Koha 2 - Use the settings and file from bug 22802 to stage a file and begin adding to basket 3 - When adding to basket test the 'Show inactive funds' on both the 'Select to import' tab and the 'Default accounting details' tab 4 - Ensure the dropdown hints/defaults don't change when hiding/showing budgets 5 - Confirm inactive budgets are correctly shown/hidden Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:51:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:51:08 +0000 Subject: [Koha-bugs] [Bug 29009] Attempting to Koha-restore shows unnecessary SQL error In-Reply-To: <bug-29009-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29009-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29009-70-qQjODbR834@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29009 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:54:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:54:38 +0000 Subject: [Koha-bugs] [Bug 29011] Error 500 on item checkout when Pseudonymization is used In-Reply-To: <bug-29011-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29011-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29011-70-2rMEBGwCD6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29011 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Liz Rea from comment #9) > 100% if you do not have the kconf entry, you will have this problem. I > believe this is fixed in 21.05.04 or 05. Closing RESOLVED. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:56:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:56:55 +0000 Subject: [Koha-bugs] [Bug 29013] Add ability to uncancel an order In-Reply-To: <bug-29013-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29013-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29013-70-jwNxMX8gin@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29013 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Marking RESOLVED WORKSFORME, please reopen if you don't feel this to be correct. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:59:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:59:44 +0000 Subject: [Koha-bugs] [Bug 29784] Adding Action Log tips to Manual In-Reply-To: <bug-29784-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29784-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29784-70-8PfMLCCmfR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29784 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Kelly McElligott from comment #0) > There is a super handy chart in the Koha Report Wiki that helps users > understand what fields need what information when running the log viewer. > This is an extremely useful chart and one that would benefit from being in > the manual as well. If a user went to the log viewer page in the Staff > Interface, it would be nice if they did need help, the "Help" button would > bring them to the manual where the instructions on how to use the log viewer > and the handy chart information could live together. > > This is the chart I am referring to: > https://wiki.koha-community.org/wiki/SQL_Reports_Library#action_logs > > Currently, this is all that lives in the manual for using the logs: > https://koha-community.org/manual//21.05/en/html/tools.html#log-viewer *** This bug has been marked as a duplicate of bug 31638 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 19:59:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 17:59:44 +0000 Subject: [Koha-bugs] [Bug 31638] [DOCS] Log viewer - Expand section and add descriptions for objects and actions In-Reply-To: <bug-31638-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31638-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31638-70-2dQ9aVueWO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31638 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29784 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:00:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:00:05 +0000 Subject: [Koha-bugs] [Bug 31638] [DOCS] Log viewer - Expand section and add descriptions for objects and actions In-Reply-To: <bug-31638-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31638-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31638-70-NcuILf1Sc5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31638 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Moving Kelly's comment here: (In reply to Kelly McElligott from comment #0) > There is a super handy chart in the Koha Report Wiki that helps users > understand what fields need what information when running the log viewer. > This is an extremely useful chart and one that would benefit from being in > the manual as well. If a user went to the log viewer page in the Staff > Interface, it would be nice if they did need help, the "Help" button would > bring them to the manual where the instructions on how to use the log viewer > and the handy chart information could live together. > > This is the chart I am referring to: > https://wiki.koha-community.org/wiki/SQL_Reports_Library#action_logs > > Currently, this is all that lives in the manual for using the logs: > https://koha-community.org/manual//21.05/en/html/tools.html#log-viewer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:00:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:00:42 +0000 Subject: [Koha-bugs] [Bug 29016] Log viewer has problems with many entries In-Reply-To: <bug-29016-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29016-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29016-70-I9fqAEXbyJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29016 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|viewlog.pl - Problem with |Log viewer has problems |many entries |with many entries -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:05:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:05:19 +0000 Subject: [Koha-bugs] [Bug 29027] When an order created from a suggestion is cancelled, suggestion remains as ORDERED In-Reply-To: <bug-29027-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29027-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29027-70-OoVs2ICvjr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29027 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33098 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:05:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:05:19 +0000 Subject: [Koha-bugs] [Bug 33098] Revert suggestion status to 'Accepted' when orders made from a suggestion are cancelled In-Reply-To: <bug-33098-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33098-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33098-70-XZ80jcnr1d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33098 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29027 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:07:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:07:29 +0000 Subject: [Koha-bugs] [Bug 18770] No update between canceled orders and suggestions status create confusion In-Reply-To: <bug-18770-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18770-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18770-70-n1AHrCyHGn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18770 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33098 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:07:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:07:29 +0000 Subject: [Koha-bugs] [Bug 33098] Revert suggestion status to 'Accepted' when orders made from a suggestion are cancelled In-Reply-To: <bug-33098-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33098-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33098-70-NbHhcXg1Gr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33098 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandre.breton at ccsr.qc.ca --- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 18770 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:12:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:12:59 +0000 Subject: [Koha-bugs] [Bug 29044] Check for untriggered holds when checking out In-Reply-To: <bug-29044-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29044-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29044-70-cZB16f1iDz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29044 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Christopher, can you explain this one a bit more? Is the item here filling a hold for the user it's checked out to? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:18:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:18:41 +0000 Subject: [Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable In-Reply-To: <bug-29079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29079-70-6bykPiRDBi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make biblio info in holds |Make bibliographic |queue customizable |information in holds queue | |customizable -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:18:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:18:49 +0000 Subject: [Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable In-Reply-To: <bug-29079-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29079-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29079-70-PkP5PPGeHq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:21:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:21:14 +0000 Subject: [Koha-bugs] [Bug 29087] Holds to pull list can crash with a SQL::Abstract puke In-Reply-To: <bug-29087-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29087-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29087-70-urjPE7qFKq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29087 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should we move this to NSO or SO even? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:25:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:25:06 +0000 Subject: [Koha-bugs] [Bug 29099] Add support for item bundles in the inventory tool In-Reply-To: <bug-29099-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29099-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29099-70-z3PCeNh8cU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29099 --- Comment #19 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Ping Martin :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:25:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:25:49 +0000 Subject: [Koha-bugs] [Bug 29104] Add dateexpiry column to circulation patron search results In-Reply-To: <bug-29104-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29104-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29104-70-Pm00CaimhT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29104 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:31:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:31:50 +0000 Subject: [Koha-bugs] [Bug 29120] Improve link_bibs_to_authorities.pl b In-Reply-To: <bug-29120-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29120-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29120-70-qcBLeXKC4N@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29120 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|improve |Improve |link_bibs_to_authorities.pl |link_bibs_to_authorities.pl | |b -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:32:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:32:05 +0000 Subject: [Koha-bugs] [Bug 29120] Improve link_bibs_to_authorities.pl by including 4xx in matching In-Reply-To: <bug-29120-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29120-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29120-70-Fx0mt0dTzF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29120 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Improve |Improve |link_bibs_to_authorities.pl |link_bibs_to_authorities.pl |b |by including 4xx in | |matching -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:34:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:34:36 +0000 Subject: [Koha-bugs] [Bug 29122] appends first item barcode to all copies when adding multiple copies In-Reply-To: <bug-29122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29122-70-l6sF0ypchY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29122 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Ravindra, I use this feature often for testing and I haven't seen this behaviour. Maybe it could happen if you have set the barcode field to be repeatable? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:43:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:43:28 +0000 Subject: [Koha-bugs] [Bug 29160] Default Framework Report Yields Empty Download In-Reply-To: <bug-29160-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29160-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29160-70-gigOIsNucw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29160 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #1) > Hi Charles, I have tested your report on 20.11 and the current development > version and results displayed and download worked correctly. > > Do you still see the issue? > > You might want to consider updating to a newer version if you haven't yet, > as 20.05 is quite old and no longer maintained. Closing WORKSFORME, also note that 20.05 is no longer maintained. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:48:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:48:15 +0000 Subject: [Koha-bugs] [Bug 29166] Browse system logs: add itemnumber to search limit In-Reply-To: <bug-29166-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29166-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29166-70-HdZ4ExRRLa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29166 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.05 |master --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It's not as easy as that as the object will be different things depending on the type of log you are looking at. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 20:51:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 18:51:12 +0000 Subject: [Koha-bugs] [Bug 29167] Patron search exports only visible rows In-Reply-To: <bug-29167-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29167-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29167-70-5IYelBL3H4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29167 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Marking as enhancement. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 21:22:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 19:22:49 +0000 Subject: [Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers In-Reply-To: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29181-70-IG0tawUpEd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We could add the patron card creator to the batch actions you can trigger from reports. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 21:56:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 19:56:26 +0000 Subject: [Koha-bugs] [Bug 29191] Linking biblio headings to authorities doesn't work with subdivisions In-Reply-To: <bug-29191-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29191-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29191-70-99tsKvEDAu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29191 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Phil Ringnalda from comment #5) > By 2021 you should have had the fix for bug 24269 and thus should have had > the subdivision metadata indexed in ES, shouldn't you? it looks like the mappings weren't updated for UNIMARC. But maybe this would be the preferrable fix here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:07:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:07:07 +0000 Subject: [Koha-bugs] [Bug 29194] Patron messaging preferences should be ordered In-Reply-To: <bug-29194-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29194-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29194-70-3babPD7Uop@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29194 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- +1 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:28:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:28:02 +0000 Subject: [Koha-bugs] [Bug 29214] Lost item checked in shows "Lost item fee refund" instead of "Lost item fee removed" In-Reply-To: <bug-29214-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29214-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29214-70-HsGdU6drLU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29214 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Maybe 'Lost item fee cancelled' could also work here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:31:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:31:29 +0000 Subject: [Koha-bugs] [Bug 29235] Export/Import configuration and basic data for testing In-Reply-To: <bug-29235-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29235-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29235-70-jKZEIrEF9t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29235 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Export/Import for testing |Export/Import configuration | |and basic data for testing -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:36:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:36:25 +0000 Subject: [Koha-bugs] [Bug 29256] Use LANG authorized values in advanced search In-Reply-To: <bug-29256-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29256-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29256-70-ikoL52FnVA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29256 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Fridolin Somers from comment #3) > I'm not working on patches for this -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:38:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:38:15 +0000 Subject: [Koha-bugs] [Bug 29267] Link from detail view to Quick spine label creator In-Reply-To: <bug-29267-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29267-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29267-70-rf5FEGRm14@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29267 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #1) > I think we already have that - take a look at > SpineLabelShowPrintOnBibDetails. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:43:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:43:24 +0000 Subject: [Koha-bugs] [Bug 29749] Clean up OpacStarRatings In-Reply-To: <bug-29749-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29749-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29749-70-Do0KhxksCb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29749 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Is this patch ready for testing? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:43:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:43:35 +0000 Subject: [Koha-bugs] [Bug 29280] Add star ratings to OPAC lists display In-Reply-To: <bug-29280-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29280-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29280-70-NGFCe9EObx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29280 --- Comment #21 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- How can we move forward here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:44:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:44:52 +0000 Subject: [Koha-bugs] [Bug 29285] UI tests: Selenium 4 support In-Reply-To: <bug-29285-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29285-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29285-70-DzDmulxkzs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29285 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Is this one still valid? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:47:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:47:43 +0000 Subject: [Koha-bugs] [Bug 29293] Display borrowers.othernames on patron search In-Reply-To: <bug-29293-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29293-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29293-70-8Bg2ZHijkn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29293 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- In currrent versions (at least 23.05, possibly earlier) the othernames shows in the patron result list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:54:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:54:55 +0000 Subject: [Koha-bugs] [Bug 29322] Date validation can be sketchy on the API In-Reply-To: <bug-29322-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29322-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29322-70-zFAs4Lx0Sw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29322 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Is this still valid? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 22:57:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 20:57:09 +0000 Subject: [Koha-bugs] [Bug 29326] _ALL_ should not override other rules in UpdateItemLocationOnCheckin In-Reply-To: <bug-29326-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29326-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29326-70-ul9S47c3f0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29326 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This sill seems to be the case, as there is a note in bold on the pref: The special term _ALL_ is used on the left side of the colon (:) to affect all items, and overrides all other rules. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:01:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:01:14 +0000 Subject: [Koha-bugs] [Bug 29335] Checkin slip should be configurable to provide only checkouts in a time period In-Reply-To: <bug-29335-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29335-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29335-70-2nUUhdBw8L@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29335 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|CheckinSlip should be |Checkin slip should be |configurable to prpvide |configurable to provide |only checkouts in a time |only checkouts in a time |period |period -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:03:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:03:30 +0000 Subject: [Koha-bugs] [Bug 29347] Rename authorised_value fields that are actually categories In-Reply-To: <bug-29347-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29347-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29347-70-hi6om0XMz5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29347 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It's true, but is the change worth the "trouble" it might be causing? It could break a lot of reports for example. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:05:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:05:15 +0000 Subject: [Koha-bugs] [Bug 29353] Auth API tests can fail In-Reply-To: <bug-29353-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29353-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29353-70-Gen5SsL3pN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29353 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #2) > (In reply to Jonathan Druart from comment #1) > > The workaround is to remove the tmp directory > > /var/lib/koha/kohadev/tmp/cgisess_koha_kohadev/ > > I will add the qa alias to the kshell env and discourage running as root. I believe this has been done in ktd now :) Please reopen if you disagree. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:07:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:07:03 +0000 Subject: [Koha-bugs] [Bug 29357] "Results" in the results browser is untranslatable (intranet) In-Reply-To: <bug-29357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29357-70-D6nDXe3NX4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29357 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe this works ok now :) Tested in 22.11. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:09:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:09:03 +0000 Subject: [Koha-bugs] [Bug 29359] Mark image as default in record In-Reply-To: <bug-29359-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29359-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29359-70-aN1dhiCxo0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29359 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I think a default would only work for multiple local covers, for web services it would maybe needs something like a priorities list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:19:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:19:46 +0000 Subject: [Koha-bugs] [Bug 29371] Built-in offline circulation broken in SQL strict mode In-Reply-To: <bug-29371-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29371-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29371-70-ykfTX174UD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29371 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- The in-built offline circulation tool has been removed recently with bug 33961. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:24:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:24:33 +0000 Subject: [Koha-bugs] [Bug 29383] Vendors with lots of orders causes timeouts when receiving In-Reply-To: <bug-29383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29383-70-qUrXNKtqWI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29383 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|ASSIGNED |RESOLVED --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- No more action here, so I wonder if the updated receive page has resolved the issues? I hope so and optimistically closing this bug. Please reopen if any issues remain. *** This bug has been marked as a duplicate of bug 20212 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:24:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:24:33 +0000 Subject: [Koha-bugs] [Bug 20212] Improve performance of acquisitions receive page In-Reply-To: <bug-20212-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20212-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20212-70-claq6IwH2k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz --- Comment #220 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29383 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:29:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:29:39 +0000 Subject: [Koha-bugs] [Bug 29384] Advance Notice and Overdue Missing (Default messaging preferences for this patron category) after upgrade from old database (ver 3.2) In-Reply-To: <bug-29384-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29384-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29384-70-4gp6H8U3wU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29384 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Overdue is not part of the messaging preference. As version 3.2 is very old this could be a very old bug about some of the configuration being lost. The fix would be to complete the configuration info int he messaging tables again. 21.05 is no longer supported and we have had no more reports on this. So I am closing. Please reopen if you need more help. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:30:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:30:38 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-DCaua8uUzJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Ping? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jun 24 23:47:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 21:47:20 +0000 Subject: [Koha-bugs] [Bug 29398] Importing authority records without renumbering 001 In-Reply-To: <bug-29398-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29398-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29398-70-KgH6rdmUKY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29398 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Importing Authority Records |Importing authority records |without Renumbering |without renumbering 001 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 00:11:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 22:11:40 +0000 Subject: [Koha-bugs] [Bug 29450] Allow flatPickr to instantiate in any order In-Reply-To: <bug-29450-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29450-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29450-70-DLFdtWTJpb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29450 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #5) > Hi Martin, could you please add a test plan for this? Ping! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 00:20:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 22:20:54 +0000 Subject: [Koha-bugs] [Bug 29497] Add ability to link authorities automatically in the advanced editor In-Reply-To: <bug-29497-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29497-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29497-70-xForbnHtLq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29497 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 00:30:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 22:30:54 +0000 Subject: [Koha-bugs] [Bug 29527] Convert item tables from pre-loading all items data to ajax tables In-Reply-To: <bug-29527-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29527-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29527-70-VKrxwpzSY3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29527 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 33568 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 00:30:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 22:30:54 +0000 Subject: [Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view In-Reply-To: <bug-33568-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33568-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33568-70-oKJftJuHHq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com --- Comment #21 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29527 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 00:36:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 22:36:48 +0000 Subject: [Koha-bugs] [Bug 29566] Convert bundle contents modal to a notice In-Reply-To: <bug-29566-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29566-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29566-70-ctxa6hRONI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29566 --- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Patches, but still ASSIGNED? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 00:41:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 24 Jun 2023 22:41:58 +0000 Subject: [Koha-bugs] [Bug 29583] error as its is asking for 7395 character length. In-Reply-To: <bug-29583-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29583-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29583-70-7yl4LEvxFU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29583 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to digeswar from comment #1) > problem solved -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 10:48:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 08:48:58 +0000 Subject: [Koha-bugs] [Bug 29619] Ordering single item does not save item as Ordered In-Reply-To: <bug-29619-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29619-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29619-70-KRyiKaX92i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29619 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #6) > Hi Minna, I just tested this on current master and it works ok for me. I set > the default in the framework and my ordered items are created as 'on order'. > Does the problem still occur for you and could you double check for > framework configuration for ACQ 952$7? I just tested again in master and it all works as expected. I am closing this WORKSFORME. Please reopen if this problem still persists for you. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 10:52:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 08:52:00 +0000 Subject: [Koha-bugs] [Bug 29630] Failure on selenium 01-installation.t In-Reply-To: <bug-29630-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29630-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29630-70-UQgVt0LA6a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29630 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 10:55:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 08:55:11 +0000 Subject: [Koha-bugs] [Bug 29633] Unecessary GetMarcBiblio call in Koha::UI::Form::Builder::Item (?) In-Reply-To: <bug-29633-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29633-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29633-70-QK9nKfPzn6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29633 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It looks like there are only mentions of GetMarcBiblio in comments now - is this still valid? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 10:57:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 08:57:08 +0000 Subject: [Koha-bugs] [Bug 29640] [DOCS 22.05] Documentation changes for 22.05 In-Reply-To: <bug-29640-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29640-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29640-70-3hG6jXmgBF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29640 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi David, can this one be closed? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 10:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 08:58:35 +0000 Subject: [Koha-bugs] [Bug 29642] About page marks several Perl modules as missing (package installation). In-Reply-To: <bug-29642-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29642-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29642-70-kEqgUIftzg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29642 --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Can this be closed as the missing packages only relate to tests? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:04:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:04:16 +0000 Subject: [Koha-bugs] [Bug 29654] Add option to bulkmarimport.pl for matching on original id In-Reply-To: <bug-29654-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29654-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29654-70-t0Fe1ZVP2S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29654 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:06:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:06:57 +0000 Subject: [Koha-bugs] [Bug 29659] QR Code Accompanying material In-Reply-To: <bug-29659-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29659-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29659-70-lB2hjxHQ49@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29659 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It was suggested to translate the QR codes to links in the records. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:11:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:11:39 +0000 Subject: [Koha-bugs] [Bug 29674] Syspref autoBarcode add just <branchcode> In-Reply-To: <bug-29674-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29674-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29674-70-K15pFmbN2S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29674 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Maybe instead of using AutoBarcode for this which is a number generator, there could be a BarcodePrefix configuration option somewhere. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:25:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:25:23 +0000 Subject: [Koha-bugs] [Bug 29726] Right column content on OPAC detail page needs to be closer to top on small devices In-Reply-To: <bug-29726-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29726-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29726-70-kYElmpxfcV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29726 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ulactioncontainer on |Right column content on |opac-detail.pl needs to be |OPAC detail page needs to |closer to top on small |be closer to top on small |devices |devices -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:33:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:33:42 +0000 Subject: [Koha-bugs] [Bug 29745] Due dates via SIP2 wrong for unique holidays In-Reply-To: <bug-29745-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29745-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29745-70-XHW9iLjHoF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29745 --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Magnus, does this problem persist with all the fixes to the caching? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:37:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:37:24 +0000 Subject: [Koha-bugs] [Bug 29750] Reserves.pm should check patron category hold policies when finding a reserve for an item In-Reply-To: <bug-29750-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29750-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29750-70-9zqHZ37snT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29750 --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Alex, should this have a different status? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 11:38:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 09:38:41 +0000 Subject: [Koha-bugs] [Bug 29752] [DOCS] Look at adding documentation tasks to the dashboard In-Reply-To: <bug-29752-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29752-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29752-70-8KyOADfkv7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29752 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This has been done :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:12:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:12:29 +0000 Subject: [Koha-bugs] [Bug 29774] Self registration notification management In-Reply-To: <bug-29774-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29774-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29774-70-QrwPqSecAu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29774 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Christopher Brannon from comment #2) > (In reply to Katrin Fischer from comment #1) > > If you require email verification there won't be a patron account added > > immediately, so there is no borrowernumber the notice could be linked to. > > The patron account is only created after the user has clicked on the link in > > the email. > > > > But you might be referring to a different workflow? Maybe using the patron > > import tool or the ACCTDETAILS email? > > Isn't there another e-mail that goes to patrons after verification, and when > staff create a patron account? There is now with the WELCOME email. And it can also be sent to self registered users and repeated anytime: bug 30214 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:25:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:25:57 +0000 Subject: [Koha-bugs] [Bug 29816] Document patron emailer cronjob In-Reply-To: <bug-29816-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29816-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29816-70-qsMYGwvneX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29816 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:31:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:31:28 +0000 Subject: [Koha-bugs] [Bug 29642] About page marks several Perl modules as missing (package installation). In-Reply-To: <bug-29642-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29642-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29642-70-FdGuK0xDAy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29642 --- Comment #12 from Manos PETRIDIS <egpetridis at yahoo.com> --- It depends Katrin on the expected audience of the page. If it is meant for programmer use during debugging, then yes the bug report may well be closed. If on the other hand it is meant to be (or can be) checked by other IT and/or administrative personnel that have no knowledge of the use in koha of each module mentioned on it, some note or differentiation should be made for them to know that these specific modules need not exist in a production koha system. As it now stands, one is alerted that something's missing from their koha installation, and the sane thing to do is for them to try and rectify this before opening any new bug report, for they don't/cannot know if the malfunction they wish to report is due to the missing modules or not. Best regards, Manos PETRIDIS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:36:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:36:11 +0000 Subject: [Koha-bugs] [Bug 29839] Elasticsearch doesn't index non default authority types In-Reply-To: <bug-29839-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29839-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29839-70-ZXRIanc4qa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29839 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|elastic search non default |Elasticsearch doesn't index |authorities |non default authority types -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:39:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:39:12 +0000 Subject: [Koha-bugs] [Bug 29846] Missing documentation system preferences for Overdrive In-Reply-To: <bug-29846-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29846-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29846-70-HrQ0n5lXMu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29846 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs documenting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:42:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:42:27 +0000 Subject: [Koha-bugs] [Bug 29851] Prevent cancellation by patron of certain holds In-Reply-To: <bug-29851-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29851-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29851-70-m7GUcRa4Ir@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29851 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 22833 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:42:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:42:27 +0000 Subject: [Koha-bugs] [Bug 22833] Block suspend and cancel on holds In-Reply-To: <bug-22833-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22833-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22833-70-AsY24nBzH6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22833 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org --- Comment #29 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29851 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 12:43:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 10:43:12 +0000 Subject: [Koha-bugs] [Bug 29852] Add option to exclude certain types of url in check-url-quick.pl In-Reply-To: <bug-29852-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29852-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29852-70-huzqHLokF2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29852 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin at catalyst.net.nz Component|Architecture, internals, |Command-line Utilities |and plumbing | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:13:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:13:21 +0000 Subject: [Koha-bugs] [Bug 29902] While upgrading all empty deleteditems.datelastborrowed turned deleteditems.timestamp to date of upgrade In-Reply-To: <bug-29902-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29902-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29902-70-1yT966FgKy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29902 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- A little too late to fix this update since the version in question is no longer maintained. Something to keep in mind still for new updates. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:29:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:29:39 +0000 Subject: [Koha-bugs] [Bug 29937] class close, close the full windows In-Reply-To: <bug-29937-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29937-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29937-70-nv8Bot7xY1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29937 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe this is a non-issue. The close is speaking and we also have required and hint as classes. When adding your own code, maybe adding a prefix for your library/installation could be a good habit to avoid unwanted clashes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:33:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:33:10 +0000 Subject: [Koha-bugs] [Bug 29945] Item Level Hold Library Location In-Reply-To: <bug-29945-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29945-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29945-70-9iWZdN5ofS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29945 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #3) > Hi Daniel, > I had a closer look now and did some testing. Could this be the case? > > When placing a record level hold, the pickup location pull down at the top > part of the page is used. It's preselected to the logged-in library. > > When placing an item-level hold, the pickup location is set in the item > table. It's also preset to the logged-in library, if this is a valid pickup > location. > > So if you only changed the pickup-location at the top of the page, it could > show up as this 'bug'. > > There is working being done to improve the form on bug 30579. There hasn't been any more feedback here. Marking INVALID. Please reopen if the problem still persists. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:34:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:34:03 +0000 Subject: [Koha-bugs] [Bug 29948] Display author information for researchers In-Reply-To: <bug-29948-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29948-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29948-70-qy9IPojJqX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29948 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Display author information |Display author information |for researches |for researchers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:35:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:35:09 +0000 Subject: [Koha-bugs] [Bug 29950] Staff interface suggestion form clears item type, quantity, library and reason if bib exists In-Reply-To: <bug-29950-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29950-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29950-70-olTGP8V44Q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29950 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Staff client Suggest for |Staff interface suggestion |purchase clears item type, |form clears item type, |quantity, library and |quantity, library and |reason if bib exists |reason if bib exists -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:38:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:38:30 +0000 Subject: [Koha-bugs] [Bug 29964] SMTP server list not populating In-Reply-To: <bug-29964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29964-70-IDUkdiIKl4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29964 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This is an installation/setup issue, please see: https://wiki.koha-community.org/wiki/REST_API_Debug -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:43:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:43:08 +0000 Subject: [Koha-bugs] [Bug 29973] SQL syntax error in Cataloging when accessing pages "Advanced editor" and "New record" In-Reply-To: <bug-29973-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29973-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29973-70-h7blpkfPOa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29973 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This was fixed by bug 33375. *** This bug has been marked as a duplicate of bug 33375 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:43:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:43:08 +0000 Subject: [Koha-bugs] [Bug 33375] Advanced editor crashes when using MySQL 8 due to reserved rank keyword In-Reply-To: <bug-33375-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33375-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33375-70-phbIWE8Wmv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dhodgins at coloradovirtuallib | |rary.org --- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29973 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:44:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:44:29 +0000 Subject: [Koha-bugs] [Bug 29979] Improve print view of report results in different browsers In-Reply-To: <bug-29979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29979-70-fuZKKSirDt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29979 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 34119 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:44:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:44:29 +0000 Subject: [Koha-bugs] [Bug 34119] After redesign, print.css no longer hides things at the top of report results In-Reply-To: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34119-70-JC65qcDCHw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 29979 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:51:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:51:03 +0000 Subject: [Koha-bugs] [Bug 17004] REST API: add route to authenticate patron (Single Sign On - SSO) In-Reply-To: <bug-17004-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17004-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17004-70-thFM46nSEl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17004 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Discussion |RESOLVED --- Comment #41 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to David Cook from comment #40) > Now that bug 30962 has been pushed to 22.11.03+, I'll be using that in my > Keycloak extension. > > -- > > Also I think that bug 30962 might actually meet quite a few of the original > goals outlined in this bug report... It feels like this can be closed now. Please reopen if something is still missing. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 13:51:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 11:51:05 +0000 Subject: [Koha-bugs] [Bug 16652] Omnibus: RestfulAPI supporting services for Vufind and for xnciptoolkit drivers In-Reply-To: <bug-16652-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16652-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16652-70-zhQViJlycj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16652 Bug 16652 depends on bug 17004, which changed state. Bug 17004 Summary: REST API: add route to authenticate patron (Single Sign On - SSO) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17004 What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:03:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:03:29 +0000 Subject: [Koha-bugs] [Bug 17133] DE Startseite In-Reply-To: <bug-17133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17133-70-H6KkWT9LPn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17133 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|ASSIGNED |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:03:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:03:29 +0000 Subject: [Koha-bugs] [Bug 16689] Translate Koha website to German In-Reply-To: <bug-16689-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16689-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16689-70-8OFxRj4wSf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16689 Bug 16689 depends on bug 17133, which changed state. Bug 17133 Summary: DE Startseite https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17133 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:14:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:14:04 +0000 Subject: [Koha-bugs] [Bug 17291] Add <item>...</item> syntax to advance_notices.pl In-Reply-To: <bug-17291-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17291-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17291-70-23WIb351g2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17291 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #4) > (In reply to David Cook from comment #3) > > Since we're moving to TT syntax for notices, perhaps we should invalidate > > this one? > > I've linked to bug 29100 with that idea in mind, but wanted to have nice > documentation in place first :) We could do better with documentation still, but I think bug 29100 obsoletes this one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:16:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:16:03 +0000 Subject: [Koha-bugs] [Bug 17330] Initiate batch item edit of items from item search In-Reply-To: <bug-17330-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17330-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17330-70-uOBUVAOHV6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17330 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Initiate batch item edit of |Initiate batch item edit of |items from cart (new |items from item search |feature?) | --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Laurence Rault from comment #1) > I think maybe it would be better to initiate batch item edit from item > search, as here you can easily select items from various criteria. > > We could add the possibility to select items / all items / all filtered > items from the result table, and then initiate batch item edit from those > selected items +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:20:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:20:17 +0000 Subject: [Koha-bugs] [Bug 17338] waitingreserves.pl should keep you on the same tab when cancelling a hold In-Reply-To: <bug-17338-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17338-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17338-70-bkzPONe03Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17338 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Still valid or valid again. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:23:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:23:48 +0000 Subject: [Koha-bugs] [Bug 17354] Group By/Order By SQL mismatch in issues_stats.pl In-Reply-To: <bug-17354-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17354-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17354-70-RDxXW1SMLz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17354 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17258 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 [Bug 17258] [OMNIBUS] MySQL 5.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:23:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:23:48 +0000 Subject: [Koha-bugs] [Bug 17258] [OMNIBUS] MySQL 5.7 In-Reply-To: <bug-17258-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17258-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17258-70-rs7GBBDYdm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17354 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17354 [Bug 17354] Group By/Order By SQL mismatch in issues_stats.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 14:25:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 12:25:33 +0000 Subject: [Koha-bugs] [Bug 17371] Add routes for biblios [OMNIBUS] In-Reply-To: <bug-17371-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17371-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17371-70-yb42mNMR7U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17371 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #23 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- All linked bugs have been resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 15:48:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 13:48:18 +0000 Subject: [Koha-bugs] [Bug 17438] Warnings from Business::ISBN::Data in webinstaller In-Reply-To: <bug-17438-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17438-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17438-70-gYi1Ogyw7i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17438 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This bug was reported against versions that are no longer maintained (19.05 and earlier). I am marking WONTFIX, please reopen if you disagree. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 15:53:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 13:53:00 +0000 Subject: [Koha-bugs] [Bug 17440] Checkout notes ignores OPAC description in OPAC In-Reply-To: <bug-17440-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17440-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17440-70-ABhNf6i88G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17440 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I think it can't work that way you suggest as the AV here is only used to provide templates/pre-formulated text snippets here that are copied into the messages field. They can also be changed before saving. The OPAC then displays the content of the messages field. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 15:58:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 13:58:06 +0000 Subject: [Koha-bugs] [Bug 17463] Wrong recipient for suggestion's notice in branch specific In-Reply-To: <bug-17463-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17463-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17463-70-7E9aQeIe2v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17463 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 28844 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 15:58:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 13:58:06 +0000 Subject: [Koha-bugs] [Bug 28844] Suggestion from existing title can alert patron in error In-Reply-To: <bug-28844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28844-70-zgpnCTqx5J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28844 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca --- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 17463 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 15:59:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 13:59:42 +0000 Subject: [Koha-bugs] [Bug 17474] Make possible to create fee after hold is filled and checked out to patron In-Reply-To: <bug-17474-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17474-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17474-70-T6Q8lEDtcH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17474 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Josef, can you explain this one a bit more? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 16:19:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 14:19:06 +0000 Subject: [Koha-bugs] [Bug 17489] Allow Koha plugins to have translations In-Reply-To: <bug-17489-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17489-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17489-70-hr9f1Btfwr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17489 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I know translations have been enabled in various plugins. Any chance we could implement one way to do it in the Kitchen Sink plugin? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 16:32:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 14:32:55 +0000 Subject: [Koha-bugs] [Bug 17514] Record details page uses incorrect class "results_summary" In-Reply-To: <bug-17514-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17514-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17514-70-AcXhw7cz4i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17514 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|Failed QA |RESOLVED --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Katrin Fischer from comment #5) > Kyle, would you agree to make this WONTFIX? (see last comments) Interpreting 2.5 years of silence as yes :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 16:37:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 14:37:57 +0000 Subject: [Koha-bugs] [Bug 17581] Have possibility to edit due date to avoid to do a renewal In-Reply-To: <bug-17581-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17581-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17581-70-OuRz7BlXu3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17581 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 24608 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 16:37:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 14:37:57 +0000 Subject: [Koha-bugs] [Bug 24608] Allow modification of checkout due date In-Reply-To: <bug-24608-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24608-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24608-70-EzNy97QKfq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24608 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca --- Comment #49 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 17581 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 16:44:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 14:44:54 +0000 Subject: [Koha-bugs] [Bug 17598] Make use of itemtypes.summary In-Reply-To: <bug-17598-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17598-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17598-70-oVPINbVd3s@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17598 --- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Caroline Cyr La Rose from comment #6) > I vote for removing it entirely +1 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 16:54:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 14:54:19 +0000 Subject: [Koha-bugs] [Bug 17620] Fix format of date/data-times in Swagger definition In-Reply-To: <bug-17620-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17620-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17620-70-YLNoRiXwtz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17620 --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #4) > I think I fixed then all in several reviews. Specially when we introduced > the RFC process for all endpoints, existing and new. But let me re-check. 2.5 years... can we assume FIXED? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 17:24:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 15:24:26 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-BHeGsktso7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 17:24:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 15:24:29 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-oFPTA4HncB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Mark Hofstetter <koha at trust-box.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152472|0 |1 is obsolete| | --- Comment #11 from Mark Hofstetter <koha at trust-box.at> --- Created attachment 152659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152659&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:12:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:12:33 +0000 Subject: [Koha-bugs] [Bug 17677] [Omnibus] Move C4::Circulation code to the Koha namespace In-Reply-To: <bug-17677-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17677-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17677-70-JPkRyay4aC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17677 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Move C4::Circulation code |[Omnibus] Move |to the Koha namespace |C4::Circulation code to the | |Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:14:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:14:44 +0000 Subject: [Koha-bugs] [Bug 17694] Add human friendly REST documentation In-Reply-To: <bug-17694-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17694-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17694-70-4CHYSSo5EC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17694 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I feel like this was resolved with api.koha-community.org. Please reopen if I am mistaken. -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:16:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:16:16 +0000 Subject: [Koha-bugs] [Bug 17704] Fix OAI breakage when using HTTP::OAI 4.03+ In-Reply-To: <bug-17704-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17704-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17704-70-O5hoss1Oyw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17704 --- Comment #38 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Should this be failed QA? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:17:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:17:34 +0000 Subject: [Koha-bugs] [Bug 17705] Payments with cards through payment terminal In-Reply-To: <bug-17705-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17705-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17705-70-03wbbxVAbG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17705 --- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I wonder if this would be better achieved with a payment type plugin nowadays (like PayPal) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:55:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:55:08 +0000 Subject: [Koha-bugs] [Bug 17706] MARC staging fails with "Upload status: Denied" when memcached is enabled In-Reply-To: <bug-17706-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17706-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17706-70-tNVBEzytPF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17706 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- No more reports of this since 16.11, looks like a user error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:58:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:58:20 +0000 Subject: [Koha-bugs] [Bug 17718] Allow usage of Smartform API (Czech only) In-Reply-To: <bug-17718-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17718-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17718-70-04i4GInmCW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17718 --- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- > > In general: Can you convince me why we should push it in this current form? > I could imagine that we could have a more general 'plugin' that operates on > address fields and allows access to selected web services, or so? > As this is quite a specific API that might change, this seems like an ideal use case for a plugin. And the plugin system has been improved quite a bit since this bug was originally filed in 2016. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 22:59:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 20:59:27 +0000 Subject: [Koha-bugs] [Bug 17723] Using MySQL on external server - lack of documentation giving example In-Reply-To: <bug-17723-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17723-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17723-70-oY8nrk54my@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17723 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Installation and upgrade |Developer documentation |(command-line installer) | Status|NEW |Needs documenting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 23:00:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 21:00:00 +0000 Subject: [Koha-bugs] [Bug 17728] [Omnibus] Move C4::Reserves code to the Koha namespace In-Reply-To: <bug-17728-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17728-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17728-70-k9hmMXNJDX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Move C4::Reserves code to |[Omnibus] Move C4::Reserves |the Koha namespace |code to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 23:05:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 21:05:41 +0000 Subject: [Koha-bugs] [Bug 17730] Uniform mapping for biblio.biblionumber (Unimarc) In-Reply-To: <bug-17730-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17730-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17730-70-IgArQEb4V0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17730 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It looks like this has been resolved: the installation files are now built from the .yml files that have the mapping on 001 and I didn't find any references to 090$9 in the listed files. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 23:12:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 21:12:51 +0000 Subject: [Koha-bugs] [Bug 17763] Exact punctuation and word order is needed for matching author and vendor names in acq order search In-Reply-To: <bug-17763-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17763-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17763-70-aYrh4eKbd6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17763 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Exact punctuation and word |Exact punctuation and word |order is needed for |order is needed for |matching author and dealer |matching author and vendor |names in |names in acq order search |acqui/histsearch.pl | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 23:22:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 21:22:39 +0000 Subject: [Koha-bugs] [Bug 17848] Count doesn't print correct number in digest-only notices In-Reply-To: <bug-17848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17848-70-91Wsw7F5cl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17848 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Count not updated in |Count doesn't print correct |digest-only notices |number in digest-only | |notices --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We probably have the same issue with TT, updating bug description. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 23:23:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 21:23:40 +0000 Subject: [Koha-bugs] [Bug 17856] Add API endpoint for item types In-Reply-To: <bug-17856-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17856-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17856-70-O7lVb8g14V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17856 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com QA Contact|testopia at bugs.koha-communit | |y.org | Component|Web services |REST API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jun 25 23:28:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 25 Jun 2023 21:28:04 +0000 Subject: [Koha-bugs] [Bug 17892] Move _extract_biblionumbers to a module In-Reply-To: <bug-17892-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17892-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17892-70-bmyXUjKL2E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17892 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I can no longer find _extract_biblionumbers in the codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 08:01:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 06:01:39 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-2wYPTH50LR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- This goes as far back as 21.11.12 - we should fix asap. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 08:03:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 06:03:44 +0000 Subject: [Koha-bugs] [Bug 34061] Koha Catalog Freezes while being imported In-Reply-To: <bug-34061-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34061-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34061-70-nVyZeSRC7I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34061 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- You probably missed to undo the import before you cleaned the batch. These are separate steps, suggesting the import worked in part, but maybe didn't finish. You could try a batch delete records if you wanted to clean up, maybe using the datecreated or similar to identify the records. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 08:05:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 06:05:18 +0000 Subject: [Koha-bugs] [Bug 34061] Koha Catalog Freezes while being imported In-Reply-To: <bug-34061-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34061-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34061-70-nZrWtfxxSZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34061 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED Severity|critical |normal --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- 21.05 is quite old and no longer maintained. A big import might take a while and the progress bar will jump from 0 to 100 (known bug). Maybe it didn't freeze, but just wasn't finished yet. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 08:29:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 06:29:18 +0000 Subject: [Koha-bugs] [Bug 29745] Due dates via SIP2 wrong for unique holidays In-Reply-To: <bug-29745-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29745-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29745-70-kwnZRzOLVX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29745 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Magnus Enger <magnus at libriotech.no> --- I have not heard more reports of this, I think we can close it. Thanks for asking! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 09:15:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 07:15:45 +0000 Subject: [Koha-bugs] [Bug 29392] Add plugin hooks before merging biblios or authorities In-Reply-To: <bug-29392-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29392-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29392-70-xdLSzMZrax@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29392 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 09:16:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 07:16:12 +0000 Subject: [Koha-bugs] [Bug 29393] Ability to send emails from patron details page In-Reply-To: <bug-29393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29393-70-y9RIfotvp3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29393 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:21:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:21:02 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-xcxLnibi8t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Charles Quain <csq at interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |csq at interleaf.ie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:21:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:21:12 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-FCTnknruWr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #42 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #41) > Main thing I still want to do, is test the dbrev a bit better than I did at > first. First test crashes: Added new table 'additional_contents_localizations' ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 'pages-staff_only_7-CPL' for key 'additional_contents_uniq' at /usr/share/koha/C4/Installer.pm line 741 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:28:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:28:04 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-PrQLkGFX00@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #43 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #42) > (In reply to Marcel de Rooy from comment #41) > > Main thing I still want to do, is test the dbrev a bit better than I did at > > first. > > First test crashes: > Added new table 'additional_contents_localizations' > ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry > 'pages-staff_only_7-CPL' for key 'additional_contents_uniq' at > /usr/share/koha/C4/Installer.pm line 741 I would suggest to put the logic in a txn_do because I ended up now with a half conversion of data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:34:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:34:15 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-JhJuNAFnch@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #44 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- This was my add contents test table: | news | News_1 | NULL | | news | News_2 | NULL | | html_customizations | CatalogConcernHelp_1 | NULL | | html_customizations | CatalogConcernTemplate_1 | NULL | | pages | opac_only_5 | NULL | | pages | opac_only_5 | NULL | | pages | staff_only_7 | CPL | | pages | staff_only_7 | CPL | | pages | staff_only_7 | CPL | | news | News_1 | NULL | | news | News_2 | NULL | | news | News_2 | NULL | | news | News_13 | CPL | | news | News_13 | CPL | | html_customizations | CatalogConcernTemplate_1 | NULL | After all contents has been copied to localization, you try to add UNIQUE constraint on the above data. Which obviously does not work. Since you did not delete the double entries in additional_contents. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:12 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-fXxrmRUIwu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152423|0 |1 is obsolete| | --- Comment #45 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152660&action=edit Bug 31383: Create a parent-child DB relation for additional content In the design of additional contents the idea of a parent-child relation is implicitly present. You have a default page and translations. But we do this in one table coming from the old news items. Several reports show that we would be better off creating a parent table listing the main news items, CMS pages or HTML content. And a child table containing the title, content and lang. Note that this first step is a prelimenary step to clean this area and make it more robust and extensible. More enhancements to come. What is this patchset doing? * DB changes - Rename additional_contents.idnew with id - Create a new table additional_contents_localizations(id, additional_content_id, title, content, lang) that will contain the translated contents - Move the content to this new table - Remove title, content and lang columns from additional_contents - Replace the notice templates that are using ''<news>" (should only be ISSUESLIP) and remove support for this syntax. Also add a warning in case other occurrences of uses of the old syntax exist. * CRUD - We add a new Koha::AdditionalContentsLocalization[s] couple, and move some logic from Koha::AdditionalContent[s] to there. Note that, to prevent too much drastic changes in notice templates, and to make them easy to use, the different attributes of the content object is accessible from the translated content object (ie. Koha::AdditionalContentsLocatlization->library is available and return $self->additional_content->library). I think it's an elegant way to keep things simple. - No changes expected for "NewsLog" logging - Little behaviour changes for pages, see tools/page.pl changes. We are now passing the id of the content, and the desired language, instead of the mix of "page_id" or code and lang. Note that here we certainly need to rename "language" query param to not change the full interface language. Test plan: 0. Preparation steps, use master a. Create notice templates that are using "<< additional_contents.code >>". This won't be replaced, but we want the update process to alert us. b. Create several news, additional contents, pages. Some with translated contents, some without. c. Make sure ISSUESLIP has the "<news>" section. If you are using the sample data there is nothing to do here d. Turn on NewsLogs 1. Apply the patches, restart_all, updatedatabase => Confirm that the new table is created and filled with the contents you had prior to the update => Confirm that additional_contents_localizations.updated_on has been kept to the previous values => Confirm that ISSUESLIP has been replaced properly => Confirm that you get a warning about the additional_contents 2. Create, update, delete news, html customs, pages => Confirm that the additional_contents_localizations.updated_on is only adjusted when required => Confirm that the logs are correctly created when NewsLogs is on 3. Check some items out, generate a slip => Confirm that the news are displayed at the bottom of the slip, and that the publication date is correctly formatted 4. Have several HTML customizations (like OpacNav, opacheader), in translated in different languages => Confirm that the default values is displayed when you are using the interface in a language without translation => Confirm that the translated version is picked when it exists Notes for QA: * I am not sure we really need the alert during the update DB process about the additional_contents leftover. We should not have them outside of ISSUESLIP. Shouldn't it hurt? * There is something ugly in sample_news.yml, the id is hardcoded. But how do we prevent that and keep translatability? Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:15 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-TPbqijC5cW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152424|0 |1 is obsolete| | --- Comment #46 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152661&action=edit Bug 31383: Adjust and add tests Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:18 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-cNnRFblM3X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152425|0 |1 is obsolete| | --- Comment #47 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152662&action=edit Bug 31383: DB changes Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:21 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-X7uMTDUwgk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152426|0 |1 is obsolete| | --- Comment #48 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152663&action=edit Bug 31383: DBIC changes Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:24 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-fwWDUd6oOC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152427|0 |1 is obsolete| | --- Comment #49 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152664&action=edit Bug 31383: DBIC specific Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:27 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-CjC06ZVlsc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152428|0 |1 is obsolete| | --- Comment #50 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152665&action=edit Bug 31383: Restore updated_on for individual content Sponsored-by: Rijksmuseum, Netherlands -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:30 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-p86V3I2iJo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152545|0 |1 is obsolete| | --- Comment #51 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152666&action=edit Bug 31383: (QA follow-up) Do not return 0 in ->get The last statement evaluated is the if( $content->count ). If that evaluates to false, the false expression value is returned. In this case that is 0. We should just return undef or empty list (scalar/list context). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:33 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-fwGr3UdA64@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152546|0 |1 is obsolete| | --- Comment #52 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152667&action=edit Bug 31383: Check lang and use right column in search_for_display We should check if $lang equals default before looking for translated contents. And note that @translated_content_id contains additional_content_id not id, so cannot be used in the last query. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:36 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-1n5OEsR8vY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152547|0 |1 is obsolete| | --- Comment #53 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152668&action=edit Bug 31383: Use one query in search_for_display instead of four Benchmarking does however not show real performance gain. But it might be considered as a code improvement? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:35:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:35:39 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-HovF8WHA60@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152566|0 |1 is obsolete| | --- Comment #54 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152669&action=edit Bug 31383: Fix URLs on staff AC detail view No real need anymore for showing a Default and Current language link. They could be made with the language parameter (not lang), but just changing the language allows you to test easily. Would you really like to see Default when you added content for all enabled languages? You can still add language=default to the URL. Test plan: Test the page URLs. Experiment with changing language in the regular way and via URL parameter. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 10:36:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 08:36:40 +0000 Subject: [Koha-bugs] [Bug 31383] Additional contents: We need a parent and child table In-Reply-To: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31383-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31383-70-pCpRp3x5om@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #55 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Rebased, few follow-ups. Dbrev needs attention. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 11:07:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 09:07:58 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-ZCmuBNcJQD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #27 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Nick Clemens from comment #23) > (In reply to Marcel de Rooy from comment #22) > > Nick, what did your DBA find ? > > We are still investigating - we have now seen it both in our mariadb > cluster, and on a local mariadb on a self hosted server > > In both cases the problem is now occurring in _batchCommitItems -> > AddItemFromMarc -> Koha::Item->store -> Koha::Object->store > > The INSERT call on items is hanging and then failing: > DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st > execute failed: Lock wait timeout exceeded; try restarting transaction at > /usr/share/koha/lib/Koha/Object.pm line 170 Thats interesting. Will try to reproduce this first with two processes inserting items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 12:09:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 10:09:17 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-5WT62O4eg9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #28 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- I came across this remark: https://stackoverflow.com/questions/64789956/mariadb-innodb-deadlock-while-doing-many-inserts An InnoDB table with both a PRIMARY KEY and a secondary UNIQUE KEY has a large chance of causing a deadlock. Example of such a case is described clearly in this bug report: https://bugs.mysql.com/bug.php?id=86812 Note that items has PK on itemnumber and UNIQUE key on barcode. When you temporarily remove the unique constraint, can you still reproduce? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 12:42:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 10:42:28 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-ZsmbHbtwpT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 12:42:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 10:42:30 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-5hwe75OoXv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152647|0 |1 is obsolete| | Attachment #152648|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152670&action=edit Bug 34029: Extend datatypes of biblioitems.columns to text to avoid breaking import This updated the datatype of the following columns from varchar(255) to text to avoid import problems if the mapped MARC field's data exceeds 255 characters. This is for: * place (260$a and 264$a) * publishercode (260$b and 264$b) * size (300$c) * illus (300$b) * pages (300$a) To test: * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. Try to save. * Run the updatedatabase script to modify the DB structure * restart_all * Edit a bibliographic record and enter more than 255 characters into the MARC fields listed above. * Save * Export the record * Import the record using staging tools, all should work well Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 12:42:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 10:42:56 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-1qhSSBxcJm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #16 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- RM: Please add DBIC changes too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 12:54:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 10:54:11 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-5GlWWAJHJS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #17 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152671&action=edit Bug 34029: (QA follow-up) Fix pushing undef to biblio_ids See comment1. Although we now fix the error on publishercode, it is good to verify the result before pushing. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:02:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:02:47 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-ubpMYsZnyS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151494|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152672&action=edit Bug 33778: Remove T::D::C from Auth_with_shibboleth.t This test should be in t/db. It needs patrons, categories, branches. T::D::C now hides e.g. the branchcode constraint. When removing T::D::C, we therefore need to add a branchcode in the shibboleth test config. Test plan: Run t/Auth_with_shibboleth.t Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:02:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:02:50 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-Xw7xs9vlnV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151495|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152673&action=edit Bug 33778: Further polishing Use mock_preference. Move final tests for BaseURLs into one subtest. Change reset_config to allow passing parameters replacing some variables. Copyright line. Test plan: Run t/Auth_with_shibboleth.t Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:02:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:02:53 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-TEjPRkXelb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151496|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152674&action=edit Bug 33778: Fix indentation of last subtest Only whitespace. Test plan: git diff -w HEAD~1.. t/Auth_with_shibboleth.t No differences. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:02:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:02:56 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-1XwNbmj3I1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151497|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152675&action=edit Bug 33778: Move to db_dependent Test plan: Run t/db_dependent/Auth_with_shibboleth.t Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:02:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:02:59 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-7VwtYWwBFg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 --- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152676&action=edit Bug 33778: (QA follow-up) Update for master The error message was updated in master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:05:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:05:06 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-XwKJ8N4oZb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #14 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Nice cleanup, thanks. Tests all working as expected, simplified and modernised. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:17:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:17:09 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-kV8IQ3Isbu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152338|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152677&action=edit Bug 34005: Move button toggling code outside JS for loop When OpacHighlightedWords is set to "Highlight", if you search in the OPAC and the number of keywords is odd (1, 3, 5, etc.), then the "Unhighlight" / "Highlight" button will stop working after a couple of clicks. The relevant commit is 9cb89b46397 from v20.11.00, where the code responsible for toggling the "Unhighlight" / "Highlight" button was moved inside the JS for loop that cycles through each term in the array of search terms. This explains why the toggling only works when an even number of search terms is being used. This patch fixes that, by placing the button toggling code in its original position (outside the JavaScript for loop of the highlightOn() function). Test plan: 0) If required, set OpacHighlightedWords to "Highlight". 1) Search for "history" in the OPAC, and view the details page of one of the results. Click on the "Unhighlight" button a few times -- after a couple of clicks the button text will stop toggling and you won't be able to remove the keyword highlight any more. 2) Apply this patch. 3) Repeat step 1): this time you should be able to toggle the search keyword highlighting no matter how many times you click on the "Unhighlight" / "Highlight" button. 4) Repeat step 1), but this time search for "century history": you should be able to toggle search keyword highlighting in the details page on and off repeatedly without any problems. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:17:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:17:32 +0000 Subject: [Koha-bugs] [Bug 34005] Toggling the search term highlighting is not always working in the bibliographic record details page In-Reply-To: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34005-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34005-70-DPhGNgvwM9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Clear and working fix, Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 13:28:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 11:28:45 +0000 Subject: [Koha-bugs] [Bug 33036] REST API: Merge biblio records In-Reply-To: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33036-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33036-70-YA1DgzI99P@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Jan Kissig <bibliothek at th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152659|0 |1 is obsolete| | --- Comment #12 from Jan Kissig <bibliothek at th-wildau.de> --- Created attachment 152678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152678&action=edit Bug 33036: REST API: Merge biblio records implements merging of records + attached items, subscriptions etc via the API as an alternative to the web interface: cgi-bin/koha/cataloguing/merge.pl To Test: 1) you need an API user with the permissions "editcatalogue" 2) two records: one to be merged into (with biblio_id, eg 262) and another one from which to merge (with biblio_id_to_merge, eg 9) which will be deleted! both records may/should have items, subscription, subscriptionhistory, serial, suggestions orders and holds 3) check both records via the web 4) Apply patch 5) execute API calls eg like PUT /biblios/{biblio_id}/merge/{biblio_id_to_merge} eg: curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/9" 6) the record with the id <biblio_id_to_merge> is deleted now, the record with <biblio_id> has all items, etc attached, return code is 200, with the message {"message":"Successfuly merged 9 into 262"} 7) optionally a full MARCXML record may be sent as body of the API call curl -s -u koha:koha -X PUT "http://127.0.0.1:8081/api/v1/biblios/262/merge/2" -d @marcfile.xml 8) now also the content of the record with <biblio_id> is replaced with the content of the MARCXML file 9) Sign off. 10) Thx Sponsored-by: Technische Hochschule Wildau Co-authored-by: domm at plix.at Signed-off-by: Jan Kissig <jkissig at th-wildau.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:01:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:01:38 +0000 Subject: [Koha-bugs] [Bug 23059] reserves_stats.pl: Simplify reserve status handling In-Reply-To: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23059-70-NRhGGtZgWy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059 --- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152679&action=edit Bug 23059: (QA follow-up) Put status strings in a span No test plan. Read the patch. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:04:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:04:50 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-SSQR9MVR1p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152343|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152680 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152680&action=edit Bug 33989: Only look up authorized value descriptions for items in results This patch changes the inventory tool so that it only populates the authorized value descriptions for items that show up in the results. That is, items that will be viewed by a human. This change saves a lot of time by not performing unnecessary database lookups. Test plan: 0. Apply patch and koha-plack --restart kohadev 1. Go to create a SQL report from SQL /cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL 2. Save a report with the following SQL: SELECT barcode FROM items where barcode <> ''; 3. Run the report 4. Download as CSV 5. Edit the CSV and remove the "barcode" heading 6. Go to edit item for barcode 3999900000001 /cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=1&itemnumber=1 7. Add "Damaged status" of "Damaged" 8. Click "Save changes" 9. koha-mysql kohadev 10. update items set notforloan = 9 where barcode = 3999900000001; 11. Go to inventory tool http://localhost:8081/cgi-bin/koha/tools/inventory.pl 12. Upload barcode file via "Choose file" 13. Uncheck "Compare barcodes list to results" 14. Open F12 tools 15. Click "Submit" 16. Click "OK" on confirm box 17. Note that the inventory job takes around 30 seconds to run instead of 60 seconds 17b. The exact figures may vary. If you compare with before patch inventory runs, you'll be saving roughly 18 seconds. 18. Note that "Damaged" appears in the "Damaged" column, which demonstrates that the authorized value lookup was completed for the item in the result list Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:05:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:05:46 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-NXviRdG4da@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- No regressions found and the change makes logical sense. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:09:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:09:50 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-ZhQv3FMAaU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152345|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152681&action=edit Bug 33976: Disable claims returned option in moredetail.pl when another lost status is selected Prevent "claims returned" from being selectable from moredetail.pl, even if another lost status is already set To test: 1. Configure Claims returned i. Go to Administration > Authorized Values > LOST ii. Add a new authorized value with value:6 and description:Claims returned iii. Go to Administration > System Preferences iv. Set ClaimReturnedLostValue to 6 and save 2. Go to any title record and click the barcode for any item 3. Click the Lost status drop-down. Note that the Claims Returned option is disabled. 4. Select a Lost status and click "Set status" 5. Click the Lost status drop-down. Note that the Claims Returned option is now selectable. 6. Apply the patch and refresh the page 7. Note that the Claims Returned option is now disabled. 8. Find a different item and check it out to a customer. 9. On that customer's account, click "Claim Returned" for that item 10. Click the barcode to view moredetail for that item Note that the Lost status drop-down is disabled with Claims Returned selected Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:10:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:10:21 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-Z0LzXmonze@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Working as expected and change makes logical sense. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:43:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:43:31 +0000 Subject: [Koha-bugs] [Bug 33885] Get HTTP 500 when retrieving orders created by a non-existent (deleted) user In-Reply-To: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33885-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33885-70-NE6qYee7UL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |fridolin.somers at biblibre.co | |m Status|Pushed to master |Pushed to stable --- Comment #9 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:44:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:44:48 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-mPsqyTF8aq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | --- Comment #10 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:46:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:46:14 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-uu4js3DDjI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 --- Comment #11 from Fridolin Somers <fridolin.somers at biblibre.com> --- (In reply to Laura Escamilla from comment #9) > (In reply to Katrin Fischer from comment #8) > > Can this please be backported for next bugfix releas? No strings! > > > I second Katrin, can this please be backported to 22.11.xx? Indeed it is need for 22.11.x since it contains Bug 22375. Now that I have backported to 23.05 it will come down to 22.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:51:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:51:05 +0000 Subject: [Koha-bugs] [Bug 34022] Adding items on receive is broken In-Reply-To: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34022-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34022-70-eIXTRubdj7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | --- Comment #21 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:52:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:52:41 +0000 Subject: [Koha-bugs] [Bug 34042] Item search broken by FontAwesome upgrade In-Reply-To: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34042-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34042-70-n8iQ7Dw9lN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #5 from Fridolin Somers <fridolin.somers at biblibre.com> --- Depends on Bug 32910 not in 23.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:56:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:56:16 +0000 Subject: [Koha-bugs] [Bug 34093] jQuery not loading on OAI XSLT pages In-Reply-To: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34093-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34093-70-p17cQb3yTG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |fridolin.somers at biblibre.co | |m Status|Pushed to master |Pushed to stable --- Comment #5 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:57:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:57:31 +0000 Subject: [Koha-bugs] [Bug 34028] Two factor authentication (2FA) shows the wrong values for manual entry In-Reply-To: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34028-70-Xp1m4qi4LY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |fridolin.somers at biblibre.co | |m --- Comment #8 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 14:59:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 12:59:06 +0000 Subject: [Koha-bugs] [Bug 33904] 2FA registration fails if library name has non-latin characters In-Reply-To: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33904-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33904-70-5a4cxq3oUl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.11.00 |23.11.00,23.05.01 released in| | CC| |fridolin.somers at biblibre.co | |m Status|Pushed to master |Pushed to stable --- Comment #14 from Fridolin Somers <fridolin.somers at biblibre.com> --- Pushed to 23.05.x for 23.05.01 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:00:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:00:17 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-kJnuAkpFU8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:00:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:00:20 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-NAUCwddAEr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152682 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152682&action=edit Bug 34092: Move patron_autocomplete to staff-global.js Remove patron-autocomplete.js file -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:00:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:00:23 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-08GG9c62hz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #2 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152683&action=edit Bug 34092: Preparation: New buildPatronSearchQuery function Move patron search query logic out of patron_autocomplete into new function -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:00:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:00:26 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-TCJ2fiiCj9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152684 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152684&action=edit Bug 34092: Move search-patron.inc logic into buildPatronSearchQuery -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:04:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:04:06 +0000 Subject: [Koha-bugs] [Bug 32476] Add caching for relatively expensive patron methods In-Reply-To: <bug-32476-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32476-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32476-70-MZaLS8ZH3c@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32476 Fridolin Somers <fridolin.somers at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #26 from Fridolin Somers <fridolin.somers at biblibre.com> --- Interresting. Maybe a silly question : why not caching entire Koha::Patron object in CanBookBeReserved/CanItemBeReserve ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:12:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:12:06 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-iGUgeYJxPX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #9) > Ping? Working on this right now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:17:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:17:58 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-eEuvwKat0J@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Test plan to test different patron searches and make sure everything is working as intended, before and after applying the patch. Examples of patron-autocomplete.js: - Patrons lists (create new list, add patrons to it): /cgi-bin/koha/patron_lists/lists.pl - View logs ("Librarian:" input): /cgi-bin/koha/tools/viewlog.pl - Reserve request: /cgi-bin/koha/reserve/request.pl Examples of patron-search.inc: - ERM, "Add new user" button: /cgi-bin/koha/erm/agreements/add - New patron card batch: /cgi-bin/koha/patroncards/edit-batch.pl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:18:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:18:51 +0000 Subject: [Koha-bugs] [Bug 24608] Allow modification of checkout due date In-Reply-To: <bug-24608-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24608-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24608-70-JJBkoq6tOp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24608 Patrick Robitaille <patrick.robitaille at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:45:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:45:21 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-WfzAaT9i3Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152609|0 |1 is obsolete| | --- Comment #15 from Julian Maurice <julian.maurice at biblibre.com> --- Created attachment 152685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152685&action=edit Bug 31393: Koha::Config: handle the special case for 'content' attribute <key content="value"></key> was wrongly parsed as { key => 'value' } whereas it should be { key => { content => 'value' } } The 'content' attribute is used in shibboleth config Test plan: 1 Run `prove t/Koha/Config.t` -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 15:46:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 13:46:49 +0000 Subject: [Koha-bugs] [Bug 31393] Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) In-Reply-To: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31393-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31393-70-Fiabkmxgws@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #16 from Julian Maurice <julian.maurice at biblibre.com> --- Still unsure about comment 14, but either way this patch should fix the problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:03:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:03:34 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28196-70-nDUP49qFsx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:03:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:03:36 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28196-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28196-70-i9YeVg6po5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152478|0 |1 is obsolete| | --- Comment #14 from Sam Lau <samalau at gmail.com> --- Created attachment 152686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152686&action=edit Bug 28196: Insert searchid in URL correctly, so it doesn't follow the hash Test plan: 1. Search the catalog in the staff client for anything which will return at least two results 2. Click on any result to go to the bib detail page 3. Click the edit button for any item attached to the bib 4. Verify that the loaded URL contains &searchid=scs_(a number), and that the URL ends with #edititem 5. Make any change to the item, save, verify that your change was made Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:07:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:07:32 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-6Y9pmOFMtj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:07:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:07:34 +0000 Subject: [Koha-bugs] [Bug 33999] Subscription details link on bibliographic detail page should have permission check In-Reply-To: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33999-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33999-70-WPtTg7oOc6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999 --- Comment #4 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152687 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152687&action=edit Bug 33999: (follow-up) Use link-styled button -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:17:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:17:20 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-xiexwKyKR7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152341|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152688&action=edit Bug 33996: Add missing authority objects mapping This patch adds a minimal mapping (i.e. some things get excluded from the API objects for now). It makes some attributes consistent with the current API names, and the rest can be added later when they become needed and we discuss a proper name. But right now is a mess :-/ To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/authorities.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:17:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:17:23 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-1CtoyahlKE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152689&action=edit Bug 33996: (QA follow-up) Fix mappings to match guidelines The date field guidelines are recorded on the wiki: https://wiki.koha-community.org/wiki/Coding_Guidelines_-_API#SWAGGER1.3.4.1_date.2Fdatetime.2Ftimestamp_fields Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:17:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:17:36 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-YYUbyJlvNv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:17:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:17:50 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-Ncjp1Kfsrp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:35:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:35:29 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-MUtqroFM2U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152429|0 |1 is obsolete| | --- Comment #17 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152690&action=edit Bug 33971: Remove x-koha-query usage in biblios.t This patch removes handling of x-koha-query from the tests. To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests still pass! Change from x-koha-header to q= gives same results. 4. Sign off :-D Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:35:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:35:32 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-sBMP0q9WfM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152430|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152691&action=edit Bug 33971: Remove x-koha-query handing in Orders.pm This patch removes manual handling of `x-koha-query` in the Orders:list() controller. There are no tests for the feature but you can verify no behavior is changed by doing: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/acquisitions_orders.t => SUCCESS: Tests pass 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests pass 4. Sign off :-D Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:35:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:35:35 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-PzxRn2uxM2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152431|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152692&action=edit Bug 33971: Remove x-koha-query header support This patch removes support for the `x-koha-query` header entirely from the codebase. For the purpose: - $c->objects->search is adjusted - Relevant tests are cleared/adapted - The OpenAPI spec gets the header removed To test: 1. Apply this patch and run: $ ktd --shell k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t \ t/Koha/REST/Plugin/Query.t \ t/db_dependent/api/v1/*.t => SUCCESS: Tests pass! 2. Sign off :-D Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:36:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:36:02 +0000 Subject: [Koha-bugs] [Bug 33971] Remove support for x-koha-query header In-Reply-To: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33971-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33971-70-lR3iYnXtyp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact| |martin.renvoize at ptfs-europe | |.com --- Comment #20 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- All working, tests all still passing.. I'm happy with this. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:39:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:39:21 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-uBzY2xETup@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152212|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152693&action=edit Bug 33556: Path parameters are handled explicitly in the controllers In the case of $c->objects->search_rs, the variable is just not used. In the case of /acq/orders, it's a leftover from when we removed in the helper. Check there are tests with path params everywhere (including orders) and it has no effect. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:39:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:39:24 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-G09LysXP2y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152213|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152694 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152694&action=edit Bug 33556: Avoid relying on $c->validation Talking to the OpenAPI plugin maintainer, he mentioned the use of $c->validation->output should be avoided as the plugin is not designed to have a stable behavior there, and he even thought of just removing the method. That method returns an internal data structure the plugin uses to validate things, and then updates the request itself. Take the following example: GET /patrons/123 x-koha-embed: checkouts,library without the OpenAPI plugin, requesting the header like this: $c->req->headers->header('x-koha-embed') would return a scalar, the string 'checkouts,library'. When using the plugin, and with `x-koha-embed` being defined as collectionFormat: csv, that header is entirely replaced by an arrayref. That's how the plugin works and how it is expected to be used. So we need to replace the uses of $c->validation format, with normal Mojo usage to avoid future headaches. This patch changes: * $c->validation->param => $c->param * $c->validation->param('body') => $c->req->json To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/*.t => SUCCESS: Tests pass! 2. Apply this patches 3. Repeat 1 => SUCCESS: Tests still pass! 4. Sign off :-D Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:39:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:39:27 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-iXPhGIq8is@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152214|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152695&action=edit Bug 33556: Easy ERM-related changes I left the (easy) ERM cases out because it throws this when running the QA script: Processing files before patches |========================>| 51 / 51 (100.00%) An error occurred : Inconsistent hierarchy during C3 merge of class 'Koha::REST::V1::ERM::EHoldings::Titles::Local': current merge results [ Koha::REST::V1::ERM::EHoldings::Titles::Local, ] merging failed on 'Mojolicious::Controller' at /kohadevbox/qa-test-tools/koha-qa.pl line 112. and didn't want this to pollute the rest of the changes. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:40:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:40:31 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-IOHQ1cMkJS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Signed Off --- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I think this all looks solid.. so adding my signoff line. As for catching cases introduced in the future.. perhaps a QA script addition to spot `validation->param` introductions? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:20 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-eI1j9bC0KZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:22 +0000 Subject: [Koha-bugs] [Bug 33976] Claims returned option is not disabled in moredetail.pl if the item has a different lost status In-Reply-To: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33976-70-A7WujvzkgH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976 --- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:24 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-bCd0ht4DuA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:26 +0000 Subject: [Koha-bugs] [Bug 33989] Inventory tool performs unnecessary authorized value lookups In-Reply-To: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33989-70-eDrvvc3A7U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 --- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:27 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-J8J9TMuUaV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:29 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-g78ms4xiyT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #18 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:32 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-iiW6VGyX3U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:41:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:41:33 +0000 Subject: [Koha-bugs] [Bug 34080] Updating suggestion status can result in 500 error In-Reply-To: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34080-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34080-70-CTAuYl0yZf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 16:43:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 14:43:34 +0000 Subject: [Koha-bugs] [Bug 33556] $c->validation should be avoided In-Reply-To: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33556-70-n5qCHRdyaZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556 --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- https://gitlab.com/koha-community/qa-test-tools/-/issues/68 I'll try to find a moment to have a look at submitting something for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:05:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:05:29 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-VKukeMXsDs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34092 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:05:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:05:29 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-sLLItIbPRo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34058 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 [Bug 34058] ILL - Left filters not considering all terms in input -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:08:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:08:47 +0000 Subject: [Koha-bugs] [Bug 23775] Claiming a serial issue doesn't create the next one In-Reply-To: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23775-70-I9cVgqilap@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:08:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:08:49 +0000 Subject: [Koha-bugs] [Bug 23775] Claiming a serial issue doesn't create the next one In-Reply-To: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23775-70-Jzfh4crXHU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152624|0 |1 is obsolete| | --- Comment #9 from Sam Lau <samalau at gmail.com> --- Created attachment 152696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152696&action=edit Bug 23775: Claiming a serial issue doesn't create the next one Whenever we need to generate manually a new serial we go to page 'serials-edit.pl'. With this patch it is possible to generate a new serial on page 'serials.pl'. Test Plan: -- Previously we need a serial which is in EXPECTED status & the Date received should not be later than today -- 1) On the intra. Make sure to have at least 1 subscription for a bibliographic record & 1 vendor linked 2) Then Home > Serials > Claims > Claims for <your_vendor_name> 3) Tick the checkbox of the row where the status is EXPECTED then 4) Click 'Send notification' 5) Notice the status of the row : it is now CLAIMED 6) To verify: Home > Serials > Serial collection information for <your_record_name> 7) Here the status is CLAIMED too but nothing happened around 8) Apply patch 9) Repeat from 2) to 6) 10) The status is still CLAIMED & the new serial with status EXPECTED is freshly generated Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:25:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:25:37 +0000 Subject: [Koha-bugs] [Bug 34119] After redesign, print.css no longer hides things at the top of report results In-Reply-To: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34119-70-9dk4YUpBaZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:28:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:28:13 +0000 Subject: [Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers In-Reply-To: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29181-70-ysx8LpjQoT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:28:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:28:15 +0000 Subject: [Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers In-Reply-To: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29181-70-FqZGTi4Lo5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152697&action=edit Bug 29181: Create patron card creator batch from report result This patch adds the option of taking the results of a report that returns borrowernumbers and create a new patron card creator batch with those results. The logic of the dropdown menu has been modified in order to ensure that duplicate patron modification options aren't shown in the menu when a report return both borrowernumber and cardnumber. To test, apply the patch and create a new report which will return patron borrowernumbers, e.g. SELECT borrowernumber, cardnumber, surname, firstname FROM borrowers order by RAND() LIMIT 20 - Run your report - Click the "Batch operations with..." button at the top of the result - Click "Patron card creator" - A new tab should open with a new patron card creator batch with the patrons from your report. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:29:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:29:37 +0000 Subject: [Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers In-Reply-To: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29181-70-7r3GdKf3Et@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- I don't know if this patch satisfies the original intent of the bug, but I hope it will be useful either way. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:36:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:36:27 +0000 Subject: [Koha-bugs] [Bug 34116] Add page-sectioning to item search in label creator In-Reply-To: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34116-70-0vhSjyHOQ7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|22.11 |master Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:41:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:41:33 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-DYy8a9MIbe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #29 from Nick Clemens <nick at bywatersolutions.com> --- We found the issue, it is related to plugins that create their own objects (Curbside is known offender) The plugins use a trick: # register the additional schema classes Koha::Schema->register_class(CurbsidePickup => 'Koha::Schema::Result::CurbsidePickup'); Koha::Schema->register_class(CurbsidePickupPolicy => 'Koha::Schema::Result::CurbsidePickupPolicy'); Koha::Schema->register_class(CurbsidePickupIssue => 'Koha::Schema::Result::CurbsidePickupIssue'); # ... and force a refresh of the database handle so that it includes # the new classes Koha::Database->schema({ new => 1 }); } That forces a new DB connection - which means the transaction doesn't commit (the savepoint is released, but it is on a different connection, so moot) The call: _after_biblio_action_hooks({ action => 'create', biblio_id => $biblionumber }); calls: get_enabled_plugins which calls: my $plugin = eval { $plugin_class->new() }; which triggers the new schema/connection when get_enabled_plugins is cached we call $plugin->can($method) which also instantiates the plugin/creates new connection I think the patches on this report still make sense, they remove an unecessary status change. We are fixing the plugin, but we probably should update: https://koha-community.gitlab.io/KohaAdvent/2020-12-07-dbic/ and I think get_enabled_plugins should be using the plugin_methods table to avoid loading plugins that don't have the method we need? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:45:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:45:00 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-zbrFqXLsBm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152684|0 |1 is obsolete| | --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152698 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152698&action=edit Bug 34092: Move search-patron.inc logic into buildPatronSearchQuery -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:46:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:46:32 +0000 Subject: [Koha-bugs] [Bug 34121] New: Improve performance of Koha::Plugins::call Message-ID: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 Bug ID: 34121 Summary: Improve performance of Koha::Plugins::call Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Koha::Plugins::call() uses get_enabled_plugins to get all enabled plugins, including plugins that do not have the method to be called. In addition, get_enabled_plugins uses can_load to evaluate plugis, but call already uses eval to call methods making the use of can_load and $plugin_class->new() superfluous and wasteful. We should filter out all enabled plugins that do not match the plugin method being called and allow the eval in call() to handle plugin error handling. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:48:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:48:27 +0000 Subject: [Koha-bugs] [Bug 34121] Improve performance of Koha::Plugins::call In-Reply-To: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34121-70-uH7hx5J0r9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:48:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:48:40 +0000 Subject: [Koha-bugs] [Bug 34121] Improve performance of Koha::Plugins::call In-Reply-To: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34121-70-DbApoGTPak@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152699 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152699&action=edit Bug 34121: Filter enabled plugins for the given method -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:48:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:48:51 +0000 Subject: [Koha-bugs] [Bug 34121] Improve performance of Koha::Plugins::call In-Reply-To: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34121-70-0Ii9QiA4lm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 --- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152700 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152700&action=edit Bug 34121: Do not test plugin ahead of time -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:55:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:55:02 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-XZEG4CkwRM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34121 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 17:55:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 15:55:02 +0000 Subject: [Koha-bugs] [Bug 34121] Improve performance of Koha::Plugins::call In-Reply-To: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34121-70-5ypnMxBRpy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33972 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 18:26:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 16:26:05 +0000 Subject: [Koha-bugs] [Bug 34122] New: Updating Shelvingloc changes location of all related records Message-ID: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 Bug ID: 34122 Summary: Updating Shelvingloc changes location of all related records Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Partners have reported that updating the shelving location on one item updates all of the items in the record regardless of their branch location. For example, Branch A has Item A located in the Genealogy department, and Branch B has it in their Reference section. Changing the location in Branch A to Genealogy will also change the shelving location for Branch B to Genealogy even if Branch B doesn't have a Genealogy shelving location. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 18:49:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 16:49:58 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-19idbCkWcZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152701 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152701&action=edit Bug 34058: WIP Patron search is now considering all inputs using new buildSearchPatronQuery Still missing keyword input -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 18:50:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 16:50:16 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-a20Q0gTlPh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 18:55:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 16:55:10 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-OQ7lLkCKoA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #27 from Heather <heather_hernandez at nps.gov> --- Hi, again, Janusz! I was not able to reproduce your sorting problem. I created a sandbox, applied the patch, then created authority records for all the headings in the test plan, plus a heading for: Ha wen. All headings sorted correctly: Ha wen Hagahara, Yoshiaki, 1939- Hailstone, H. Haim, Emmanuelle Hall, Joseph N., 1966- Halliwell, Stephen. Hamburger, David Hamel, Debra. Hamilton-James, Charlie. Hamilton-James, Charlie. Hamilton-Jones, Charlie Homes and haunts. Hamilton-Jones, Charlie Homes and haunts. Hamilton, Karen A. Hanʼguk Kiwŏn. Hand-ball Hand blows Hand book for Prospect Park Hand (Fictitious character) Hand in glove Handbok for sangere Handbook for adventure Hande im Pflug Handel, George Frideric, 1685-1759. Handel, George Frideric, 1685-1759. Alcina. Tornami a vagheggiar. Handel, George Frideric, 1685-1759. Amadigi. Ah! spietato! e non ti muove. Handel, George Frideric, 1685-1759. Apollo e Dafne. Felicissima quest'alma. Handel, George Frideric, 1685-1759. Ariodante. Mio crudel martoro. Handel, George Frideric, 1685-1759 Film and video adaptations. Handel, George Frideric, 1685-1759 Giulio Cesare. Handel, George Frideric, 1685-1759. Giulio Cesare. Da tempeste il legno infranto. Handel, George Frideric, 1685-1759. Giulio Cesare. Piangerò la sorte mia. Handel, George Frideric, 1685-1759. Rinaldo. Lascia ch'io pianga mia cruda sorte. Handel, George Frideric, 1685-1759. Rinaldo. Vo' far guerra. Handel, George Frideric, 1685-1759. Semele. Endless pleasure, endless love (Air) Handel, George Frideric, 1685-1759. Semele. Myself I shall adore. Handel, George Frideric, 1685-1759. Teseo. Dolce riposo, ed innocente pace. Handel, George Frideric, 1685-1759. Teseo. O stringerò nel sen. Hands in the past Handu Harmes, Ross. I even created two authority records for "Ha wen," one as a topical term and another as a personal name (in case the type of heading was a problem), and both authority records for "Ha wen" sorted correctly. Based on this, I think the bug should remain signed off--unless Janusz's problem can be re-created? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 19:25:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 17:25:11 +0000 Subject: [Koha-bugs] [Bug 23102] 404 errors on page causes SCI user to be logged out In-Reply-To: <bug-23102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23102-70-ZtWcZdDHoX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23102 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33881 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 19:25:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 17:25:57 +0000 Subject: [Koha-bugs] [Bug 23102] 404 errors on page causes SCI user to be logged out In-Reply-To: <bug-23102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23102-70-b5JqZEmTxg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23102 --- Comment #26 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Magnus Enger from comment #25) > I can't reproduce the problem in ktd. I put this: > > </script> > <img src="http://localhost:8080/silk/famfamfam.png"/> > <script> > > in SCOUserJS, restarted all the things and logged into SCO, then clicked > "Finished", "Print receipt and end session" and could print the receipt > without getting logged out. Yes, it seems we 'fixed' this problem, but if we fix bug 33881 it will reintroduce this issue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 19:26:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 17:26:05 +0000 Subject: [Koha-bugs] [Bug 23102] 404 errors on page causes SCI user to be logged out In-Reply-To: <bug-23102-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23102-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23102-70-osxj91a71q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23102 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:03:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:03:47 +0000 Subject: [Koha-bugs] [Bug 34116] Add page-sectioning to item search in label creator In-Reply-To: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34116-70-LuTWXtR8EL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:03:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:03:50 +0000 Subject: [Koha-bugs] [Bug 34116] Add page-sectioning to item search in label creator In-Reply-To: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34116-70-yt4DNIiTQy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152702 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152702&action=edit Bug 34116: Add page-sectioning to item search in label creator This patch adds a "page-section" class to search results page seen when adding items to a label batch. The patch also makes some minor changes to markup around the search header to make it more consistent with other search pages. To test, apply the patch and go to Cataloging -> Label creator. - Click New -> Label batch - Without entering anything in the textarea, click the "Add item(s)" button" - In the pop-up window, perform a search which will return multiple results. - Confirm that everything looks correct and all controls work as they should. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:11:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:11:33 +0000 Subject: [Koha-bugs] [Bug 9602] Allow/disallow self check out based on item type In-Reply-To: <bug-9602-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-9602-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-9602-70-d3Iq3qoXt6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9602 Kris <kbecker at jcls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kbecker at jcls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:22:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:22:07 +0000 Subject: [Koha-bugs] [Bug 34123] New: Ability to filter the Holds Cancellation tab by branch Message-ID: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34123 Bug ID: 34123 Summary: Ability to filter the Holds Cancellation tab by branch Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Add the ability to filter the Holds Cancellation tab by branch location. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:39:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:39:07 +0000 Subject: [Koha-bugs] [Bug 29044] Check for untriggered holds when checking out In-Reply-To: <bug-29044-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29044-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29044-70-CwMY96w06l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29044 --- Comment #2 from Christopher Brannon <cbrannon at cdalibrary.org> --- (In reply to Katrin Fischer from comment #1) > Hi Christopher, can you explain this one a bit more? Is the item here > filling a hold for the user it's checked out to? Well, it does not look like this is an issue anymore. If a patron places a hold on an item, and then proceeds to check the item out before the hold is triggered, Koha automatically removes the hold. However, the question is, should the staff member be notified that the checkout is fulfilling the unfilled hold and the hold is being removed? Should the patron be notified? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:40:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:40:19 +0000 Subject: [Koha-bugs] [Bug 29214] Lost item checked in shows "Lost item fee refund" instead of "Lost item fee removed" In-Reply-To: <bug-29214-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29214-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29214-70-nTJuOkV4Gj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29214 --- Comment #2 from Christopher Brannon <cbrannon at cdalibrary.org> --- (In reply to Katrin Fischer from comment #1) > Maybe 'Lost item fee cancelled' could also work here. Agreed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 20:44:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 18:44:23 +0000 Subject: [Koha-bugs] [Bug 29359] Mark image as default in record In-Reply-To: <bug-29359-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29359-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29359-70-tIdURgUXw2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29359 --- Comment #2 from Christopher Brannon <cbrannon at cdalibrary.org> --- (In reply to Katrin Fischer from comment #1) > I think a default would only work for multiple local covers, for web > services it would maybe needs something like a priorities list. Agreed. I think both should happen. Local images should have the ability to be marked as default, and a priority list in the Enhanced content section of the system preferences should indicate priority between the groups. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 21:44:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 19:44:06 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-0VJ9Pfv0XV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |samalau at gmail.com |ity.org | CC| |samalau at gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 22:17:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 20:17:30 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-vg4Qni9mob@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #33 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Tried to test this, but the patch does not apply. Applying: Bug 16122: Add localuse column to items and deleteditems Applying: Bug 16122: API and Schema updates Applying: Bug 16122: Increment items.localuse in AddReturn Applying: Bug 16122: Add display to holdings/otherholdings and Table settings Using index info to reconstruct a base tree... M admin/columns_settings.yml M koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt Auto-merging admin/columns_settings.yml Applying: Bug 16122: Increment localuse when checking out to stats patron error: sha1 information is lacking or useless (C4/Circulation.pm). error: could not build fake ancestor Patch failed at 0001 Bug 16122: Increment localuse when checking out to stats patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 22:27:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 20:27:56 +0000 Subject: [Koha-bugs] [Bug 34124] New: Improve in-page navigation on table settings page Message-ID: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124 Bug ID: 34124 Summary: Improve in-page navigation on table settings page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org We have in-page navigation to jump to specific pages, but we could use in-page navigation to jump directly to tables within pages too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 22:44:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 20:44:58 +0000 Subject: [Koha-bugs] [Bug 34124] Improve in-page navigation on table settings page In-Reply-To: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34124-70-pYX79jfaM4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jun 26 22:45:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 20:45:00 +0000 Subject: [Koha-bugs] [Bug 34124] Improve in-page navigation on table settings page In-Reply-To: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34124-70-yCUZiPMtSt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152703 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152703&action=edit Bug 34124: Improve in-page navigation on table settings page This patch adds links to the table settings page so that the user can jump directly to a particular table within a page section. The patch also changes the logic of when in-page links are displayed: I think it makes sense not to show a "Jump to page" link when there is only one page. The page will show a "Jump to table" link only if there is only one table. To test, apply the patch and go to Adinistration -> Table settings. - Expand and check multiple sections. - In the "Administration" section, there are multiple pages. - Check that the "Jump to page" links work correctly. - In the "Catalog" section, there is only one page: "detail." - Check that the "Jump to table" links work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 00:01:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 22:01:45 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-rdvhVZ0l0w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #28 from Janusz Kaczmarek <januszop at gmail.com> --- Hi Heater! Thank you very much for checking it. I can confirm--with 'Ha wen' things look good now. I'm working with ktd--I had to restart plack to get the order changed. But still there are doubts. Could you, please, have a look at these three names: Haendel Gregory Haendel-Adler, John Haendel, Georg (mind the presence or absence of the comma and the dash) I get them in the above order whereas I would wish: Haendel-Adler, John Haendel, Georg Haendel Gregory So, I am confused... Am I doing something wrong? Could you, please, check it again? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 00:03:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 22:03:25 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-HkEo4RPnGd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #29 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Hi Janusz, This is the correct order: > > Haendel Gregory > Haendel-Adler, John > Haendel, Georg > The policy is 'nothing' before 'something' so spaces will be sorted before punctuation. Hope that helps! Aleisha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 00:17:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 26 Jun 2023 22:17:07 +0000 Subject: [Koha-bugs] [Bug 34125] New: JS error on OPAC detail page when Coce is on and OPACURLOpenInNewWindow is set to 'do'. Message-ID: <bug-34125-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34125 Bug ID: 34125 Summary: JS error on OPAC detail page when Coce is on and OPACURLOpenInNewWindow is set to 'do'. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org To recreate: 1. Turn on Coce. 2. Set OPACURLOpenInNewWindow to 'Do'. 3. Go to an OPAC detail page that should return a Coce image. 4. Nothing loads, and if you look at the console you will see the error 'parent.find is not a function' coming from coce.js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 02:28:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 00:28:20 +0000 Subject: [Koha-bugs] [Bug 32504] Empty column name, misaligning visibility, and export for basket/orders in table settings In-Reply-To: <bug-32504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32504-70-Z834ZxMpVA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32504 --- Comment #16 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Created attachment 152704 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152704&action=edit Bug 32504: [22.05] Fix misalignment of visibility of basket orders table columns and missing export columns To reproduce: 1. Go to /cgi-bin/koha/admin/columns_settings.pl 2. In the section Acquisition > Basket > Orders uncheck all checkboxes in the table settings 3. Go to a separate browser window to /cgi-bin/koha/acqui/booksellers.pl and open/create a new basket and add one book to it so the basket table will have rows in the "Order" table which we will configure below: 4. Click on the ["Columns" settings] for the table. 5. In the dropdown menu, observe that all Columns are marked as visible and correspond to the current table display. 6. Also check the export table feature: Click on "Export" and choose print, you will see that Columns up to GST (goods_and_services_tax) are displayed, and Fund and Estimated delivery date are missing. 7. Go back to table settings (like it was in steps.1-2) 8. Make the estimated_delivery_date column 'invisible by default' by checking out the appropriate checkbox and saving the changes. 9. Refresh the basket window/page (like in step 3). 10. Observe that in the table the whole columns "Estimated delivery date" is visible but "Fund" is gone. 11. Click on the ["Columns" settings] for the table. 12. In the dropdown menu observe that the wrong column is disabled ("Fund" instead of "Estimated delivery date"). 13. Apply the patch. 14. Go through steps 3-12 and make sure that everything mentioned in those steps now works correctly: when you hide any columns in columns_settings.pl they are correctly hidden for the "Order" table, as well when exporting the table, the Fund, and Estimated delivery date columns are now exported. Note: this patch also respects Koha.Preference('EDIFACT') setting and when it's enabled it also correctly hides/shows and exports the 'supplier_report' column. Sponsored-by: Horowhenua Libraries Trust -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 02:37:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 00:37:55 +0000 Subject: [Koha-bugs] [Bug 32504] Empty column name, misaligning visibility, and export for basket/orders in table settings In-Reply-To: <bug-32504-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32504-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32504-70-SHfskvH7Qb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32504 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz --- Comment #17 from Aleisha Amohia <aleisha at catalyst.net.nz> --- Have attached a patch for 22.05.x, not sure how the bug status should change sorry but it should get tested before it's backported! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 07:30:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 05:30:11 +0000 Subject: [Koha-bugs] [Bug 34126] New: Tests in t/db_dependent/Koha/Patron.t fail due broken FK constraint Message-ID: <bug-34126-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34126 Bug ID: 34126 Summary: Tests in t/db_dependent/Koha/Patron.t fail due broken FK constraint Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: emmi.takkinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org Koha/Patron.t tests fail when apparently when patron should be deleted after paying accountlines: t/db_dependent/Koha/Patron.t .. 10/24 DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kv`.`accountlines`, CONSTRAINT `accountlines_ibfk_borrowers_2` FOREIGN KEY (`manager_id`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE SET NULL ON UPDATE CASCADE) at /home/emmi/Koha/Koha/Object.pm line 170 # Looks like you planned 14 tests but ran 12. # Failed test 'safe_to_delete() tests' # at t/db_dependent/Koha/Patron.t line 1124. Broken FK constraint# Looks like your test exited with 255 just after 14. t/db_dependent/Koha/Patron.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 11/24 subtests Test Summary Report ------------------- t/db_dependent/Koha/Patron.t (Wstat: 65280 Tests: 14 Failed: 1) Failed test: 14 Non-zero exit status: 255 Parse errors: Bad plan. You planned 24 tests but ran 14. Files=1, Tests=14, 8 wallclock secs ( 0.05 usr 0.00 sys + 7.20 cusr 0.57 csys = 7.82 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 07:34:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 05:34:15 +0000 Subject: [Koha-bugs] [Bug 34126] Tests in t/db_dependent/Koha/Patron.t fail due broken FK constraint In-Reply-To: <bug-34126-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34126-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34126-70-RVYQnKP7h2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34126 --- Comment #1 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- It's actually this line which fails: $patron->account->pay({ amount => 10, debits => [ $debit ] }); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:04:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:04:11 +0000 Subject: [Koha-bugs] [Bug 34126] Tests in t/db_dependent/Koha/Patron.t fail due broken FK constraint In-Reply-To: <bug-34126-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34126-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34126-70-HhHI9Bb2g3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34126 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |emmi.takkinen at koha-suomi.fi Status|NEW |Needs Signoff --- Comment #2 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152705 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152705&action=edit Bug 34126: Mock userenv in safe_to_delete() tests Koha/Patron.t tests failed due broken FK constraint error. Mocking userenv fixes this. To test prove t/db_dependent/Koha/Patron.t. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:07:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:07:51 +0000 Subject: [Koha-bugs] [Bug 34127] New: Allow to customize CSV export of basketgroup and add a ODS export Message-ID: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Bug ID: 34127 Summary: Allow to customize CSV export of basketgroup and add a ODS export Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org The CSV export of basketgroup is currently not customizable A customizable ODS export should also be useful -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:11:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:11:00 +0000 Subject: [Koha-bugs] [Bug 34121] Improve performance of Koha::Plugins::call In-Reply-To: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34121-70-Bc42YI5jU7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 Julian Maurice <julian.maurice at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #3 from Julian Maurice <julian.maurice at biblibre.com> --- Hi Kyle, As it is in master, Koha::Plugins::call runs one SQL query on the first invocation, and zero on the next invocations (thanks to Koha::Cache::Memory::Lite). With your patches, it will run 2 SQL queries on every invocations. Is it really faster ? (In reply to Kyle M Hall from comment #0) > In addition, get_enabled_plugins uses can_load to evaluate plugis, but call > already uses eval to call methods making the use of can_load and > $plugin_class->new() superfluous and wasteful. That's two different things. `get_enabled_plugins` instantiates each plugin object, while `call` uses these plugin object to invoke the plugin method. You can't invoke the plugin method without instantiating the plugin object first I can see that the patches are not finished yet, but wanted to give you an early feedback anyway. I hope that helps -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:15:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:15:33 +0000 Subject: [Koha-bugs] [Bug 12133] Guarantor requirements when registering a patron In-Reply-To: <bug-12133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12133-70-qbE1crziO1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12133 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148070|0 |1 is obsolete| | --- Comment #31 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152706 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152706&action=edit Bug 12133: Add requirements for guarantor and guarantee Add two requirements when registering a new patron: - A child patron must have a guarantor. This is controlled by a new syspref ChildNeedsGuarantor. - A guarantor cannot be a guarantee. Test plan: 1. Add a child patron without guarantor or child patron with guarantee as guarantor succesfully. 2. Apply this patch. 3. Add a child patron as a guarantor. => Error is raised. 4. Turn syspref "ChildNeedsGuarantor" ON. 5. Add a child patron without a guarantor and error "Child needs a guarantor" is raised. 6. Add guarantor. Guarantor can either be existing patron or added with "Contact" section. => Save without errors. Also prove t/db_dependent/Koha/Patron.t Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:16:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:16:54 +0000 Subject: [Koha-bugs] [Bug 12133] Guarantor requirements when registering a patron In-Reply-To: <bug-12133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12133-70-fzZV2ZUP24@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12133 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:28:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:28:52 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-PPUZ9r7jGM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #30 from Janusz Kaczmarek <januszop at gmail.com> --- Hi Aleisha, Thank you very much for you comment. I'm not sure in what sense this order is correct. If it means that the order conforms to what ICU sort with "strength: quaternary" should return, then OK. But I am still not sure if it conforms to the LCC Filling Rules (especially p. 1.3.1) cited by Heated in the initial report. Let's take the initial "Saint" example. I am getting (with the patch): Saint (Fictitious character) Saint Charles School Saint Hilaire Institute Saint-Nazaire (France) Saint, Eva Marie Do you get the same order? At the same time--according to Heated, and also to my intuition--it should be: Saint Charles School Saint, Eva Marie Saint (Fictitious character) Saint Hilaire Institute Saint-Nazaire (France) So, I am not sure if--assuming that I understand it well and correctly applied the patch--we get the expected result... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:55:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:55:16 +0000 Subject: [Koha-bugs] [Bug 21083] Batch patron modification does not allow to modify repeatable patron attributes In-Reply-To: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21083-70-JObc2trPsE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083 Philip Orr <philip.orr at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:55:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:55:18 +0000 Subject: [Koha-bugs] [Bug 21083] Batch patron modification does not allow to modify repeatable patron attributes In-Reply-To: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21083-70-N4bAn776Fq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083 Philip Orr <philip.orr at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149749|0 |1 is obsolete| | --- Comment #13 from Philip Orr <philip.orr at lmscloud.de> --- Created attachment 152707 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152707&action=edit Bug 21083: Handle repeatable patron attributes in batch patron modification tool This patch adds the ability to set patron attributes marked as repeatable in the batch patron modification tool. Prior to this patch they were ignored. Test plan: You should try with several combinaisons and set patron attributes using the batch patron modification tool. Make sure there is no data lose and that the result is what you expect Please detail in a comment what you tested. Signed-off-by: Philip Orr <philip.orr at lmscloud.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:55:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:55:21 +0000 Subject: [Koha-bugs] [Bug 21083] Batch patron modification does not allow to modify repeatable patron attributes In-Reply-To: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21083-70-pXin4QWrH0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083 Philip Orr <philip.orr at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149750|0 |1 is obsolete| | --- Comment #14 from Philip Orr <philip.orr at lmscloud.de> --- Created attachment 152708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152708&action=edit Bug 21083: Remove all attributes not only the first one Signed-off-by: Philip Orr <philip.orr at lmscloud.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 09:56:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 07:56:10 +0000 Subject: [Koha-bugs] [Bug 21083] Batch patron modification does not allow to modify repeatable patron attributes In-Reply-To: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21083-70-bXLkJ8Z2nm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083 Philip Orr <philip.orr at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philip.orr at lmscloud.de --- Comment #15 from Philip Orr <philip.orr at lmscloud.de> --- First thing I tested was to create a new borrower attribute with the name "School class" with nothing checked (so not repeatable), also not linked to any authorized values. It showed up in patron batch modification and worked correctly, the patrons I batch modified had the value I specified ("3a") added to their attribute. Then I tried setting the borrower attribute to repeatable. It still shows up in patron modification, so that's good. I tried setting a new value for the same patrons ("4b"). The old value "3a" was overwritten by the new value "4b", so that worked correctly. Then I manually gave each patron 3 separate values for the "School class" attribute, "3a", "4b" and "5c". Then I went back to patron modification and used batch patron modification to give them a new value "6d". This resulted in all of the previous values being deleted and instead the new value was saved. So instead of having three separate "School class" attributes, they now only had one with the value "6d". So that worked correctly as well. I then tried giving the patrons multiple "School class" values in the same batch patron modification and that worked as expected too: the old value "6d" was deleted and the multiple new values "3a", "6y" and "12b" were created for each patron. Then I thought it might be a good idea to test if I could change multiple different borrower attributes in the same batch patron modification. Unfortunately that doesn't work very well, as soon as one the borrower attributes is connected to an authorized value (in this case our usual attribute "Show barcode" connected to the authorized value YES_NO) then in batch patron modification all the text entry fields for all borrower attributes are changed to authorized value drop down fields. So I couldn't edit "School class" and "Show barcode" at the same time in batch patron modification. I don't know if that's already an existing bug or if I should make a new bug for that. Anyway besides that everything works as expected. Only the currently saved borrower attributes "3a", "6y" and "12b" are found in borrower_attributes: SELECT * FROM borrower_attributes id borrowernumber code attribute 38 47 CLASS 3a 39 47 CLASS 6y 40 47 CLASS 12b 41 18 CLASS 3a 42 18 CLASS 6y 43 18 CLASS 12b 44 12 CLASS 3a 45 12 CLASS 6y 46 12 CLASS 12b 47 16 CLASS 3a 48 16 CLASS 6y 49 16 CLASS 12b -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 10:14:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 08:14:15 +0000 Subject: [Koha-bugs] [Bug 29074] DefaultHoldExpirationdatePeriod blank value interpreted as zero In-Reply-To: <bug-29074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29074-70-4lqH4cMDeJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29074 --- Comment #4 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to Marius from comment #3) > If I don't put the packet, with "DefaultHoldExpirationdate" on the set and > with DefaultHoldExpirationdatePeriod blank, the reservation expiration date > remains blank. This is odd, without using this patch if DefaultHoldExpirationdatePeriod is blank, expiration date is set in database but it's not displayed in Koha. And even odder, this happens only if syspref dateformat is set as any other than yyyy-mm-dd. This seems like an whole other bug to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:05:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:05:45 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-bqzPAPm1wT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Should this be yet another system preference then Marcel? We felt this change, along with bug 15504, significantly clarified how updated_on and lastseen complimented each other and worked. I'd like some librarian opinions on this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:05:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:05:55 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-dbVYQlerGw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:06:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:06:22 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-ElqlLX009n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:06:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:06:32 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-EsZhwhV18i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:06:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:06:43 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-jdwCfcGi7O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:09:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:09:54 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-DZsyQZJQLV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:09:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:09:56 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-SdF2SOptA8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152701|0 |1 is obsolete| | --- Comment #2 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152709&action=edit Bug 34058: Add table_prefix argument to buildPatronSearchQuery -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:09:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:09:59 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-WkyW17Y8lf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 --- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152710 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152710&action=edit Bug 34058: Use buildSearchPatronQuery when searching for patrons on left side filters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:12:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:12:25 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-rXk6nJwrby@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 --- Comment #4 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- To test: Do the instructions on bug description, verify the issue occurs, apply patch, issue should not occur anymore. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:37:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:37:11 +0000 Subject: [Koha-bugs] [Bug 34128] New: Series entry in the 490 field causes the ordering of items to change in the holdings table Message-ID: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 Bug ID: 34128 Summary: Series entry in the 490 field causes the ordering of items to change in the holdings table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: matt.blenkinsop at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl The presence of a series entry in the 490 field causes the ordering of items to change in the holdings table. The different ordering is designed to display serial/journal items correctly but it shouldn't be triggered by a 490 entry for a "Books" item type To replicate: 1) In cataloging, click on New record 2) Fill in all the required fields with generic data, ensuring that the 942c field (Koha item type) is "Books" 3) In the 490a field - fill in any string as the Series statement 4) Click save 5) You should now be on the Add item page. We need to add 3+ items, making sure that the Home and Current libraries for each item are in reverse alphabetical order. e.g. Item 1: - Home library: Midway - Current library: Midway Item 2: - Home library: Fairview - Current library: Fairview Item 1: - Home library: Centerville - Current library: Centerville 6) In the top searchbar, find your new item that you have just added 7) On the item detail page, the holdings table will be displaying the items in reverse alphabetical order by library rather than in alphabetical order as it should be by default -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:56:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:56:44 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-0xESDOJPzH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> 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. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:56:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:56:46 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-rL8jAMV5Co@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 --- Comment #1 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> --- Created attachment 152711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152711&action=edit Bug 34128: Prevent holdings table from incorrectly ordering items This patch stops the hildings table from incorrectly ordering books as serials Test plan: 1) In cataloging, click on New record 2) Fill in all the required fields with generic data, ensuring that the 942c field (Koha item type) is "Books" 3) In the 490a field - fill in any string as the Series statement 4) Click save 5) You should now be on the Add item page. We need to add 3+ items, making sure that the Home and Current libraries for each item are in reverse alphabetical order. e.g. Item 1: - Home library: Midway - Current library: Midway Item 2: - Home library: Fairview - Current library: Fairview Item 1: - Home library: Centerville - Current library: Centerville 6) In the top searchbar, find your new item that you have just added 7) On the item detail page, the holdings table will be displaying the items in reverse alphabetical order by library rather than in alphabetical order as it should be by default. 8) Apply patch 9) Refresh the item detail page - the items should now be correctly ordered. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 11:56:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 09:56:57 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-JaAmUInPuK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |matt.blenkinsop at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:07:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:07:08 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-glP24bU9VN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151322|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:07:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:07:38 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-msj0WSk9Fa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151353|0 |1 is obsolete| | --- Comment #42 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152712 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152712&action=edit Bug 23336: Unit tests This patch adds unit tests for the new checkout availability endpoint we're going to introduce in this patchset. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:07:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:07:42 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-dJoqnKSGWU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151354|0 |1 is obsolete| | --- Comment #43 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152713 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152713&action=edit Bug 23336: Add checkout API's This patch adds API's to allow for a checkout flow using the RESTful API. We add an availability endpoint to check an items current availability status. The endpoint can be found at `/checkouts/availability` and is a GET request that requires item_id and patron_id passed as parameters. We return an availability object that includes blockers, confirms, warnings and a confirmation token to be used for checkout. We also add a corresponding checkout method to the `/checkouts` endpoint. The method accepts a POST request with checkout details including item_id , patron_id and the confirmation token in the body. Future work: We should properly migrate CanBookBeIssued into Koha::* and use that here instead of refering to C4::Circulation. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:07:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:07:46 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-C8b5msDFXd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151355|0 |1 is obsolete| | --- Comment #44 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152714 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152714&action=edit Bug 23336: Fix inconsistent return of AddIssue AddIssue can on occasion create a renewal instead of a fresh issue and in such a case we currently return undefined. We should be consistent and return the existing issue object for the renewal. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:07:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:07:50 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-4AppKpX6ns@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151356|0 |1 is obsolete| | --- Comment #45 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152715 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152715&action=edit Bug 23336: (follow-up) Switch to using Koha::Token Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:07:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:07:53 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-YkI0b92rpK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151357|0 |1 is obsolete| | --- Comment #46 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152716 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152716&action=edit Bug 23336: (QA follow-up) Minor fixes This patch deals with some QA script warnings, and also makes some changes in line with bug 33556. We also adds current user id and checkout item id into the confirmation token to improve security and fix the failing tests. Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:08:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:08:25 +0000 Subject: [Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron In-Reply-To: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23336-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23336-70-4tdqyJ7mn2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:10:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:10:36 +0000 Subject: [Koha-bugs] [Bug 24401] REST API: Check-in In-Reply-To: <bug-24401-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24401-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24401-70-nCiW2RJ2TC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151184|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152717 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152717&action=edit Bug 24401: REST API: Check-in Updating files to include API endpoints for check-ins Test plan: 1) Apply bug 23336 as there are dependencies in there required for this to work 2) Apply this patch 3) Run unit tests in t/db_dependent/api/v1/checkouts.t 4) Make POST request to http://yourlibrary/api/v1/checkouts with request body containing 'item_id' & 'library_id' properties. - Observe returned data and HTTP code - 201 for item checked in - 403 for check in not allowed - 409 for Item not found - 400 for item not checked out Sponsored-by: Auckland University of Technology -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:11:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:11:23 +0000 Subject: [Koha-bugs] [Bug 24401] REST API: Check-in In-Reply-To: <bug-24401-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24401-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24401-70-Hd9VB9za6R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:22:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:22:51 +0000 Subject: [Koha-bugs] [Bug 34123] Ability to filter the Holds Cancellation tab by branch In-Reply-To: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34123-70-dvJbipgzRb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34123 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- What page does this refer to? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:25:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:25:31 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-40BJh9s6YK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152146|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152718&action=edit Bug 33952: Add tests Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:25:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:25:34 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-hBViItfJ6W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152147|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152719 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152719&action=edit Bug 33952: Koha::Biblio->normalized_isbn to squash get_normalized_isbn Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:26:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:26:36 +0000 Subject: [Koha-bugs] [Bug 33952] Add Koha::Biblio->normalized_isbn In-Reply-To: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33952-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33952-70-9ELoisfd7c@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize at ptfs-europe | |.com --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- At first thought, I'd love to have seen us not rely upon C4::Koha:: in here.. but when inspecting that code I decided we could drop that at a later date and let this move forward. Signing off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:28:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:28:26 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-7ZmEVyyYPL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152148|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152720 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152720&action=edit Bug 33953: Adjust tests Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:28:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:28:29 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-RuRlqEhHs8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152149|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152721 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152721&action=edit Bug 33953: Koha::Biblio->ratings Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:29:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:29:18 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-oZXerOviqU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|Needs Signoff |Signed Off --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Great to see these relations being added.. going straight for a PQA here as it's a trivial patch and is working exactly as expected. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:29:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:29:24 +0000 Subject: [Koha-bugs] [Bug 33953] Add Koha::Biblio->ratings In-Reply-To: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33953-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33953-70-3PEEf6Y8iX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:33:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:33:01 +0000 Subject: [Koha-bugs] [Bug 34125] JS error on OPAC detail page when Coce is on and OPACURLOpenInNewWindow is set to 'do'. In-Reply-To: <bug-34125-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34125-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34125-70-6UcujOftOt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34125 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- *** This bug has been marked as a duplicate of bug 33848 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:33:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:33:01 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-06S2FMSi5j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 --- Comment #5 from Owen Leonard <oleonard at myacpl.org> --- *** Bug 34125 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:35:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:35:37 +0000 Subject: [Koha-bugs] [Bug 29074] DefaultHoldExpirationdatePeriod blank value interpreted as zero In-Reply-To: <bug-29074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29074-70-9saCFI28Mt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29074 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to Emmi Takkinen from comment #4) > (In reply to Marius from comment #3) > > If I don't put the packet, with "DefaultHoldExpirationdate" on the set and > > with DefaultHoldExpirationdatePeriod blank, the reservation expiration date > > remains blank. > > This is odd, without using this patch if DefaultHoldExpirationdatePeriod is > blank, expiration date is set in database but it's not displayed in Koha. > > And even odder, this happens only if syspref dateformat is set as any other > than yyyy-mm-dd. This seems like an whole other bug to me. This happanes because expiration date input has attribute 'data-flatpickr-futuredate="true"'. When this is set, expiration dates set as today or in the past aren't displayed. Which can now happen if "DefaultHoldExpirationdate" is enabled and "DefaultHoldExpirationdatePeriod" is blank. Setting this bug back to "Needs Signoff". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:38:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:38:51 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-vFbwNhPJii@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 --- Comment #6 from Owen Leonard <oleonard at myacpl.org> --- (In reply to Lucas Gass from comment on Bug 34125 #0) > To recreate: > > 1. Turn on Coce. > 2. Set OPACURLOpenInNewWindow to 'Do'. > 3. Go to an OPAC detail page that should return a Coce image. > 4. Nothing loads, and if you look at the console you will see the error > 'parent.find is not a function' coming from coce.js I hadn't made a connection to OPACURLOpenInNewWindow, that makes things all the more confusing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:43:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:43:23 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-DIEeY9M6Gl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:43:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:43:26 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-pA2PCBQQ6p@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 --- Comment #7 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152722 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152722&action=edit Bug 33848: Enabling Coce in the OPAC breaks cover images on bibliographic detail page Bug 32412 added an additional "context" parameter to KOHA.coce.getURL. The code which pulls a Coce image for the "main" cover image slider needs to include the correct context parameter for the images to load. This patch also makes a minor correction to CSS in order to make the cover image slider "dots" change color to highlight the current slide. To test, apply the patch and rebuild the OPAC CSS. - Enable multiple cover image sources in the OPAC including Coce, e.g. Amazon, Google, OpenLibrary, etc. - Search for a title which will match multiple cover image sources. In the sample data a search for "Perl" will return good results. - Note the number of cover images loading for a title in the search results. - View the detail page for that title. There should be the same number of covers in the cover image slider. - Clicking the slider navigation dots should work to show each image, and the dot should change color to highlight the current image. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 12:48:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 10:48:01 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-qG0b1zn6SX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 --- Comment #8 from Owen Leonard <oleonard at myacpl.org> --- I'm not certain this is the correct solution but it seems to work. I don't know what the connection is to OPACURLOpenInNewWindow though. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:01:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:01:44 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-qbNRN5gXj6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED Depends on| |34094 --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- This needs a rebase on top of bug 34094. Coming soon. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:01:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:01:44 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-IdSTXR8sJd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34092 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:03:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:03:23 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-OWvaOM2h2T@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Sally <sally.healey at cheshiresharedservices.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:04:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:04:57 +0000 Subject: [Koha-bugs] [Bug 33817] Composition of an item bundle can be changed if checked out In-Reply-To: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33817-70-rGvP32PJGD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151662|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152723 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152723&action=edit Bug 33817: Prevent item bundle that is checked out to be modified Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:05:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:05:00 +0000 Subject: [Koha-bugs] [Bug 33817] Composition of an item bundle can be changed if checked out In-Reply-To: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33817-70-YS0Kul9Ei3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151663|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152724 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152724&action=edit Bug 33817: Enforce server-side Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:05:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:05:04 +0000 Subject: [Koha-bugs] [Bug 33817] Composition of an item bundle can be changed if checked out In-Reply-To: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33817-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33817-70-tvZnVWHICK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817 --- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152725 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152725&action=edit Bug 33817: (follow-up) Fix spec and messages This patch should resolve the issues highlighted at signoff time by Victor. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:07:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:07:48 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-qufcixN04h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:12:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:12:33 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-Rlbp7cxqOX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|32772 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772 [Bug 32772] Patron autocomplete should not use contains on all fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:12:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:12:33 +0000 Subject: [Koha-bugs] [Bug 32772] Patron autocomplete should not use contains on all fields In-Reply-To: <bug-32772-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32772-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32772-70-TutSMWodjb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34083 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:13:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:13:18 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-suyruPYM1X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 --- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Martin Renvoize from comment #6) > Should this be yet another system preference then Marcel? We felt this > change, along with bug 15504, significantly clarified how updated_on and > lastseen complimented each other and worked. I'd like some librarian > opinions on this. YASP: Yet another sys pref :) Not necessarily. Could we think of fields in the borrowers table that are not really part of your patron record definition like lastseen and move them to a separate table perhaps ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:17:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:17:58 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-EIcphEbpAG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #30 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Nick Clemens from comment #29) > We found the issue, it is related to plugins that create their own objects > (Curbside is known offender) Great, you catched it. It is always something else ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:18:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:18:04 +0000 Subject: [Koha-bugs] [Bug 32629] Add option for deleting resolved ILL requests to cleanup_database.pl In-Reply-To: <bug-32629-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32629-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32629-70-7rxC1m3fXi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32629 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29109 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- The backend may let the deletion of the request in whatever status, can it not? Regardless, this bug is about adding the possibility of cleaning up "resolved" requests from the database. I think we need to first set what a "resolved" request is. Is it "COMP", "CANCREQ", both, something else? Perhaps have a default definition of what a "resolved" request is, and add an argument to the script for custom "resolved" status conditions (this would also enable setting statuses that are backend specific, something we have no way of knowing from core alone). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:18:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:18:04 +0000 Subject: [Koha-bugs] [Bug 29109] Delete ILL requests manually In-Reply-To: <bug-29109-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29109-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29109-70-kFOwSKcfqG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29109 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32629 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:18:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:18:12 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-GyfqVudWb8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:21:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:21:18 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-JkjwzuY2ur@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #31 from Nick Clemens <nick at bywatersolutions.com> --- If the current patches aren't working as needed, we may want to look into building the authority sort field using: https://metacpan.org/pod/MARC::Field::Normalize::NACO Or something similar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:25:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:25:48 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-4FYuo6UsWa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #31 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Nick Clemens from comment #29) > # register the additional schema classes > Koha::Schema->register_class(CurbsidePickup => > 'Koha::Schema::Result::CurbsidePickup'); [...] > Koha::Database->schema({ new => 1 }); > } If you use these plugins/tables, why not add these classes to the standard schema? > I think the patches on this report still make sense, they remove an > unecessary status change. We dont really need them anymore. No strong opinion on that. > and I think get_enabled_plugins should be using the plugin_methods table to > avoid loading plugins that don't have the method we need? Or just use normal connection or make a different connection later on ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:40:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:40:22 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-MIwy0Ck3FL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Please see also bug 34094 and bug 34092.. They both also resolve this issue I believe and attempt to ratify the code too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:41:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:41:00 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-U2eYmXIrEj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34092 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:41:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:41:00 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-w1zQ6TlBFN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34106 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:41:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:41:08 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-GtiPK7pl7o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34094 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:41:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:41:08 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-zZvVgGdmUg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34106 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:46:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:46:45 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-N54c41cfjr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|33117 |34083 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 [Bug 33117] Patron checkout search not working if searching with second surname https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:46:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:46:45 +0000 Subject: [Koha-bugs] [Bug 33117] Patron checkout search not working if searching with second surname In-Reply-To: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33117-70-VYfRHhh3iY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34094 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:46:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:46:45 +0000 Subject: [Koha-bugs] [Bug 34083] Patron auto-complete fails if organization patron full name is in a single field separated by a space In-Reply-To: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34083-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34083-70-auRHFGPQe6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34094 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:47:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:47:57 +0000 Subject: [Koha-bugs] [Bug 32018] Update font awesome version In-Reply-To: <bug-32018-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32018-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32018-70-sAqDXZhYeS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32018 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- *** This bug has been marked as a duplicate of bug 32910 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:47:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:47:57 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-TqHBOP81D0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 --- Comment #27 from Owen Leonard <oleonard at myacpl.org> --- *** Bug 32018 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:48:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:48:41 +0000 Subject: [Koha-bugs] [Bug 34129] New: Responsive table button icon broken after FontAwesome upgrade Message-ID: <bug-34129-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34129 Bug ID: 34129 Summary: Responsive table button icon broken after FontAwesome upgrade Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 32910 The plus/minus buttons that appear in place of responsively-hidden columns in the OPAC are broken after the FontAwesome upgrade. The icons don't appear anymore. I though the issue was with the Unicode defined in _common.scss, and while replacing 'content: "\f067";' with 'content: "\2b";' works for the "plus" button, the "minus" button stays broken no matter what Unicode I plug in. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 [Bug 32910] Upgrade fontawesome icons to V6 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:48:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:48:41 +0000 Subject: [Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6 In-Reply-To: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32910-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32910-70-LXPdN2amew@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34129 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34129 [Bug 34129] Responsive table button icon broken after FontAwesome upgrade -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 13:50:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 11:50:20 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-6a9MkYm4iw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152567|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152726 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152726&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:33:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:33:42 +0000 Subject: [Koha-bugs] [Bug 34130] New: ILL requests table won't load if request_placed date is null Message-ID: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Bug ID: 34130 Summary: ILL requests table won't load if request_placed date is null Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com CC: pedro.amorim at ptfs-europe.com We are seeing older requests that have no date placed break the display of the table -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:33:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:33:51 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-KEC2SqCDoM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22440 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 [Bug 22440] Improve ILL page performance by moving to server side filtering -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:33:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:33:51 +0000 Subject: [Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering In-Reply-To: <bug-22440-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22440-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22440-70-tpZQOKm8nz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34130 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 [Bug 34130] ILL requests table won't load if request_placed date is null -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:46:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:46:14 +0000 Subject: [Koha-bugs] [Bug 34131] New: Plugins page breadcrumbs and side menu not consistent Message-ID: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 Bug ID: 34131 Summary: Plugins page breadcrumbs and side menu not consistent Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: pedro.amorim at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Install a tool plugin: https://github.com/bywatersolutions/koha-plugin-label-maker/releases/tag/v1.1.2 Install a non-tool plugin: https://github.com/PTFS-Europe/koha-plugin-ill-avail-browzine/releases/tag/1.0.2 1) Go to admin and click "Manage plugins", check the side menu, it's highlighted on "Tool plugins" and the side menu is from tools, not admin. 2) Go to admin and click "Manage jobs", check the side menu, "Plugins" is there, but when you click on it, you go to 1), and can't come back. 3) On the plugin page at /cgi-bin/koha/plugins/plugins-home.pl Notice how the breadcrumbs are "Tools > Plugins" even when "View plugins by class" is set to all, or a different plugin class. 4) Apply patch, verify again. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:47:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:47:22 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-7pq6WNl3HM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 Pedro Amorim <pedro.amorim at ptfs-europe.com> 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. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:47:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:47:25 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-beNTf9vAXe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152727 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152727&action=edit Bug 34131: Update breadcrumbs and side bar Update plugins-home accordingly if tool plugins only filter is being used or not Update breadcrumbs for plugins-disabled page -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:47:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:47:27 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-WmdpmGRu9m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 --- Comment #2 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152728&action=edit Bug 34131: Add 'current' class on correct side menu link This changes the way we're looking for the correct menu item to set as active. If we don't find an exact match for path+params, we attempt to set 'current' to just matching on path. What this does is it sets the 'Plugins' menu item as active, even if the url is 'plugins-home.pl?method=report -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:48:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:48:14 +0000 Subject: [Koha-bugs] [Bug 23775] Claiming a serial issue doesn't create the next one In-Reply-To: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23775-70-fibLqE1KAX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152696|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152729 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152729&action=edit Bug 23775: Claiming a serial issue doesn't create the next one Whenever we need to generate manually a new serial we go to page 'serials-edit.pl'. With this patch it is possible to generate a new serial on page 'serials.pl'. Test Plan: -- Previously we need a serial which is in EXPECTED status & the Date received should not be later than today -- 1) On the intra. Make sure to have at least 1 subscription for a bibliographic record & 1 vendor linked 2) Then Home > Serials > Claims > Claims for <your_vendor_name> 3) Tick the checkbox of the row where the status is EXPECTED then 4) Click 'Send notification' 5) Notice the status of the row : it is now CLAIMED 6) To verify: Home > Serials > Serial collection information for <your_record_name> 7) Here the status is CLAIMED too but nothing happened around 8) Apply patch 9) Repeat from 2) to 6) 10) The status is still CLAIMED & the new serial with status EXPECTED is freshly generated Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:48:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:48:31 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-Vq86Lpwlcw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com, oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:48:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:48:39 +0000 Subject: [Koha-bugs] [Bug 23775] Claiming a serial issue doesn't create the next one In-Reply-To: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23775-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23775-70-NlkuSHLwnp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com CC| |martin.renvoize at ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Working as expected, unit tests included, qa script happy. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:53:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:53:28 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-LQr16RA3CJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:53:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:53:30 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-xDhRu4bzmB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127214|0 |1 is obsolete| | Attachment #127215|0 |1 is obsolete| | Attachment #128985|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152730 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152730&action=edit Bug 29390: Allow to check on FK existence with field name Sometimes easier (or even safer) to check for FK on specific field name rather than constraint name (which may be created automatically). Test plan: Run t/db_dependent/Installer.t Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:53:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:53:32 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-dSjXdSxa78@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152731 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152731&action=edit Bug 29390: Add a few missing FK constraints to authorised values Test plan: See next patch. Resolving syntax error here. Run dbrev or new install. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:53:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:53:35 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-LJvqp437xO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152732 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152732&action=edit Bug 29390: Fix syntax error in atomic update Test plan: Run dbrev or new install. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:53:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:53:37 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-jdZxTVnN2e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #14 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152733 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152733&action=edit Bug 29390: Rename atomicupdate file Renamed bug number too. Added a count since an existing FK or an error may impact the count (not to mention running the dbrev multiple times). Remove Dumper. Test plan: If running it previously worked, run it again and see 0 added. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:53:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:53:40 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way? In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-IGcKgPZo2d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #15 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152734 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152734&action=edit Bug 29390: Remove unexisting Unititle from marc21_framework_DEFAULT This applies to new installs only. If you run the dbrev, you may have seen: Found the following bad authorised values categories in marc_tag_structure: Unititle Have set these values in marc_tag_structure to NULL No separate test plan. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:54:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:54:23 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Add a few missing foreign keys In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-y88N0whBUl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Authorised values: Why not |Authorised values: Add a |adding the FK on the way? |few missing foreign keys -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:54:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:54:58 +0000 Subject: [Koha-bugs] [Bug 33888] Overdues with fines report displays error 500 In-Reply-To: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33888-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33888-70-VDslcnT6GW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Keywords|rel_23_05_candidate | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 14:56:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 12:56:00 +0000 Subject: [Koha-bugs] [Bug 29390] Authorised values: Add a few missing foreign keys In-Reply-To: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29390-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29390-70-szezUGSxKv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |The dbrev of this patch release notes| |adds the following (7) | |foreign keys to authorised | |value categories: | | | |additional_fields_authorise | |d_value_categories_fk | |auth_subfield_structure_aut | |horised_value_categories_fk | |auth_tag_structure_authoris | |ed_value_categories_fk | |borrower_attribute_types_au | |thorised_value_categories_f | |k | |club_template_enrollment | |_fields_authorised_value_ca | |tegories_fk | |club_template_fields_author | |ised_value_categories_fk | |marc_tag_structure_authoris | |ed_value_categories_fk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:01:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:01:47 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-tc0P79G58F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:04:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:04:39 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-gqXuEjo95D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #32 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #31) > (In reply to Nick Clemens from comment #29) > > I think the patches on this report still make sense, they remove an > > unecessary status change. > > We dont really need them anymore. No strong opinion on that. This got enough attention now to push it into the RM queue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:07:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:07:47 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-VTmW5u376r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152366|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152735 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152735&action=edit Bug 33879: Add unit test to show problem Test plan: Run t/db_dependent/Auth.t without second patch. Should fail: # got: 'opac' # expected: 'intranet' Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Björn Nylén <bjorn.nylen at ub.lu.se> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:07:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:07:50 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-dCpoAPU21B@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152367|0 |1 is obsolete| | --- Comment #20 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152736 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152736&action=edit Bug 33879: Do no longer overwrite interface in check_cookie_auth This will only have effect on installations running OPAC and staff on the same domain name. In that case an OPAC cookie still allows you to access intranet, and v.v. Test plan: Repeat the following steps WITHOUT this patch and WITH it. Login via OPAC. Go to staff. Perform an action that logs the interface in e.g. the statistics table, like a checkout. Inspect interface in the corresponding table. Observe difference that this patch makes. With this patch: Run t/db_dependent/Auth.t. Should pass again. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Björn Nylén <bjorn.nylen at ub.lu.se> Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:09:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:09:08 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-vHl54CxRyN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:09:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:09:23 +0000 Subject: [Koha-bugs] [Bug 33879] Check_cookie_auth overwrites interface set by get_template_and_user In-Reply-To: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33879-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33879-70-1MDUxoH5PX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #21 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Whilst we continue to support same domain using different ports for staff and opac I think this change makes a lot of sense.. Patch works as described, tests are included and passing and the qa scripts are happy. No regressions found in manual testing either.. though I'd will be paying attention throughout the cycle just in case there's some unforeseen issue present. Passing QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:10:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:10:05 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-Orlh6lkNos@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #33 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- It makes no sense anymore with bug 33987 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:10:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:10:40 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-7EX7dMqAe8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:13:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:13:10 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-0Ucejs3wya@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #34 from Nick Clemens <nick at bywatersolutions.com> --- That one deals with import_records updates - this one deals with import_batches - it removes a status change that will never be committed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:13:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:13:18 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-2ufAUxvWa7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:13:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:13:23 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-UGk5SnqZf9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:13:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:13:28 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-NXnGgLsqLb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:18:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:18:14 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-vjRRCMqDMi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #35 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- What happened with: - SetImportBatchStatus($batch_id, 'importing'); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:23:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:23:17 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-53JEY1btOn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #36 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- This needs attention ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:23:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:23:31 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-m7eLexBvp8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:23:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:23:36 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-3Y0PumhPdn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152737 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152737&action=edit Bug 34130: Make requested_date nullable in api definition -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:24:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:24:56 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-yNxgbHQqhq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:25:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:25:02 +0000 Subject: [Koha-bugs] [Bug 12802] Send notices using several email addresses In-Reply-To: <bug-12802-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12802-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12802-70-nRd0uWQMu3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:27:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:27:46 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-6EZ7wRn3o3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:27:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:27:48 +0000 Subject: [Koha-bugs] [Bug 33972] Possible deadlock in C4::ImportBatch::SetimportBatchStatus from BatchCommitRecords In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-pc0fDU9LAU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152654|0 |1 is obsolete| | Attachment #152655|0 |1 is obsolete| | --- Comment #37 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152738 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152738&action=edit Bug 33972: Remove settings of batch status to imorting This change was done in a transaction - it would either be set as imported on success, or rolled back to staged on failure There is no need for the intermediate status which is never committed Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:28:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:28:16 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-fSRyXXZiaz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Possible deadlock in |Remove unnecessary batch |C4::ImportBatch::SetimportB |status change in |atchStatus from |C4::ImportBatch |BatchCommitRecords | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:31:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:31:23 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-2QpkacQvbV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152575|0 |1 is obsolete| | --- Comment #21 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152739 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152739&action=edit Bug 34064: Add an audit script to compare database with kohastructure.sql This script can take a connected database handle and compare that database schema against kohastructure.sql to see what changes the database would need in order to match kohastructure.sql NOTE: It uses SQL::Translation::Diff, which is installed with DBIx::Class. WARNING: The diff doesn't seem to compare comments, so that difference won't appear in the output. If we wanted, we could easily enhance the audit_database.pl script to also compare comments. WARNING: The output is a proposed series of SQL commands. While they are useful to review, they won't always duplicate the changes done by updatedatabase.pl, so it's important to carefully analyze the output. The key purpose of this audit script is to just highlight the differences between the two. Test plan: 0. Apply patch 1. vi ./installer/data/mysql/kohastructure.sql 2. Comment out some columns, change NULL status, or whatever you like 3. perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql 4. Note that the output includes SQL commands to change the database to match the new kohastructure.sql 5a. Try using koha-foreach and note that the database name appears above the database comparison 5b. koha-foreach "perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql" Signed-off-by: Emmi Takkinen <emmi.takkinen at koha-suomi.fi> Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:31:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:31:26 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-eIqDr2i0ZW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152576|0 |1 is obsolete| | --- Comment #22 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152740 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152740&action=edit Bug 34064: Remove no_batch_alters option This change removes the no_batch_alters option. When working with real world databases, you really want to use batch alters to group together changes. Otherwise, the output becomes too overwhelming/unwieldy. On real world databases, I'm noticing big discrepancies, although I think most of the time this is a difference in the collation at the column level. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:32:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:32:20 +0000 Subject: [Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script In-Reply-To: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34064-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34064-70-LiN7UQfWZX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com --- Comment #23 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I think this is actually really rather useful to admins.. it's a simple way to do the compare of dumps that Jonathan suggests, but in a nice report. Script works, doesn't cause any harm.. I'm going to PQA :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:40:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:40:08 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-iNVFOigqli@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:40:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:40:10 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-xJ1VDjcyNb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152737|0 |1 is obsolete| | --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152741 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152741&action=edit Bug 34130: Make requested_date nullable in api definition This patch allows the requested_date for an ILL request to be NULL to accomodate older data To test: 1 - Install the Koha 2 Koha ILL plugin: https://gitlab.com/koha-community/plugins/koha-plugin-ill-koha 2 - Enable the ILL system preference 3 - Force an ILL request with minimal data from backend: INSERT INTO illrequests (borrowernumber,biblio_id,branchcode,backend,status) VALUES (5,3,'CPL','Koha','placed'); 4 - View the ILL table 5 - Error: {"message":"Expected string - got null.","path":"\/body\/0\/requested_date"} 6 - Apply patch 7 - Table loads successfully Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:40:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:40:33 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-H07VWOgyG5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- Trivial change, passing QA to allow RM to agree (or not) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:41:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:41:18 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-9QS6UqYBoI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152726|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152742&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:41:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:41:37 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-iqtF9PueaF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34094 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:41:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:41:37 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-j8DiVpPD21@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34106 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:42:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:42:51 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-XuF3d71uix@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152641|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152743 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152743&action=edit Bug 34106: Retain searchtype parameter in member-search-box To test: 1. In the main search header switch to 'Search patrons'. Bring up the dropdown and look at 'Search type:'. 2. It defaults to 'Starts with'. 3. Go to '/cgi-bin/koha/members/members-home.pl' and look at the 'Search type:' on the left side. 4. It defaults to 'Contains' 5. Do a patron search from both these places, setting the 'Search type' to contains. 6. The search bar in the header always resets to 'Starts with' 7. Apply patch 8. Try everything again. By default both places should default to contain. 9. If you change the 'Search type' the search in the main header should always retain that value. Signed-off-by: Ed Veal <eveal at mckinneytexas.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:45:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:45:13 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-DM18ZpYtL3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Small patch |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:45:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:45:16 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-YJium14a4A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #38 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152744 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152744&action=edit Bug 33972: Remove settings of batch status to importing This change was done in a transaction - it would either be set as imported on success, or rolled back to staged on failure There is no need for the intermediate status which is never committed Signed-off-by: Nick Clemens <nick at bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:45:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:45:26 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-0v5rGSIXFn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:45:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:45:35 +0000 Subject: [Koha-bugs] [Bug 31452] Attach item process allows for deleting of bib with holds with no warning In-Reply-To: <bug-31452-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31452-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31452-70-zLFeL1xhlX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31452 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:45:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:45:43 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-KiRgDLGdAE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152738|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:45:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:45:54 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-TETPQJlDD0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 15:46:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 13:46:07 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-2zA73dpGMz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 --- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Rebased on 34106 as discussed with Pedro.. this patch included most of 34106... but it didn't clearly highlight it was doing so.. nice to keep them distinct. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:01:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:01:08 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-8MArdkNjF5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:01:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:01:10 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-yEPj4n8PJp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152727|0 |1 is obsolete| | Attachment #152728|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152745&action=edit Bug 34131: Update breadcrumbs and side bar Update plugins-home accordingly if tool plugins only filter is being used or not. Update breadcrumbs for plugins-disabled page Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:01:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:01:12 +0000 Subject: [Koha-bugs] [Bug 34131] Plugins page breadcrumbs and side menu not consistent In-Reply-To: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34131-70-24B7NWbzvI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131 --- Comment #4 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152746 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152746&action=edit Bug 34131: Add 'current' class on correct side menu link This changes the way we're looking for the correct menu item to set as active. If we don't find an exact match for path+params, we attempt to set 'current' to just matching on path. What this does is it sets the 'Plugins' menu item as active, even if the url is 'plugins-home.pl?method=report Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:15:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:15:13 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-qvOsCL8QSC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:15:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:15:15 +0000 Subject: [Koha-bugs] [Bug 33848] Enabling Coce in the OPAC breaks cover images on bibliographic detail page In-Reply-To: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33848-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33848-70-JBi1btdGEM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152722|0 |1 is obsolete| | --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152747 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152747&action=edit Bug 33848: Enabling Coce in the OPAC breaks cover images on bibliographic detail page Bug 32412 added an additional "context" parameter to KOHA.coce.getURL. The code which pulls a Coce image for the "main" cover image slider needs to include the correct context parameter for the images to load. This patch also makes a minor correction to CSS in order to make the cover image slider "dots" change color to highlight the current slide. To test, apply the patch and rebuild the OPAC CSS. - Enable multiple cover image sources in the OPAC including Coce, e.g. Amazon, Google, OpenLibrary, etc. - Search for a title which will match multiple cover image sources. In the sample data a search for "Perl" will return good results. - Note the number of cover images loading for a title in the search results. - View the detail page for that title. There should be the same number of covers in the cover image slider. - Clicking the slider navigation dots should work to show each image, and the dot should change color to highlight the current image. Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:18:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:18:32 +0000 Subject: [Koha-bugs] [Bug 8371] Add global level issuing rules (number of checkouts over all libraries, etc.) In-Reply-To: <bug-8371-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8371-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8371-70-E0F6jT1Suu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8371 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com --- Comment #2 from mathieu saby <mathsabypro at gmail.com> --- Hi There is still no equivalent of "maxreserves" for checkouts (a global level limit). This posed a problem for my library when we moved to Koha. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:20:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:20:00 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-SNxGvjmkuz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34014 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:20:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:20:00 +0000 Subject: [Koha-bugs] [Bug 34014] There is no way to fix records with broken MARCXML In-Reply-To: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34014-70-u7YHgOdRAr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33270 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:21:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:21:09 +0000 Subject: [Koha-bugs] [Bug 29190] Additional contents: Cache local pages In-Reply-To: <bug-29190-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29190-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29190-70-v8M7tYYKBK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29190 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Closing -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:28:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:28:01 +0000 Subject: [Koha-bugs] [Bug 13556] Undo Item deletion In-Reply-To: <bug-13556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13556-70-K5c5busp1o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13556 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:28:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:28:32 +0000 Subject: [Koha-bugs] [Bug 27362] Add Undo functionality to the Advanced Cataloging Editor In-Reply-To: <bug-27362-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27362-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27362-70-Vmv4qURqPX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27362 mathieu saby <mathsabypro at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:28:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:28:32 +0000 Subject: [Koha-bugs] [Bug 26472] Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks In-Reply-To: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26472-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26472-70-igxHwvTK9m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #32 from Heather <heather_hernandez at nps.gov> --- Hi, Aleisha-- I don't think so. In https://babel.hathitrust.org/cgi/pt?id=mdp.39015022080140&view=1up&seq=63 Rule 12 states, "Words connected by a hyphen are always treated as separate words. This rule applies even when the first part of a hyphenated word is a prefix that sometimes appears as an integral part of the word. This rule also applies to compound surnames." So, yes, "nothing before something," but a hyphen is treated as "nothing," i.e., a space. So I agree with Janusz that "Haendel-Adler, John" should be first in the example. Most insitutions agree, too, that the order should then be: Haendel-Adler, John Haendel, Georg Haendel Gregory The Library of Congress Filing Rules go deeply into intricacies...but Koha is a global community. In this case, though, I think LC Filing Rules are agreeing with most institutions worldwide that the order should be: Haendel-Adler, John Haendel, Georg Haendel Gregory If we go more deeply into the LC Filing Rules, we could come up with examples that are different based on whether the heading is a surname, a topic, a place, etc., and which elements of the field we're filing on, but the Rules were written at a time when the vast majority of libraries had humans filing cards in different card catalogs: an author/title catalog, and a different subject catalog. We are now in an era when keyword searching returns results from multiple indexes, and this makes the most sense and agrees with the basic tenets of common filing rules: Haendel-Adler, John Haendel, Georg Haendel Gregory Aleisha--shall I test the patch again? Nick: I think we're really close! Cheerio!!! h2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:31:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:31:20 +0000 Subject: [Koha-bugs] [Bug 34132] New: Undo batch Item modification Message-ID: <bug-34132-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34132 Bug ID: 34132 Summary: Undo batch Item modification Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: mathsabypro at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl >From background_jobs.pl there could be a button to undo or reverse a batch item modification -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:36:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:36:03 +0000 Subject: [Koha-bugs] [Bug 34133] New: ILL table should be sorted by request id descending by default Message-ID: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Bug ID: 34133 Summary: ILL table should be sorted by request id descending by default Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: ILL Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com CC: pedro.amorim at ptfs-europe.com The table saves state, so a user can choose their own. The default should be newest requests first if a user does not set something -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:41:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:41:28 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-qLHhayFYRV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 --- Comment #7 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152748&action=edit Bug 34106: Update header search box searchtype when form is submitted We're updating the side menu searchtype when the search header is submitted, we should also update the searchtype in the search header when the form is submitted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:43:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:43:36 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flag seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-6DviwYrWh7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:43:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:43:39 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flag seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-SOxXlD0VjU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 --- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152749 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152749&action=edit Bug 33379: Remove virtualshelfcontents.flags This field is unused. A historic leftover from 2000-2010. Test plan: Run dbrev. Run prove t/db_dependent/Koha/Virtualshel* Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:43:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:43:41 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flag seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-VhSolmxnXS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 --- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152750 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152750&action=edit Bug 33379: DBIx changes Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:43:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:43:49 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-wDFLyxumxK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #8 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- @Lucas For me it felt weird having it update one way but not the other. Can you test my patch and confirm it makes sense? Feel free to drop it if it doesn't! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:43:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:43:59 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flag seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-z48mgDQ2WC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 16:45:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 14:45:25 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flags seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-OZymP5kF7d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|virtualshelfcontents.flag |virtualshelfcontents.flags |seems useless |seems useless -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:00:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:00:22 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-nqZ11cSolb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:00:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:00:25 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-g70azHvMSw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 --- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152751 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152751&action=edit Bug 34133: Set default sort on first column (ID) desc -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:21:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:21:12 +0000 Subject: [Koha-bugs] [Bug 33092] Add ability to search within a list In-Reply-To: <bug-33092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33092-70-PDfD23oyb2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33092 Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marie-luce.laflamme at inlibro | |.com --- Comment #1 from Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> --- It would be nice to add the ability to search within a list. Maybe some facets could help to filter the list content. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:27:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:27:46 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-DE6GxevaKY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #43 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152752 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152752&action=edit Bug 33028: (follow-up) Add unformat_price js function -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:27:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:27:49 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-EN5a5MaQeU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #44 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152753 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152753&action=edit Revert "Bug 33028: Remove Price formatting as we are missing JS unformat" This reverts commit c10aa96e4f1fac0f34e02caade3aa259d7233c71. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:30:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:30:53 +0000 Subject: [Koha-bugs] [Bug 22214] New authority RDA indexes In-Reply-To: <bug-22214-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22214-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22214-70-SAIQD6vqlS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22214 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:31:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:31:14 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-fAIX9BERbd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #45 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I ran out of tuits here I'm afraid.. passing back to Katrin.. I created an 'unformat_price' function for String and exported it for you.. I'll come back and try to apply it to the right editing fields here when I can.. Adding the patches as is for now in case you have a moment before me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:32:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:32:36 +0000 Subject: [Koha-bugs] [Bug 21697] Free-floating subdivision cannot be manage correctly in Koha In-Reply-To: <bug-21697-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21697-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21697-70-8YbK1WqUEw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21697 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:54:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:54:32 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-D67Jhuc5Ko@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #46 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152754 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152754&action=edit Bug 33028: (follow-up) Apply unformat_price to decimal fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:55:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:55:02 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-UHOzbgxDK7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #47 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- OK.. I found the 5 minutes! Please test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:25 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-b535dm9dwM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152509|0 |1 is obsolete| | --- Comment #48 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152755&action=edit Bug 33028: Fix calculations around cronjob fines.pl When currency format is set on FR commas are decimals separators but when cron like fines.pl try to calculate fines it's fails due to this format. I changed this behavior by targetted 'fine' and 'overduefinescap' in circulation_rules.rule_name to unformat them when we save them. This also fix the display in smart_rules table (before with commas price was not good displayed - without decimals) Test Plan : 1) Set your currency format on 'FR' and 'fine' OR/AND 'overduefinescap' with commas 2) Be sure to have some patron overdues 3) Run ~/misc/cronjobs/fines.pl with args to find overdues 4) See an error like 'isn't numeric in substraction[..] or gt > [...]' 5) Run updatedatabase script (it will replace commas in your rules changed in step 1) ) 6) Repeat step 3 and see that everything was going "fine" (:tada:) Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:29 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-zWEyacFBou@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152510|0 |1 is obsolete| | --- Comment #49 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152756 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152756&action=edit Bug 33028: (follow-up) Move monetary definition into hash This patch moves the defintion of monetary rule type into the rule kinds hash. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:32 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-6uOMHXXnOa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152511|0 |1 is obsolete| | --- Comment #50 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152757 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152757&action=edit Bug 33028: (follow-up) Fix trailing 0 decimals We want to recognise the truthyness of a number vs string so we drop trailing decimals if they're just 0. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:35 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-EGxgUDSx4q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152512|0 |1 is obsolete| | --- Comment #51 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152758 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152758&action=edit Bug 33028: Add is_monetary to recall_overdue_fine and article_request_fee This patch marks the 2 missing monetary values for recal over due fines and article request fees as monetary. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:39 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-Y2AjKp45fn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152513|0 |1 is obsolete| | --- Comment #52 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152759 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152759&action=edit Bug 33028: Add TT filters for Price and pattern checks to input fields With this patch, all monetary values in the table will be displayed formatted. Also, the input will be checked against our agreed pattern to make sure no false values can be entered. Missing: When editing a rule, we need to unformat the value, so that instead of the display format we have the input format available for editing. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:42 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-2IYQyGjdUn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152514|0 |1 is obsolete| | --- Comment #53 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152760 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152760&action=edit Bug 33028: (follow-up) Rewrite database update This rewrite the database update with some things in mind: * We now use a positive value list of allowed characters to check This makes sure that all of those are recognized: 1,00 1.00€ abc * Instead of dying after finding one wrong value, we loop through all values first, building up an error string * When we have errors... we die and print the full list of things that need fixing. Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:46 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-aPp8rlvdON@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152515|0 |1 is obsolete| | --- Comment #54 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152761 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152761&action=edit Bug 33028: Remove Price formatting as we are missing JS unformat Taking a step back with the formatting as we don't have an implementation of unformat in JS yet. It could be readded later on a separate report. With this we will avoid the problem that editing a rule copies falsely formatted values into the input fields that trigger the pattern check on saving and require manual changing (or without the check would be falsely saved to the db) Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:49 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-fcNGi2SW4o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152752|0 |1 is obsolete| | --- Comment #55 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152762 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152762&action=edit Bug 33028: (follow-up) Add unformat_price js function Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:53 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-vEtEaL8bVB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152753|0 |1 is obsolete| | --- Comment #56 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152763&action=edit Revert "Bug 33028: Remove Price formatting as we are missing JS unformat" This reverts commit c10aa96e4f1fac0f34e02caade3aa259d7233c71. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 17:58:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 15:58:56 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-zX2pcT5V4v@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152754|0 |1 is obsolete| | --- Comment #57 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152764 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152764&action=edit Bug 33028: (follow-up) Apply unformat_price to decimal fields Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:00:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:00:07 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-KHBxQtF4fm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #58 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Added my signoff line to all patches.. I'm pretty happy with is solid now.. but given all the challenges we've had with it I'd love a final QA run from an independance party. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:04:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:04:17 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-4dUxtGb5PH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:04:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:04:19 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-PMnnjoUo60@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152487|0 |1 is obsolete| | Attachment #152488|0 |1 is obsolete| | Attachment #152489|0 |1 is obsolete| | --- Comment #9 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152765 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152765&action=edit Bug 33974: Add Koha::Biblios->api_query_fixer This patch adds the `api_query_fixer` method to the class, and adds tests to validate its behavior. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblios.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:04:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:04:21 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-58r8XiJG9n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 --- Comment #10 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152766 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152766&action=edit Bug 33974: Make biblioitem columns searchable in a generic way This patch makes biblioitem attributes be searchable on the biblios endpoint. It does so by using the new method in Koha::Biblios, and by adjusting objects.search(_rs) to accept a $query_fixer arrayref of functions to be applied to each query or order_by parameters. The result is cleaner code to write, but complex internals. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass! Searching for biblioitem attributes works on the API! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:04:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:04:24 +0000 Subject: [Koha-bugs] [Bug 33974] Add ability to search biblios endpoint any biblioitem attribute In-Reply-To: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33974-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33974-70-EaUmIMCpvm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974 --- Comment #11 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152767 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152767&action=edit Bug 33974: (follow-up) Adapt the orders endpoint In order to reduce the technical debt carried on the orders controller, and to highlight the decisions made on the prior patch, I adapted the list() orders controller using the new tools in town. The result is this endpoint can now embed bibio, without needing to have a custom piece of code. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/*.t => SUCCESS: Tests pass :-D Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:16:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:16:51 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-FUeCdinazy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:41:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:41:34 +0000 Subject: [Koha-bugs] [Bug 33788] Items tab shows all previous borrowers instead of 3 In-Reply-To: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33788-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33788-70-c6dX8IBS8n@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788 Katie Bliss <kebliss at dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss at dmpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 18:53:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 16:53:23 +0000 Subject: [Koha-bugs] [Bug 27690] Add search bar to OPAC for public lists In-Reply-To: <bug-27690-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27690-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27690-70-yA2b1gjsil@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27690 Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marie-luce.laflamme at inlibro | |.com --- Comment #4 from Marie-Luce Laflamme <marie-luce.laflamme at inlibro.com> --- One of our academic library clients is also looking for a way to ease patrons search within the public lists page. As Katrin said, it makes sense to add a category on a list, the same way categories are used in the saved report page. With these, it would help to filter and target specific things (e.g., patron groups or item types or themes). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 19:06:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 17:06:18 +0000 Subject: [Koha-bugs] [Bug 34134] New: When viewing an authority details page the search bar is defaulted to the current records authority type Message-ID: <bug-34134-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34134 Bug ID: 34134 Summary: When viewing an authority details page the search bar is defaulted to the current records authority type Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org This was true in previous versions, but is less visible now. To recreate: 1 - Search authorities for "John" 2 - Click on "Uniform title: Jack Johnson" 3 - View the details page, ooooh 4 - Decide to search for John again 5 - This time you get one result? 6 - Click the settings in the search box 7 - Note you have been defaulted to 'Uniform title' authority type -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 19:13:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 17:13:51 +0000 Subject: [Koha-bugs] [Bug 34135] New: Show the icons for selected tab to the left of the search bar in the staff interface Message-ID: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 Bug ID: 34135 Summary: Show the icons for selected tab to the left of the search bar in the staff interface Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com In the new interface the options for different searches have icons on the right side when selecting them It would be nice to show the icon on the left side of the search box as an extra indicator of the current selection -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 19:16:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 17:16:26 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-fSfDatwdWw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152768 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152768&action=edit Mockup Like this, but better -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 20:20:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 18:20:33 +0000 Subject: [Koha-bugs] [Bug 34136] New: Add ability to render a report using a notice template Message-ID: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136 Bug ID: 34136 Summary: Add ability to render a report using a notice template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Sometimes it is useful to display the results of a report in a non-table format. We should be able to create notice templates to render reports. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 20:20:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 18:20:38 +0000 Subject: [Koha-bugs] [Bug 34136] Add ability to render a report using a notice template In-Reply-To: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34136-70-xgEl2mZCdF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 20:24:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 18:24:35 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-M1qxFHVeO8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 20:27:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 18:27:07 +0000 Subject: [Koha-bugs] [Bug 34136] Add ability to render a report using a notice template In-Reply-To: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34136-70-LFzmzs1VGV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152769 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152769&action=edit Bug 34136: Add ability to render a report using a notice template Sometimes it is useful to display the results of a report in a non-table format. We should be able to create notice templates to render reports. Test Plan: 1) Apply this patch 2) Restart all the things! 3) Create a new notice template using the new "Report" option from the "New notice" pulldown. 4) In the "Print" area, paste the following template: [% FOREACH b IN data %] <div class="panel panel-default"> <div class="panel-heading">[% b.surname %], [% b.firstname %]</div> <div class="panel-body">Expiration: [% b.dateexpiry %]</div> <div class="panel-footer">ID: [% b.borrowernumber %]</div> </div> [% END %] 5) Create a report with the query: SELECT * FROM borrowers 6) Once the report is saved, use the new "Run with template" option to select the template you just created. 7) Note that instead of the results being a paged table, you instead see the results rendered as cards! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 20:27:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 18:27:34 +0000 Subject: [Koha-bugs] [Bug 34136] Add ability to render a report using a notice template In-Reply-To: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34136-70-bc9otNGYKt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 20:43:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 18:43:04 +0000 Subject: [Koha-bugs] [Bug 34123] Ability to filter the Holds Cancellation tab by branch In-Reply-To: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34123-70-Z5qJVHkwXT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34123 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |Laura.escamilla at bywatersolu |ity.org |tions.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:02:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:02:44 +0000 Subject: [Koha-bugs] [Bug 34134] When viewing an authority details page the search bar is defaulted to the current records authority type In-Reply-To: <bug-34134-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34134-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34134-70-8ciICo1UTj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34134 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov --- Comment #1 from Heather <heather_hernandez at nps.gov> --- It is not only "less visible," it's hidden behind the three-kebab-thingie! If I'm searching "Default" in Authorities (to retrieve multiple types of authorities, which I often do), then I view a Corporate Name, and I want to do another search, it's now completely hidden that the index has been changed to Corporate Name because I *viewed* a Corporate Name record. The way the search box operates should be consistent with bibliographic searching. In bibliographic searching, if I search keyword: fiction Then get a results list, and select a title to view a record, the three-kebab-thingie is not changed to the search index Title! (And I'm glad it isn't!!) If I select a call number to view a record in the results list, my search index isn't invisibly changed to call number--happily! The authorities search index under the three-kebab-thingie shouldn't change based on selecting a record for viewing. I think the search index in authorities should not change until intentionally changed by the user. It starts as Default, and I think it should stay that way until the user changes it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:09:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:09:48 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flags seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-LWN20A9mOi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:09:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:09:50 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flags seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-gE53fxuJRZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152749|0 |1 is obsolete| | --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152770&action=edit Bug 33379: Remove virtualshelfcontents.flags This field is unused. A historic leftover from 2000-2010. Test plan: Run dbrev. Run prove t/db_dependent/Koha/Virtualshel* Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:09:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:09:53 +0000 Subject: [Koha-bugs] [Bug 33379] virtualshelfcontents.flags seems useless In-Reply-To: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33379-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33379-70-hnCWgjJ3w2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152750|0 |1 is obsolete| | --- Comment #4 from Lucas Gass <lucas at bywatersolutions.com> --- Created attachment 152771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152771&action=edit Bug 33379: DBIx changes Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Lucas Gass <lucas at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:11:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:11:56 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-ke5EUyOdEL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |RESOLVED Resolution|--- |DUPLICATE --- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> --- Since this is fixed in Bug 34094 we can mark this as resolved. *** This bug has been marked as a duplicate of bug 34094 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:11:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:11:56 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-r5kxGQMjSo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> --- *** Bug 34106 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:11:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:11:57 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-OwnaEzFx4X@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Bug 34094 depends on bug 34106, which changed state. Bug 34106 Summary: Patron search in member-search-box.inc always defaults to 'Starts with' search https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:17:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:17:56 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-qs11OK9JYE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|34106 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:17:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:17:56 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-u0bvT1tw4h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|34094 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:41:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:41:34 +0000 Subject: [Koha-bugs] [Bug 34123] Ability to filter the Holds Cancellation tab by branch In-Reply-To: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34123-70-8Uk5FsVZXe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34123 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|Laura.escamilla at bywatersolu |koha-bugs at lists.koha-commun |tions.com |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:42:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:42:07 +0000 Subject: [Koha-bugs] [Bug 34123] Ability to filter the Holds Cancellation tab by branch In-Reply-To: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34123-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34123-70-waVFqb5WEL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34123 --- Comment #2 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> --- (In reply to Owen Leonard from comment #1) > What page does this refer to? circ/waitingreserves.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 21:54:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 19:54:34 +0000 Subject: [Koha-bugs] [Bug 34137] New: Holds Cancellation Tab Configure Table Not in Order Message-ID: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 Bug ID: 34137 Summary: Holds Cancellation Tab Configure Table Not in Order Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: Windows Status: NEW Severity: minor Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: quinn.morris at citruslibraries.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com When configuring the table in the Holds cancellation tab, there is a checkbox missing for Date Cancellation Request. So all the boxes are one off. For example to hide the Title tab, I would have to check the patron box while configuring. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 22:04:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 20:04:16 +0000 Subject: [Koha-bugs] [Bug 9602] Allow/disallow self check out based on item type In-Reply-To: <bug-9602-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-9602-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-9602-70-ghQGGxKCrS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9602 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 22:40:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 20:40:04 +0000 Subject: [Koha-bugs] [Bug 17311] koha-common service should be restarted on upgrade In-Reply-To: <bug-17311-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17311-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17311-70-kCqt0LzS1A@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17311 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz --- Comment #12 from Aleisha Amohia <aleisha at catalyst.net.nz> --- I think parts of this are still relevant. The order that services are restarted after an install/upgrade is really important, especially now that Koha uses the background jobs and workers. If services are restarted in the wrong order then the worker errors out, writing to the worker-output.log, filling up the disk and bringing down the server. The services are restarted really nicely and in the correct order in koha testing docker with restart_all, it would be great to have that run when koha-common is installed/upgraded. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 23:08:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 21:08:36 +0000 Subject: [Koha-bugs] [Bug 25816] Add OPAC messages in SIP display In-Reply-To: <bug-25816-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-25816-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-25816-70-MxgDiFDrlT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25816 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jun 27 23:40:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 21:40:51 +0000 Subject: [Koha-bugs] [Bug 34138] New: Real time hold queue can get backed up in busy libraries Message-ID: <bug-34138-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34138 Bug ID: 34138 Summary: Real time hold queue can get backed up in busy libraries Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Hi, In a very busy library the real time hold queue can get significantly behind (1500-1600 entries, for example) when many returns are processed at once. We're just wondering if there is some inefficiency there that we could resolve to make things move through more quickly (batching of requests was my first thought). In fairness, currently this is using database polling and not rabbitmq - the answer very well could be "use rabbit and this will improve" - which actually is an answer I'm willing to accept, if not immediately implement again in this way. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 00:19:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 22:19:40 +0000 Subject: [Koha-bugs] [Bug 31844] Clarify cataloging permissions In-Reply-To: <bug-31844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31844-70-G9af1SPneQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31844 Juliet Heltibridle <jheltibridle at rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle at rcplib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 00:59:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 22:59:23 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-pBLc9dByLJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Phil Ringnalda <phil at chetcolibrary.org> 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. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 00:59:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 22:59:25 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-aNZPeCuK4d@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 --- Comment #1 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152772&action=edit Bug 34097 - Clicking ellipsis for dateaccessioned plugin shouldn't scroll up Test plan: 1. Find a record with several items (in ktd "MacLaren's Gaelic self-taught" will do nicely 2. Click the Edit button next to one of the items 3. Click the "..." to the right of "d - Date acquired" and verify that the page doesn't scroll up to the top, and that the current date is inserted in the field 4. Click the "..." to the right of "w - Price effective from" and verify that the page doesn't scroll up and the current date is inserted -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 00:59:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 22:59:58 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-diwIU0HmFB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |phil at chetcolibrary.org |ity.org | CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 01:03:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 23:03:22 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-aFOYzbHOiW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 01:03:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 23:03:24 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-zL2RmadiwZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 --- Comment #1 from Sam Lau <samalau at gmail.com> --- Created attachment 152773 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152773&action=edit Bug 34101: Unit Tests prove t/db_dependent/SIP/Message.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 01:03:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 23:03:27 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-G9jpgEmeeH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152774 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152774&action=edit Bug 34101: Limit items types that can be checked out via SIP2 This bug adds the ability to define a list of item types that are blocked from being issued at that SIP account To test: 1) Apply this patch 2) Visit Administration->Item types and select edit on the music item type 3) Make the rental charge 0 and save changes (this allows for the item to be checked out via SIP) 4) In the terminal, vim /etc/koha/sites/kohadev/SIPconfig.xml 5) Edit the term1 account and add the following *inside* the login section: blocked_item_types="BK|MU" You should have something similar to this: <login id ="term1" ........... checked_in_ok="1" blocked_item_types="BK|MU" /> 6) Restart SIP (sudo koha-sip --restart <instancename>) 7) Run a checkout query for an item with the item type book. Here is an example you could use: perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000011418-m checkout 8) Notice the checkout failed and you are given the screen msg "Item type cannot be checked out at this checkout location" 9) Run a checkout query for an item with the item type music. Here is an example you could use: perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000008715 -m checkout 10) Notice the checkout failed and you are given the screen msg "Item type cannot be checked out at this checkout location" 11) vim /etc/koha/sites/kohadev/SIPconfig.xml and delete the BK from the blocked_item 12) Delete the BK from blocked_item_types. It should now look like : blocked_item_types="MU" 13) Restart SIP (sudo koha-sip --restart <instancename>) 14) Run a checkout query for the item with the item type book perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000011418 -m checkout 15) Checkout succesful 16) Run a checkout query for the item with the item type music perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000008715 -m checkout 17) Still fails (because it is blocked) 18) prove t/db_dependent/SIP/Message.t 19) Congratulate yourself for making it through the long test and sign-off :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 01:14:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 27 Jun 2023 23:14:19 +0000 Subject: [Koha-bugs] [Bug 20678] Save draft records without committing them to the catalogue In-Reply-To: <bug-20678-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20678-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20678-70-KE57et28ZN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20678 Alex Buckley <alexbuckley at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|alexbuckley at catalyst.net.nz |koha-bugs at lists.koha-commun | |ity.org Status|ASSIGNED |NEW --- Comment #32 from Alex Buckley <alexbuckley at catalyst.net.nz> --- I don't have capacity to work on this, but if someone else wants to work on this they can. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 02:31:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 00:31:38 +0000 Subject: [Koha-bugs] [Bug 34119] After redesign, print.css no longer hides things at the top of report results In-Reply-To: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34119-70-gM4Xws77qE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 02:31:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 00:31:41 +0000 Subject: [Koha-bugs] [Bug 34119] After redesign, print.css no longer hides things at the top of report results In-Reply-To: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34119-70-q0YQyyiWPE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119 --- Comment #2 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152775&action=edit Bug 34119 - Use !important to make print.css beat staff-global.css at hiding SQL report cruft Test plan: 1. Run an SQL report (or create a simple one like "select itemnumber from items" if you don't have any). Shift-reload the results, since you probably have print.css cached. 2. File - Print 3. Make sure the print preview doesn't show the header search box, or the New report, Edit, Run report buttons (the logo, the hamburger menu and the help ? icon are a separate bug). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 02:32:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 00:32:24 +0000 Subject: [Koha-bugs] [Bug 34119] After redesign, print.css no longer hides things at the top of report results In-Reply-To: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34119-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34119-70-hLaRd2ZWSM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |phil at chetcolibrary.org --- Comment #3 from Phil Ringnalda <phil at chetcolibrary.org> --- I should know better than to ask a question in any form other than a patch :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 07:02:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 05:02:48 +0000 Subject: [Koha-bugs] [Bug 34089] Batch item deletion doesn't give details about why something is not deleted In-Reply-To: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34089-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34089-70-vGp5Kk0O8m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34089 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |aleisha at catalyst.net.nz Status|ASSIGNED |RESOLVED --- Comment #1 from Aleisha Amohia <aleisha at catalyst.net.nz> --- *** This bug has been marked as a duplicate of bug 31611 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 07:02:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 05:02:48 +0000 Subject: [Koha-bugs] [Bug 31611] More visibly highlight records that cannot be batch deleted/modified In-Reply-To: <bug-31611-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31611-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31611-70-FEJb3AAGrW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31611 Aleisha Amohia <aleisha at catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark at catalyst.n | |et.nz --- Comment #23 from Aleisha Amohia <aleisha at catalyst.net.nz> --- *** Bug 34089 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 09:26:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 07:26:11 +0000 Subject: [Koha-bugs] [Bug 32512] Add ability to select subfields to display on authority summary page In-Reply-To: <bug-32512-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32512-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32512-70-5edTqIUZ34@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32512 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 09:28:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 07:28:16 +0000 Subject: [Koha-bugs] [Bug 32723] chopPunctuation in XSLT issues In-Reply-To: <bug-32723-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32723-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32723-70-dJmXcWtOfx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32723 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 09:30:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 07:30:53 +0000 Subject: [Koha-bugs] [Bug 28976] In MARC21slimUtils.xsl param 'punctuation' is missing in 'chopPunctuation' In-Reply-To: <bug-28976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28976-70-PTROBncxPJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28976 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32723 CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 09:30:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 07:30:53 +0000 Subject: [Koha-bugs] [Bug 32723] chopPunctuation in XSLT issues In-Reply-To: <bug-32723-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32723-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32723-70-HRbhu4j6xd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32723 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28976 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 09:31:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 07:31:03 +0000 Subject: [Koha-bugs] [Bug 28976] In MARC21slimUtils.xsl param 'punctuation' is missing in 'chopPunctuation' In-Reply-To: <bug-28976-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28976-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28976-70-odTNO4tf8W@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28976 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 09:49:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 07:49:49 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-TQonzP1GYu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 --- Comment #2 from Eugene Espinoza <eugenegf at yahoo.com> --- Hi! I've reread my first comment, it should be "/cgi-bin/koha/reports/issues_stats.pl" and "/cgi-bin/koha/reports/borrowers_stats.pl" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:17:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:17:54 +0000 Subject: [Koha-bugs] [Bug 34068] Dropdown selector when changing pickup library is buggy In-Reply-To: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34068-70-dVDlE4wGze@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068 Mikko Liimatainen <mikko.liimatainen at turku.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikko.liimatainen at turku.fi --- Comment #1 from Mikko Liimatainen <mikko.liimatainen at turku.fi> --- Had the same issue with 60 pickup branches where the last 20 libraries kept repeating. Turns out this was caused by RESTdefaultPageSize being set to 20. Increasing the setting to 80 solved the problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:20:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:20:28 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-aQjH0Xac8D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148198|0 |1 is obsolete| | --- Comment #56 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152776 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152776&action=edit Bug 23415: Notify patron fines when renewing It is possible to renew items for patron who has fines over accepted limit on renew page or from checkout list. This patch adds confirmation alerts to these renew actions when patron has fines over "noissuescharge" syspref. Test plan: 1. Have patron with checkouts and fines over allowed limit 2. Renew checkouts either from renew page or checkout list => renew is successful 3. Apply patch 4. Repeat steps 1 and 2 => On renew page an alert is displayed and user has to confirm renew => When renew is done from checkout list confirmation pop-up is displayed Signed-off-by: Anneli Österman <anneli.osterman at koha-suomi.fi> Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:20:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:20:56 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-CQJKUqhH7M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148199|0 |1 is obsolete| | --- Comment #57 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152777 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152777&action=edit Bug 23415: Add missing filters Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:21:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:21:28 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-rLqBTEwYiR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148200|0 |1 is obsolete| | --- Comment #58 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152778&action=edit Bug 23415: Use OPACFineNoRenewals instead of noissuecharge Since noissuecharge is mainly fine limit for checkouts it's more logical to use value in OPACFineNoRenewals. Sponsored-by: Koha-Suomi Oy Signed-off-by: Petro Vashchuk <stalkernoid at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:21:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:21:54 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-wAGCoe4SCb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148201|0 |1 is obsolete| | --- Comment #59 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152779&action=edit Bug 23415: Display confirm dialog only once On detail page when patron has multiple checkouts and they are renewed from checkouts list, confirmation dialog box is displayed as many times as patron has checkouts. This patch reworks some code so this dialog box is displayed only once. To test: 1. Find patron with multiple checkouts (at least two) 2. Renew all checkouts from checkout list 3. Confirmation pop-up is displayed for every checkout 4. Apply this patch 5. Renew again => Confirmation dialog box is displayed only once Sponsored-by: Koha-Suomi Oy Signed-off-by: Stina Hallin <stina.hallin at ub.lu.se> Signed-off-by: Petro Vashchuk <stalkernoid at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:22:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:22:33 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-BhvHaU84T4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148202|0 |1 is obsolete| | --- Comment #60 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152780&action=edit Bug 23415: Rename OPACFineNoRenewals OPACFineNoRenewals no longer applies just to OPAC. To avoid confusion rename it as FineNoRenewals and also rename all occurences in code. To test, confirm everything works as described in previous test plans. Also prove t/db_dependent/Circulation.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:22:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:22:57 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-FVjT3ExXuc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 --- Comment #61 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152781 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152781&action=edit Bug 23415: Add fine formatting To test: 1. Find patron with checkouts and fines over allowed limit. 2. Renew checkouts either from renew page or checkout list. => Confirm that fines are formated correctly e.g. "The patron has a debt of 20.00" not like "The patron has a debt of 20." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:26:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:26:22 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-Y1FJSPDrX1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |pedro.amorim at ptfs-europe.co | |m --- Comment #7 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Doesn't apply anymore now that bug 34106 was marked as duplicate. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:29:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:29:55 +0000 Subject: [Koha-bugs] [Bug 23415] Notify patron fines when renewing In-Reply-To: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23415-70-Nbgf98ov3l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #62 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Rebased patches. (In reply to Sally from comment #54) > Works as described; it shows for me as FineNoRenewals. I've signed off > because all of the functionality is fine. > > There were a couple of formatting issues around the currency in the pop-up > box: > > 1) The trailing full stop / period feels a bit odd when it's currency: > Shows: The patron has a debt of 3.21. > Perhaps: The patron has a debt of 3.21 > > 2) If it's a round number, then pennies/cents aren't shown - it looks a bit > odd: > Shows: The patron has a debt of 3. > Perhaps: The patron has a debt of 3.00 > These have been added in new patch. > 3) Is there any scope for adding the appropriate currency symbol? > Shows: The patron has a debt of 3.21 > Perhaps: The patron has a debt of £3.21 > And: The patron has a debt of $3.21 > And: The patron has a debt of €3.21 > This isn't currently possible so I left this out. > The other query was system preferences. > > OPACFineNoRenewals has been renamed to FineNoRenewals. > There are two other system preferences: OPACFineNoRenewalsBlockAutoRenew > and OPACFineNoRenewalsIncludeCredits > > The descriptions (values) of these have been updated by this bug to refer to > FineNoRenewals, but should we also consider renaming the system preferences > themselves to: FineNoRenewalsBlockAutoRenew and > FineNoRenewalsIncludeCredits ? > > I realise this last point might be out of scope of the bug. Hmm, I'm not sure if these are still used just in OPAC. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:32:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:32:06 +0000 Subject: [Koha-bugs] [Bug 34068] Dropdown selector when changing pickup library is buggy In-Reply-To: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34068-70-uBKGiJed7l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 10:59:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 08:59:49 +0000 Subject: [Koha-bugs] [Bug 32740] Add a new option patron home library to OverdueNoticeFrom In-Reply-To: <bug-32740-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32740-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32740-70-jFbUE0vxly@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32740 Ray Delahunty <r.delahunty at arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty at arts.ac.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:01:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:01:40 +0000 Subject: [Koha-bugs] [Bug 34139] New: Summary Message-ID: <bug-34139-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34139 Bug ID: 34139 Summary: Summary Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: wiktorbardzik340 at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:04:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:04:15 +0000 Subject: [Koha-bugs] [Bug 26558] Guarantor information is lost when an error occurs during new account creation In-Reply-To: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26558-70-UORiDbVvCa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144852|0 |1 is obsolete| | --- Comment #7 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152782&action=edit Bug 26558: Make guarantor information persist despite an error When one tries to create an account with patron guarantor and error occurs (already used username, wrong age etc.), guarantor information is lost. This patch always saves added patron guarantor information to the template param new_guarantors. To test: 1. Create a new account but cause an error that will keep the account from saving (enter the wrong age for a category or give the patron a username that's already being used). 2. Search for and select a guarantor. 3. Try to save the account and wait for the "The following fields are wrong. Please fix them." message. => Note that the guarantor information is gone and you need to search for and select the guarantor again. 4. Apply this patch. 5. Repeat steps 1.-3. => Note that guarantor information hasn't been lost. This patch also removes code block from duplicate patron check because we now save param new_guarantors even if error doesn't occur. To test: 1. Create a new account but cause a duplicate patron error. 2. Search for and select a guarantor. 3. Try to save the account. => Guarantor information should persist. Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:05:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:05:17 +0000 Subject: [Koha-bugs] [Bug 26558] Guarantor information is lost when an error occurs during new account creation In-Reply-To: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26558-70-LA1zb8HK4H@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #8 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- I moved the check in if ($nok) statement. Barbara, would you like to test and sign-off again? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:11:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:11:20 +0000 Subject: [Koha-bugs] [Bug 34138] Real time hold queue can get backed up in busy libraries In-Reply-To: <bug-34138-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34138-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34138-70-E8INQLmPoe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34138 Lucy Vaux-Harvey <lucy.vaux-harvey at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucy.vaux-harvey at ptfs-europ | |e.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:13:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:13:01 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-ofBIn448Xh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:13:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:13:06 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-YzO6LwxkVQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:14:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:14:53 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-VH9XaNdpMm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34094 --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Sorry Lucas, I don't think I was very clear here.. I rebased 34094 upon this removing the inline fixes there so we could keep the distinct parts of the fix clear and separate.. Pedro also added a follow-up to your patch here to improve the handling further. I've unmarked it as duplicate and restored the dependency chain.. just going to test and SO it myself here now. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:14:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:14:53 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-QTBdA58TyM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34106 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:33:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:33:57 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-HdK1dCUX4M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |pedro.amorim at ptfs-europe.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 11:42:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 09:42:31 +0000 Subject: [Koha-bugs] [Bug 34140] New: Automatic_renewals.pl --frombranch option should be available as a system preference Message-ID: <bug-34140-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34140 Bug ID: 34140 Summary: Automatic_renewals.pl --frombranch option should be available as a system preference Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: r.delahunty at arts.ac.uk QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com We will implement standard automatic renewals functionality when we move to 22.11 in July as bug fixes such as Bug 19014 make our various auto-renewals workarounds no longer essential. But as a multi-site Koha user we are dismayed that in testing we see email bombardment- with multiple AUTO_RENEWALS_DGST emails prepared for some users on the same day, one from each issuing library. In 21.11 we have a similar problem with overdues- where users may receive emails from multiple issuing libraries on the same day. Improvements will be made to overdues (in 23.11?) when Bug 32740 will add the patron home library option to the OverdueNoticeFrom system preference. We need a similar fix for the auto-renewal digest (with the grouping by patron home branch available) to make it list all items from all libraries to make the email a sort-of ‘double digest’. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 12:24:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 10:24:28 +0000 Subject: [Koha-bugs] [Bug 34141] New: OPAC Search Performance on Ubuntu Server Message-ID: <bug-34141-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34141 Bug ID: 34141 Summary: OPAC Search Performance on Ubuntu Server Change sponsored?: --- Product: Koha Version: 22.05 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: amar at ourlib.in QA Contact: testopia at bugs.koha-community.org We are experiencing a performance issue with the OPAC search functionality on our server. Despite enabling memcached and Apache2 cache services, the OPAC search is extremely slow and consumes excessive CPU resources, leading to server downtime. Here are the details of our server: - Operating System: Ubuntu 20.04 LTS - CPU: 4 cores - RAM: 8GB - Storage: 200GB SSD When monitoring the server using the 'top' command, we observe that only a few OPAC search requests are being processed. However, these requests are utilizing nearly all of the available CPU resources, leaving no CPU capacity for other tasks and causing the server to go down. It's worth mentioning that we did not utilize the 'koha-common' command for the Koha installation and setup. Instead, we downloaded the Koha tar file and performed the installation using the 'perl Makefile.PL' command. We kindly request your assistance in improving the speed and performance of our server. Any suggestions or guidance on optimizing the OPAC search functionality would be greatly appreciated. Thank you in advance for your support. Please check detailed server log here : https://github.com/Londheamar/koha-issue -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 12:29:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 10:29:00 +0000 Subject: [Koha-bugs] [Bug 34142] New: Add column sub_location to items table Message-ID: <bug-34142-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34142 Bug ID: 34142 Summary: Add column sub_location to items table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs at lists.koha-community.org Reporter: emmi.takkinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org We should add new column sub_location to items and deleteditems table. This can be used to indicate e.g. if item has some other more specific location than permanent location. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 12:32:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 10:32:14 +0000 Subject: [Koha-bugs] [Bug 34143] New: "no attempt to encode" (|||) in the language facet doesn't work Message-ID: <bug-34143-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34143 Bug ID: 34143 Summary: "no attempt to encode" (|||) in the language facet doesn't work Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: paivi.knuutinen at joensuu.fi "no attempt to encode" (|||) in the language facet doesn't work. Clicking on the facet turns the number in brackets to x but nothing else happens. It should instead return biblios that have "No attempt to encode" (|||) in MARC controlfield 008 character places 35-37." -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 12:36:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 10:36:57 +0000 Subject: [Koha-bugs] [Bug 34142] Add column sub_location to items table In-Reply-To: <bug-34142-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34142-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34142-70-69WRdGtvZw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34142 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |emmi.takkinen at koha-suomi.fi |ity.org | Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 12:37:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 10:37:41 +0000 Subject: [Koha-bugs] [Bug 34143] "no attempt to encode" (|||) in the language facet doesn't work In-Reply-To: <bug-34143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34143-70-eFxlnMWEMk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34143 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 13:31:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 11:31:05 +0000 Subject: [Koha-bugs] [Bug 34144] New: Batch item modification run at the command line (cronned). Message-ID: <bug-34144-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34144 Bug ID: 34144 Summary: Batch item modification run at the command line (cronned). Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: r.delahunty at arts.ac.uk QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Created attachment 152783 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152783&action=edit Example workflow to automate. We would like to automate a workflow we are implementing which will run daily. We will run a Koha report to identify items that need a number of identical changes made to various item record fields. Ideally the report would run by cron, and hand the itemnumbers to the batch item modification tool running at the command line. (Conceptually it is a little like the marvellous patron emailer feature than came in 19.05 where a report runs by the cron and hands the results over to a Koha Notice and an email is sent). The workflow / scenario we are trying to automate is attached, as an example of how useful a batch item modification run at the command line would be. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 13:31:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 11:31:48 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-7yNCIRMjwm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Eugene Espinoza from comment #1) > Additionally, after updating to 22.11.06, we are getting the error message > below in plack-error.log: > CGI::Compile::ROOT:: > usr_share_koha_intranet_cgi_2dbin_reports_issues_stats_2epl::calculate(): > DBI Exception: DBD::mysql::st execute failed: The used SELECT statements > have a different number of columns at > /usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 92 Eugene, This SQL error seems to be caused by a UNION statement. The only one in this script is in the calculate routine (called on L92). If you go there, you will see: $strcalc .= "LEFT JOIN (SELECT * FROM items UNION SELECT * FROM deleteditems) items ON statistics.itemnumber=items.itemnumber " You could try SELECT * FROM items UNION SELECT * FROM deleteditems in MySQL client to see if it works. It does on current master. If it doesnt, please compare the columns of items and deleteditems in your database, and tell us the differences. Did you make modifications to the tables? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 13:59:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 11:59:22 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-gftcxea7Ru@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Status|Needs Signoff |Failed QA --- Comment #59 from Nick Clemens <nick at bywatersolutions.com> --- Editing a rule with 1.50 shows 1.5 - and tells me to 'please match the requested format' - but doesn't say what that format is Entering 1.50 and saving, i see: 150,00 in the matrix and 150 in the DB -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:13:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:13:21 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-7oglS6e6A2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:13:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:13:24 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-7tgMZGuNOB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 --- Comment #2 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152784 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152784&action=edit Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface This patch modifies header search forms so that the form label has the same icon used by the "tab" link. The patch also improves the responsive behavior of the header search by using the icon as the form label when the browser window is narrow enough to hide the label text. I've added the "aria-hidden" attribute to other icons in the modified templates and made the "fa-fw" class consistent for all tab icons. To test, apply the patch and rebuild the staff interface CSS. Clear your browser cache if necessary. View the header search form at various browser sizes to confirm that content is shown and hidden correctly. Test at least one page which uses each of the modified header search includes: - Staff client home page - Acquisitions -> Acquisitions home - Vendor -> - Basket -> Add to basket -> From suggestion - Contracts - Administration -> - Budgets - Currencies - Desks (with UseCirculationDesks enabled) - System preferences - Z39.50/SRU servers - Catalog advanced search - Search results - Authorities -> Authorities home - Cataloging -> Cataloging home - Circulation -> Check out - E-resource management (with ERMModule enabled) - Patrons -> Patrons home - Serials -> Serials home - Tools -> Notices -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:16:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:16:06 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-s6eoOuyjNm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- I wanted to offer this patch for testing to see if other agreed with this change. I think it could be helpful for quick recognition of context for circulation desk users especially. If folks don't like the additional icons, an alternative would be to show the icon only if the browser width was narrow enough that the form label text is hidden. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:27:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:27:09 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-cacxbTEsDm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152743|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152785 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152785&action=edit Bug 34106: Retain searchtype parameter in member-search-box To test: 1. In the main search header switch to 'Search patrons'. Bring up the dropdown and look at 'Search type:'. 2. It defaults to 'Starts with'. 3. Go to '/cgi-bin/koha/members/members-home.pl' and look at the 'Search type:' on the left side. 4. It defaults to 'Contains' 5. Do a patron search from both these places, setting the 'Search type' to contains. 6. The search bar in the header always resets to 'Starts with' 7. Apply patch 8. Try everything again. By default both places should default to contain. 9. If you change the 'Search type' the search in the main header should always retain that value. Signed-off-by: Ed Veal <eveal at mckinneytexas.org> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:27:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:27:12 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-amYwiMYcAl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152748|0 |1 is obsolete| | --- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152786 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152786&action=edit Bug 34106: Update header search box searchtype when form is submitted We're updating the side menu searchtype when the search header is submitted, we should also update the searchtype in the search header when the form is submitted Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:29:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:29:33 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-Kq21C96jHP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:29:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:29:37 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-Hhw3h7JIfV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:29:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:29:42 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-DdcEQvzjLZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:30:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:30:24 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-Hv07E7z0cb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #31 from Nick Clemens <nick at bywatersolutions.com> --- Minor issues: - Missing DB update - we should add the pref with no value - Koha/Illrequest/Workflow.pm - some copy/paste issues (TypeDisclaimer) - Type_disclaimer_date and Type_disclaimer_value on 'Request details' display over the values, needs styling -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:31:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:31:18 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-fi1IxPzCIk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152742|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152787&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:31:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:31:28 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-DOo5yt2nsU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:32:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:32:59 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-RPSHMsELWZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34106 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:32:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:32:59 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-52DTs2Ecdw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34092 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:36:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:36:32 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-F6Mco5MAnh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152784|0 |1 is obsolete| | --- Comment #4 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152788 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152788&action=edit Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface This patch modifies header search forms so that the form label has the same icon used by the "tab" link. The patch also improves the responsive behavior of the header search by using the icon as the form label when the browser window is narrow enough to hide the label text. I've added the "aria-hidden" attribute to other icons in the modified templates and made the "fa-fw" class consistent for all tab icons. To test, apply the patch and rebuild the staff interface CSS. Clear your browser cache if necessary. View the header search form at various browser sizes to confirm that content is shown and hidden correctly. Test at least one page which uses each of the modified header search includes: - Staff client home page - Acquisitions -> Acquisitions home - Vendor -> - Basket -> Add to basket -> From suggestion - Contracts - Administration -> - Budgets - Currencies - Desks (with UseCirculationDesks enabled) - System preferences - Z39.50/SRU servers - Catalog advanced search - Search results - Authorities -> Authorities home - Cataloging -> Cataloging home - Circulation -> Check out - E-resource management (with ERMModule enabled) - Patrons -> Patrons home - Serials -> Serials home - Tools -> Notices Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:37:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:37:03 +0000 Subject: [Koha-bugs] [Bug 34135] Show the icons for selected tab to the left of the search bar in the staff interface In-Reply-To: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34135-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34135-70-SzbCUe0Zi2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135 --- Comment #5 from Nick Clemens <nick at bywatersolutions.com> --- I love it! Leaving NSO for another opinion, but adding my support -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:41:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:41:08 +0000 Subject: [Koha-bugs] [Bug 34145] New: Patron search broken Message-ID: <bug-34145-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34145 Bug ID: 34145 Summary: Patron search broken Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: justin at juicetoon.xyz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com This is my console output: Uncaught TypeError: Cannot read properties of undefined (reading 'branchname') at render (members-home.pl:2483:76) at datatables.min_23.0500000.js:56:435 at b.fnGetData (datatables.min_23.0500000.js:50:221) at B (datatables.min_23.0500000.js:55:141) at Ha (datatables.min_23.0500000.js:63:1) at P (datatables.min_23.0500000.js:67:433) at vb (datatables.min_23.0500000.js:78:98) at datatables.min_23.0500000.js:75:167 at i (datatables.min_23.0500000.js:73:338) at Object.success (datatables.min_23.0500000.js:74:40) And this is where branchname appears in members-home.pl: in { "data": "library_id", "searchable": true, "orderable": true, "render": function( data, type, row, meta ) { let library_name = libraries_map[data].branchname if( !singleBranchMode && data == logged_in_library_id ) { return "<span class=\"currentlibrary\">" + escape_str(library_name) + "</span>"; } else { return escape_str(library_name); } } } It seems that this bug may be related: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31421 Though it says a fix was pushed to stable. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:41:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:41:57 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-7xq0XipNUB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151368|0 |1 is obsolete| | --- Comment #114 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152789 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152789&action=edit Bug 30979: Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:01 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-ElJUeau75w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151369|0 |1 is obsolete| | --- Comment #115 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152790 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152790&action=edit Bug 30979: Add public endpoints This patch expands the checkouts endpoints to allow for a public workflow. We add the availability endpoint under `/public/checkouts/availability` and restrict the information we send back to only those fields a public user should be allowed to see. We also add a new checkout endpoint at `/patrons/{patron_id}/checkouts` that allows for users to checkout to themselves and accepts the same POST request with checkout details including item_id and a confirmation token in the body that the staff client endpoints accept. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:05 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-qLlwZVDhrf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151370|0 |1 is obsolete| | --- Comment #116 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152791&action=edit Bug 30979: Add 'OpacTrustedCheckout' preference This patch adds a new 'OpacTrustedCheckout' system preference to govern whether the library allows opac users to check out items to themselves from their OPAC login. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:09 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-fIyW3Wy9kL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151371|0 |1 is obsolete| | --- Comment #117 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152792 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152792&action=edit Bug 30979: Limit public checkout endpoint using preference The public api endpoint for self-checkout should only be enabled in the case where the OpacTrustedSelfCheckout option is enabled. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:13 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-pCqnM9TQSV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151372|0 |1 is obsolete| | --- Comment #118 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152793&action=edit Bug 30979: Add checkout modal to the OPAC This patch adds a new self checkout modal to the OPAC when OpacTrustedCheckout is enabled and a user is logged in. The new modal allows an end user to scan an item barcode to checkout. We check for item existance and availability and then check the item out after any confirmations have been displayed. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:17 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-jsJS9bFilz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151373|0 |1 is obsolete| | --- Comment #119 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152794&action=edit Bug 30979: Always show self-checkout when preference enabled This patch updates the display logic such that if the truested self-checkout option is enabled we always show the checkout button and prompt a login when no user is found. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:21 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-rVloHDwVnK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151374|0 |1 is obsolete| | --- Comment #120 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152795 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152795&action=edit Bug 30979: Redirect to checkout summary This is a temporary solution whilst we wait for the biblio api endpoints so we may include more biblio details in the checkout modal itself. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:25 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-lWytfIJg0Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151375|0 |1 is obsolete| | --- Comment #121 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152796 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152796&action=edit Bug 30979: Add modal trigger to shibboleth target url Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:42:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:42:29 +0000 Subject: [Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves In-Reply-To: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30979-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30979-70-NjzPSFRSHe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151376|0 |1 is obsolete| | --- Comment #122 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152797&action=edit Bug 30979: (follow-up) Fix public availability 500 When we introduced the logged in user id to the token generation we had the knock on effect of creating a 500 response for unauthenticated availability lookups. This patch resolves the 500, but results in a token that's not useful for the end user. We should consider this in the wider context down the line. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:43:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:43:19 +0000 Subject: [Koha-bugs] [Bug 34145] Patron search broken In-Reply-To: <bug-34145-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34145-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34145-70-ECX6yUZD0P@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34145 Justin Dowswell <justin at juicetoon.xyz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |justin at juicetoon.xyz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:45:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:45:16 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-4AVKo4Ts2j@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:45:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:45:18 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-C8MKf4VoWW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152773|0 |1 is obsolete| | Attachment #152774|0 |1 is obsolete| | --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152798&action=edit Bug 34101: Unit Tests prove t/db_dependent/SIP/Message.t Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:45:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:45:20 +0000 Subject: [Koha-bugs] [Bug 34101] Limit items types that can be checked out via SIP2 In-Reply-To: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34101-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34101-70-PNRMkgZsdq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101 --- Comment #4 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152799 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152799&action=edit Bug 34101: Limit items types that can be checked out via SIP2 This bug adds the ability to define a list of item types that are blocked from being issued at that SIP account To test: 1) Apply this patch 2) Visit Administration->Item types and select edit on the music item type 3) Make the rental charge 0 and save changes (this allows for the item to be checked out via SIP) 4) In the terminal, vim /etc/koha/sites/kohadev/SIPconfig.xml 5) Edit the term1 account and add the following *inside* the login section: blocked_item_types="BK|MU" You should have something similar to this: <login id ="term1" ........... checked_in_ok="1" blocked_item_types="BK|MU" /> 6) Restart SIP (sudo koha-sip --restart <instancename>) 7) Run a checkout query for an item with the item type book. Here is an example you could use: perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000011418-m checkout 8) Notice the checkout failed and you are given the screen msg "Item type cannot be checked out at this checkout location" 9) Run a checkout query for an item with the item type music. Here is an example you could use: perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000008715 -m checkout 10) Notice the checkout failed and you are given the screen msg "Item type cannot be checked out at this checkout location" 11) vim /etc/koha/sites/kohadev/SIPconfig.xml and delete the BK from the blocked_item 12) Delete the BK from blocked_item_types. It should now look like : blocked_item_types="MU" 13) Restart SIP (sudo koha-sip --restart <instancename>) 14) Run a checkout query for the item with the item type book perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000011418 -m checkout 15) Checkout succesful 16) Run a checkout query for the item with the item type music perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529001000463 --item 39999000008715 -m checkout 17) Still fails (because it is blocked) 18) prove t/db_dependent/SIP/Message.t 19) Congratulate yourself for making it through the long test and sign-off :) Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 14:57:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 12:57:46 +0000 Subject: [Koha-bugs] [Bug 34068] Dropdown selector when changing pickup library is buggy In-Reply-To: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34068-70-axJLTI5TDK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #2 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> --- Mikko's answer solved the issue. Thanks! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:05:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:05:27 +0000 Subject: [Koha-bugs] [Bug 32711] Add biblio details to trusted self-checkout modal In-Reply-To: <bug-32711-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32711-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32711-70-rLYob6kJg5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32711 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151262|0 |1 is obsolete| | --- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152800 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152800&action=edit Bug 32711: Add biblio details to modal This patch adds biblio details to the self-checkout modal. As part of this we add 'biblio' to the x-koha-embed option on the public items endpoint, clone the js-biblio-format include from the staff client adapting it slightly for OPAC use along the way and also import escape_str and escapeHtml from staff to opac too. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:05:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:05:30 +0000 Subject: [Koha-bugs] [Bug 32711] Add biblio details to trusted self-checkout modal In-Reply-To: <bug-32711-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32711-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32711-70-uUNcVXpNW4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32711 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151263|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152801 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152801&action=edit Bug 32711: Add 'public_read_list' appropriately We're exposing biblio (and thus biblioitem) to the public API now and as such we need to explisitely list which fields to include in the response when called on the public api. Signed-off-by: Silvia Meakins <smeakins at eso.org> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:05:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:05:33 +0000 Subject: [Koha-bugs] [Bug 32711] Add biblio details to trusted self-checkout modal In-Reply-To: <bug-32711-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32711-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32711-70-Tfat5AyA50@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32711 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151264|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152802&action=edit Bug 32711: Fix biblio embeds We need to drop the embed part of the args we pass to biblioitem else we end up with some very strange behaviours on the acquisitions endpoint. Signed-off-by: Silvia Meakins <smeakins at eso.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:07:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:07:28 +0000 Subject: [Koha-bugs] [Bug 27542] It should be possible to cancel an ILL request sent to a partner In-Reply-To: <bug-27542-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27542-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27542-70-RHGdmCsnQ0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27542 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|martin.renvoize at ptfs-europe |pedro.amorim at ptfs-europe.co |.com |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:42:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:42:23 +0000 Subject: [Koha-bugs] [Bug 21507] Decimal separators issues in patrons payments/fines, simplified In-Reply-To: <bug-21507-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21507-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21507-70-xfBb51tMvF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21507 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:50:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:50:37 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-wnlZfzZBmk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152762|0 |1 is obsolete| | --- Comment #60 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152803 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152803&action=edit Bug 33028: (follow-up) Add unformat_price js function Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:50:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:50:40 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-v69vW3hk3w@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152763|0 |1 is obsolete| | --- Comment #61 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152804&action=edit Revert "Bug 33028: Remove Price formatting as we are missing JS unformat" This reverts commit c10aa96e4f1fac0f34e02caade3aa259d7233c71. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:50:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:50:44 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-H3FhabCarc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152764|0 |1 is obsolete| | --- Comment #62 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152805&action=edit Bug 33028: (follow-up) Apply unformat_price to decimal fields Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 15:56:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 13:56:38 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-dZMUdLIoml@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #63 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- I resolved this: Editing a rule with 1.50 shows 1.5 But I can't replicate this: Entering 1.50 and saving, i see: 150,00 in the matrix and 150 in the DB -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:03:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:03:02 +0000 Subject: [Koha-bugs] [Bug 34146] New: How to limit number of copies? Message-ID: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Bug ID: 34146 Summary: How to limit number of copies? Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: vbovictor at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl In Koha it is possible to Add an instance or choose to "Add Multiple Copies" simultaneously to a record. So far so good. More..... I had a situation where an employee mistakenly typed 800,000 copies for a record. As a result, when Koha started its automatic Indexing routine, it consumed all of the server's memory and crashed system access. When I tried to delete the 800,000 copies in batch, the system crashed. It took slow deletion from 5,000 to 5,000 to reach 800,000. Considering the aforementioned case, would any colleague know if we can limit the quantity in the option "Add Multiple Copies"? If there is no option, I believe that a configuration option to limit the entry of copies is important. Thanks, Victor -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:05:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:05:26 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-P4vInf61gW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master Severity|enhancement |normal --- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Thanks Victor for reporting this one. Moving this from enh to bug. Starting with normal, but we could raise severity still. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:12:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:12:29 +0000 Subject: [Koha-bugs] [Bug 31844] Clarify cataloging permissions In-Reply-To: <bug-31844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31844-70-V38m7fT3Jb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31844 --- Comment #1 from Juliet Heltibridle <jheltibridle at rcplib.org> --- This would be a very useful improvement. I struggled a bit to figure out which permissions would allow someone access to batch modifications now that they are on a new screen. You have to add some permissions under the tools section and some from the edit catalog section. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:13:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:13:17 +0000 Subject: [Koha-bugs] [Bug 27441] Create a notice that can be sent when the Long Overdue Cron runs In-Reply-To: <bug-27441-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27441-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27441-70-7Qok3eNhod@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27441 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:16:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:16:21 +0000 Subject: [Koha-bugs] [Bug 31844] Clarify cataloging permissions In-Reply-To: <bug-31844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31844-70-du4DtoQJcS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31844 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:16:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:16:30 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-GU0U43UmOg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152331|0 |1 is obsolete| | --- Comment #5 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152806&action=edit Bug 33872: Auto calc duplicated patron's registration date to today's date Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk> Signed-off-by: Rhonda Kuiper <rkuiper at roundrocktexas.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:17:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:17:22 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-0iSAbFpO48@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:17:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:17:24 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-Lu1Vbhf6jP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152807 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152807&action=edit Bug 34146: Do not allow multiple copies to crash server Currently hardcoded to 1000. Can be refined later. Let's first prevent this kind of accidents. Test plan: Add additem.pl. Edit the 1000 to 2. Restart all. Add 3 multiple copies. Notice that you got 2. Revert your code change. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:17:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:17:34 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-XThDIIyWFN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:17:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:17:51 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-PkN8YQ9Fnp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Trivial fix, self signoff. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:18:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:18:13 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-ECjJ5sJLZM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Raising to major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:19:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:19:21 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-BMtEEyCEyr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152807|0 |1 is obsolete| | --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152808&action=edit Bug 34146: Do not allow multiple copies to crash server Currently hardcoded to 1000. Can be refined later. Let's first prevent this kind of accidents. Test plan: Add additem.pl. Edit the 1000 to 2. Restart all. Add 3 multiple copies. Notice that you got 2. Revert your code change. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:26:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:26:54 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-eJ5Ppjwz0m@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 --- Comment #13 from Lucas Gass <lucas at bywatersolutions.com> --- Sorry for the confusion here. Thanks Martin and Pedro, the follow-up makes perfect sense to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:29:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:29:34 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-NmHZoTJpsr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:40:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:40:38 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-g8RU0mGwY0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Someone removed this btw in js: + <!-- Add a soft-limit of 99 with a reminder about potential data entry error --> + if (f>99) { + return confirm(_("More than 99 copies will be added. Should they be added?")); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:40:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:40:56 +0000 Subject: [Koha-bugs] [Bug 34121] Improve performance of Koha::Plugins::call In-Reply-To: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34121-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34121-70-7RvtRhezpE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34121 --- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> --- > I can see that the patches are not finished yet, but wanted to give you an > early feedback anyway. I hope that helps Thanks for the feedback. I'm presuming that can_load is heavier than a query. I should test my assumptions. I also should implement caching per-method. I'm also leaning toward the the second patch being a bad idea. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:48:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:48:25 +0000 Subject: [Koha-bugs] [Bug 34137] Holds Cancellation Tab Configure Table Not in Order In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-bcoy1TzYxd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | Version|22.11 |master OS|Windows |All Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:49:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:49:44 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-rAe665dfSu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Holds Cancellation Tab |Requested cancellation date |Configure Table Not in |column missing from holds |Order |awaiting pickup table | |config -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:57:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:57:11 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-Z9G5P83GTY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- It seems that Bootstrap does not respect the size attribute that is present on the number_of_copies input. There is a size="2" but it does not work. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:58:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:58:54 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-rO75lr9VGx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 --- Comment #4 from Eugene Espinoza <eugenegf at yahoo.com> --- Marcel, Thanks for commenting! I am missing the paidfor column in my deleteditems table. As far as I can remember, we did not delete any columns in tables for this Koha instance. This Koha instance was upgraded from 20.11 then 22.11 then 23.05. I wander why the paidfor field was not included in the upgrade? Anyway closing this bug, as it is an isolated case. Thank you very much! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 16:59:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 14:59:25 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-YgO2eFyDIu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 Eugene Espinoza <eugenegf at yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:00:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:00:54 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-7ATDQMzQRV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 Patrick Robitaille <patrick.robitaille at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:03:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:03:15 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-dHiOKLZjy1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 --- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Here is a pointer: $DBversion = '20.06.00.041'; if ( CheckVersion($DBversion) ) { if ( column_exists( 'items', 'paidfor' ) ) { my ($count) = $dbh->selectrow_array( q| SELECT COUNT(*) FROM items WHERE paidfor IS NOT NULL AND paidfor <> "" | ); if ($count) { warn "Warning - Cannot remove column items.paidfor. At least one value exists"; } else { $dbh->do(q|ALTER TABLE items DROP COLUMN paidfor|); $dbh->do(q|UPDATE marc_subfield_structure SET kohafield = '' WHERE kohafield = 'items.paidfor'|); } } if ( column_exists( 'deleteditems', 'paidfor' ) ) { my ($count) = $dbh->selectrow_array( q| SELECT COUNT(*) FROM deleteditems WHERE paidfor IS NOT NULL AND paidfor <> "" | ); if ($count) { warn "Warning - Cannot remove column deleteditems.paidfor. At least one value exists"; } else { $dbh->do(q|ALTER TABLE deleteditems DROP COLUMN paidfor|); } } NewVersion( $DBversion, 26268, "Remove items.paidfor field" ); } The field paidfor should not be present anymore. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:06:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:06:44 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-qV680IVIRB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau at gmail.com Status|Needs Signoff |Failed QA --- Comment #9 from Sam Lau <samalau at gmail.com> --- Hi Martin, I'm running into one main issue when trying this patch. After applying, all the search forms have the same method as expected, however, the patron table is not loading for me. Thus, none of the searches are giving me back any results. I was able to fix this issue by removing this line in koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc: let filters = []; Upon removing this line, everything seemed to be working fine for me -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:08:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:08:47 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-mg9GV5m2oP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:08:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:08:51 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-6Job8zmvGj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #32 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152809&action=edit Bug 33716: (QA follow-up) Add atomic update file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:08:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:08:55 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-i6hp50Gkma@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #33 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152810&action=edit Bug 33716: (QA follow-up) Fix copy/paste issues in Workflow.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:08:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:08:58 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-YPaMSeeSQC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #34 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152811&action=edit Bug 33716: (QA follow-up) Fix styling for Type_disclaimer_date and Type_disclaimer_value on 'Request details' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:14:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:14:12 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-8q0kVc10ZH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:14:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:14:15 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-wvoxJcgzbi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152812&action=edit Bug 34137: Requested cancellation date column missing from holds awaiting pickup table config This patch adds an entry for the requested cancellation date column to columns_settings.yml so that the column can be configured correctly in table settings and on the fly. To test you will need at least one hold with a cancellation request. - Apply the patch and restart all services. - Go to Circulation -> Holds awaiting pickup - In the "Holds with cancellation requests" tab, confirm that there is a "Date cancellation requested" column and that it is one of the choices under the "Columns" button. - Confirm that the correct columns are shown and hidden when making selections in the columns menu. - Go to Administration -> Table settings -> Circulation -> Holds awaiting pickup. - Test setting "Is hidden by default" and "Cannot be toggled" for various columns in the table, including the "Date cancellation requested" column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:13 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-laNCD8XLSv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:16 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-lRsazMCrTQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151403|0 |1 is obsolete| | Attachment #151404|0 |1 is obsolete| | Attachment #151405|0 |1 is obsolete| | Attachment #151406|0 |1 is obsolete| | Attachment #151407|0 |1 is obsolete| | Attachment #151408|0 |1 is obsolete| | Attachment #151409|0 |1 is obsolete| | Attachment #151411|0 |1 is obsolete| | Attachment #152809|0 |1 is obsolete| | Attachment #152810|0 |1 is obsolete| | Attachment #152811|0 |1 is obsolete| | --- Comment #35 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152813&action=edit Bug 33716: New ILLModuleDisclaimerByType sys pref Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:18 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-U3U5OGaYIC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #36 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152814&action=edit Bug 33716: Preparation New Illrequest::Workflow superclass New Illrequest::Workflow::TypeDisclaimer Moved Illrequest::Availability to Illrequest::Workflow::Availability Removed check for backend capability "should_display_availability" Instead, the check is now done for "can_create_request" backend capability This serves the purpose of having the backend let core know if it can create the request or not. In other words, if the create form has been submitted or not. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:21 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-sKXjjTnfhH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #37 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152815 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152815&action=edit Bug 33716: ILL Type Disclaimer - Staff Update the way Availability is handled Add the new type disclaimer workflow operation after Availability Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:23 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-UkWUJuPBHT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #38 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152816&action=edit Bug 33716: ILL Type Disclaimer - OPAC Update the way Availability is handled Add the new type disclaimer workflow operation after Availability Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:25 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-YdtrwtOt5O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #39 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152817 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152817&action=edit Bug 33716: Tests Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:28 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-OP9wQDgmTW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #40 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152818 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152818&action=edit Bug 33716: (follow-up) Amend system preference descrpition and improve formatting This adds some documentation for the different options presented in the example YAML entry and improves formatting a little for better readability of the example. Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:31 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-AhoWh9pv1U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #41 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152819&action=edit Bug 33716: (follow-up) Add cancel links and update breadcrumbs For both staff interface and OPAC: * Update breadcrumbs to have a new entry for the page * Rename button From Next to submit * Add a cancel link to back out Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:33 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-hj2Hjmn2rR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #42 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152820 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152820&action=edit Bug 33716: (follow-up) Move sysprefs to new Workflow sub heading Move ILLModuleCopyrightClearance, ILLCheckAvailability, and ILLModuleDisclaimerByType sys prefs State that ILLModuleCopyrightClearance is OPAC only in its description Correct 'bold' reference in ILLModuleDisclaimerByType description Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:36 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-CzWOKMsHcR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #43 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152821&action=edit Bug 33716: (QA follow-up) Add atomic update file Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:38 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-02TYheoZ9h@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #44 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152822 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152822&action=edit Bug 33716: (QA follow-up) Fix copy/paste issues in Workflow.pm Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:16:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:16:41 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-Wvd5GWKCI3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #45 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152823 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152823&action=edit Bug 33716: (QA follow-up) Fix styling for Type_disclaimer_date and Type_disclaimer_value on 'Request details' Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:18:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:18:16 +0000 Subject: [Koha-bugs] [Bug 34136] Add ability to render a report using a notice template In-Reply-To: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34136-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34136-70-xmQQ9tFIyS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |samalau at gmail.com --- Comment #2 from Sam Lau <samalau at gmail.com> --- After I created the new notice template using the report option when I try to go to Reports and then select 'create from SQL', the page did not load and I'm left with this error: Could not compile /kohadevbox/koha/reports/guided_reports.pl: Can't locate Koha/TemplateUtils.pm in @INC (you may need to install the Koha::TemplateUtils module) (@INC contains: /kohadevbox/koha /kohadevbox/koha/lib /kohadevbox/koha/installer /kohadevbox/koha/lib/installer /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/aarch64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl /var/lib/koha/kohadev/plugins) at /kohadevbox/koha/reports/guided_reports.pl line 41. BEGIN failed--compilation aborted at /kohadevbox/koha/reports/guided_reports.pl line 41. at /usr/share/perl5/CGI/Compile.pm line 144 It is also important to note that before creating a new notice template, the report page loads perfectly fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:23:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:23:42 +0000 Subject: [Koha-bugs] [Bug 23059] reserves_stats.pl: Simplify reserve status handling In-Reply-To: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23059-70-JgJJiHFYM1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:23:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:23:44 +0000 Subject: [Koha-bugs] [Bug 23059] reserves_stats.pl: Simplify reserve status handling In-Reply-To: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23059-70-3ZGfOPZKSQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151579|0 |1 is obsolete| | Attachment #152679|0 |1 is obsolete| | --- Comment #9 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152824 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152824&action=edit Bug 23059: reserve_stats.pl: Simplify reservestatus This patch does the following: [1] Go back to four statuses: Cancelled, Filled, Waiting or Placed. Placed is used as collective name for all other statuses: pending (placed), processing (found==P) or transit (found==T). Placed before anyway. [2] Allow translation of these statuses in the template. Remove the sub reservestatushuman. [3] The output of changeifreservestatus is considerably shorter and less ugly in the constructed sql statement. Test plan: [1] Use reservestatus as row, as column and only as filter (clicking few statuses). [2] Verify that the shown statistics meet your expectations. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:23:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:23:46 +0000 Subject: [Koha-bugs] [Bug 23059] reserves_stats.pl: Simplify reserve status handling In-Reply-To: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23059-70-1SSSe6zbHK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059 --- Comment #10 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152825&action=edit Bug 23059: (QA follow-up) Put status strings in a span No test plan. Read the patch. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Owen Leonard <oleonard at myacpl.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:27:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:27:58 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-l4TWayz2sF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152822|0 |1 is obsolete| | --- Comment #46 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152826 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152826&action=edit Bug 33716: (QA follow-up) Fix copy/paste issues in Workflow.pm and TypeDisclaimer.pm Signed-off-by: Nick Clemens <nick at bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:28:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:28:11 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-caAgPJZRkM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #47 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- I squashed more minor comment updates to the copy/paste fixes patch and kept your signature in it Nick. Thanks for looking at this! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:28:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:28:56 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-I8FA7GB6PJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #48 from Nick Clemens <nick at bywatersolutions.com> --- (In reply to Pedro Amorim from comment #47) > I squashed more minor comment updates to the copy/paste fixes patch and kept > your signature in it Nick. Thanks for looking at this! Yeah, nice catch ;-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:35:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:35:48 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-b73GQA65ss@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Ah, that looks like a rebase error.. I think that particular line was removed in a recently pushed patch and then re-introduced here accidentally as part of a rebase. I will remove it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:36:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:36:04 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-ckcjWYpF3S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 --- Comment #2 from quinn.morris at citruslibraries.org --- Just for clarification, where would I put this information to try the fix? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:37:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:37:39 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-CV2zal9rQG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152787|0 |1 is obsolete| | --- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152827 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152827&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:39:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:39:08 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-Bipg5FeqXt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:47:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:47:54 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-21W9dQDShp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:47:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:47:56 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-thAmKIBPZq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152827|0 |1 is obsolete| | --- Comment #12 from Sam Lau <samalau at gmail.com> --- Created attachment 152828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152828&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 17:57:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 15:57:45 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-qBgPzfQCCs@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #64 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- OK.. I should have read Katrins patches in more depth before continuing here.. Bug 33028: Add TT filters for Price and pattern checks to input fields This actually takes us backwards and breaks input more.. We are expecting currency format to be correctly passed to us in system currency format.. NOT always US decimal.. as such by adding the pattern and setting the input types to decimal only we are forcing US decimal input which means the unformat call on the serverside is breaking the inputs. I think we should go all the way back to `Bug 33028: Add is_monetary to recall_overdue_fine and article_request_fee` and we had a working system at that point following Katrins test plan.. at least it was working for me for all cases at that point. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:00:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:00:16 +0000 Subject: [Koha-bugs] [Bug 34147] New: Patron Search Displays "Processing" when Category Has Library Limitations that Exclude the Logged In Branch Name Message-ID: <bug-34147-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34147 Bug ID: 34147 Summary: Patron Search Displays "Processing" when Category Has Library Limitations that Exclude the Logged In Branch Name Change sponsored?: --- Product: Koha Version: 22.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: jyorio at equinoxinitiative.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com I'll start by saying that I don't know if this relates to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24132 or not. To replicate, you'll need more than one library in Administration | Libraries. Setup a patron category with a Library Limitation, so that one library is excluded (by not selecting it). Create a patron with a common surname in your borrowers table and assign to that category. While the logged in branch is set to one of the libraries that are not excluded for that category you created above, search for patrons with the surname of your test patron. You should get results as expected. Change the logged in branch name to the excluded library. Conduct the same search. A processing message appears and just spins. I'm not sure whether the desired result should be to exclude the patron in question from the search results or whether it should display but with some restriction on the Patron Category. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:08:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:08:52 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-WKBB6wRmZj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #65 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152829 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152829&action=edit Bug 33028: (follow-up) Remove inputmode and pattern -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:11:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:11:55 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-ZYmvCGFHwA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #66 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- OK... with that last patch I think we should be working correctly in all cases.. Please follow the test plan in comment 25 to confirm this. We can drop/squash half the patches here.. the bug has become a real mess with things getting added then reverted, then added and finally reverted again. I'm not sure we need the js unformat function I created at all at this point.. it's no longer used here.. but might be helpful migrated to another bug in case anyone needs it elsewhere. I'm also not sure about the location of the unformat call deep down in Circulation rules.. it feels like we should perhaps be calling this higher up in the controller rather than the module expecting different input types based on configuration. Anyway.. I'd love to see this move forward. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:31:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:31:51 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-8XArPXWalG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:31:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:31:54 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-FiMeS75BZn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152682|0 |1 is obsolete| | --- Comment #7 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152830 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152830&action=edit Bug 34092: Move patron_autocomplete to staff-global.js Remove patron-autocomplete.js file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:31:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:31:57 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-ixUfJxEA4S@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152683|0 |1 is obsolete| | --- Comment #8 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152831 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152831&action=edit Bug 34092: Preparation: New buildPatronSearchQuery function Move patron search query logic out of patron_autocomplete into new function -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:32:01 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:32:01 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-CX7tccPalD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152698|0 |1 is obsolete| | --- Comment #9 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152832 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152832&action=edit Bug 34092: Move search-patron.inc logic into buildPatronSearchQuery -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:34:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:34:33 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-FG99Es6yoq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #10 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Test plan to is test different patron searches and make sure everything is working as intended, before and after applying the patch. Examples of patron-autocomplete.js: - Patrons lists (create new list, add patrons to it): /cgi-bin/koha/patron_lists/lists.pl - View logs ("Librarian:" input): /cgi-bin/koha/tools/viewlog.pl - Reserve request: /cgi-bin/koha/reserve/request.pl Examples of patron-search.inc: - ERM, "Add new user" button: /cgi-bin/koha/erm/agreements/add - New patron card batch: /cgi-bin/koha/patroncards/edit-batch.pl (Click "add patron" button") Bonus: - Create a patron attribute type and set it "searchable". - Edit a patron and put some unique in that new patron attribute - Search for that, or part of that. More: Play with DefaultPatronSearchFields and DefaultPatronSearchMethod system preferences and verify that the searches all return as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:45:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:45:09 +0000 Subject: [Koha-bugs] [Bug 34148] New: mainpage.pl shows background jobs to users without manage_background_jobs permission Message-ID: <bug-34148-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34148 Bug ID: 34148 Summary: mainpage.pl shows background jobs to users without manage_background_jobs permission Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com On mainpage.pl we show the count of background jobs only to users who do not have the manage_background_jobs permission: unless ( $logged_in_user->has_permission( { parameters => 'manage_background_jobs' } ) ) { my $already_ran_jobs = Koha::BackgroundJobs->search( { borrowernumber => $logged_in_user->borrowernumber } )->count ? 1 : 0; $template->param( already_ran_jobs => $already_ran_jobs ); } This seems backwards to me. Is there a reason to show the count only to users without the permission? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 18:45:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 16:45:20 +0000 Subject: [Koha-bugs] [Bug 34148] mainpage.pl shows background jobs to users without manage_background_jobs permission In-Reply-To: <bug-34148-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34148-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34148-70-MN4mxEmmLu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34148 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:08:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:08:13 +0000 Subject: [Koha-bugs] [Bug 34149] New: Syndetics cover images don't load in staff interface detail page in other images services are enabled Message-ID: <bug-34149-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34149 Bug ID: 34149 Summary: Syndetics cover images don't load in staff interface detail page in other images services are enabled Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com To recreate: 1. Turn on Syndetics 2. Set AmazonCoverImages to show 3. Go to a record detail page that has a Syndetics image but no Amazon image. In KTD I am using bib 181. 4. The image never loads. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:34:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:34:03 +0000 Subject: [Koha-bugs] [Bug 34148] mainpage.pl shows background jobs to users without manage_background_jobs permission In-Reply-To: <bug-34148-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34148-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34148-70-Z7BWeYn990@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34148 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> --- I just saw Bug 29020. So this is working as intended. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:48:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:48:49 +0000 Subject: [Koha-bugs] [Bug 31241] PDF export of ANY label is NOT functioning. In-Reply-To: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31241-70-b111Vps23q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov --- Comment #4 from Heather <heather_hernandez at nps.gov> --- We were just upgraded to Koha 22.11.06 and we're having this problem (with Edge 114.0.1823.58 and with Chrome 114.0.5735.135) when trying to download the .pdf for a barcode label range/batch. I'm hoping very much it gets fixed--I can't catalog anything or receive any periodicals if I can't print barcodes!! --h2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:49:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:49:37 +0000 Subject: [Koha-bugs] [Bug 34150] New: Personal name (100a) field missing tag editor on acquisition framework Message-ID: <bug-34150-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34150 Bug ID: 34150 Summary: Personal name (100a) field missing tag editor on acquisition framework Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: esther.melander at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Created attachment 152833 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152833&action=edit Missing tag editor button With the RequireChoosingExistingAuthority set to required for cataloging, this requirement is now enforced on the acquisitions framework. However, the authority field is missing the tag editor to allow a look up. To recreate: 1. Set the RequireChoosingExistingAuthority system setting to required. 2. Make sure the acquisitions framework has the 100 Personal name field 2. In Acquisitions, find a vendor and add to a basket from a new empty record. See that the 100 Personal name field is missing the tag editor button. This is new behavior with 22.11. Previously the required look up was not present with this system setting enabled. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:51:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:51:22 +0000 Subject: [Koha-bugs] [Bug 26558] Guarantor information is lost when an error occurs during new account creation In-Reply-To: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26558-70-o7FkDeXuI6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:51:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:51:25 +0000 Subject: [Koha-bugs] [Bug 26558] Guarantor information is lost when an error occurs during new account creation In-Reply-To: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26558-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26558-70-L3v2HpGSEZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152782|0 |1 is obsolete| | --- Comment #9 from Sam Lau <samalau at gmail.com> --- Created attachment 152834 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152834&action=edit Bug 26558: Make guarantor information persist despite an error When one tries to create an account with patron guarantor and error occurs (already used username, wrong age etc.), guarantor information is lost. This patch always saves added patron guarantor information to the template param new_guarantors. To test: 1. Create a new account but cause an error that will keep the account from saving (enter the wrong age for a category or give the patron a username that's already being used). 2. Search for and select a guarantor. 3. Try to save the account and wait for the "The following fields are wrong. Please fix them." message. => Note that the guarantor information is gone and you need to search for and select the guarantor again. 4. Apply this patch. 5. Repeat steps 1.-3. => Note that guarantor information hasn't been lost. This patch also removes code block from duplicate patron check because we now save param new_guarantors even if error doesn't occur. To test: 1. Create a new account but cause a duplicate patron error. 2. Search for and select a guarantor. 3. Try to save the account. => Guarantor information should persist. Sponsored-by: Koha-Suomi Oy Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:59:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:59:30 +0000 Subject: [Koha-bugs] [Bug 34116] Add page-sectioning to item search in label creator In-Reply-To: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34116-70-gheQUc6tYL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 19:59:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 17:59:32 +0000 Subject: [Koha-bugs] [Bug 34116] Add page-sectioning to item search in label creator In-Reply-To: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34116-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34116-70-IibX16b1O5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152702|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152835 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152835&action=edit Bug 34116: Add page-sectioning to item search in label creator This patch adds a "page-section" class to search results page seen when adding items to a label batch. The patch also makes some minor changes to markup around the search header to make it more consistent with other search pages. To test, apply the patch and go to Cataloging -> Label creator. - Click New -> Label batch - Without entering anything in the textarea, click the "Add item(s)" button" - In the pop-up window, perform a search which will return multiple results. - Confirm that everything looks correct and all controls work as they should. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:09:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:09:16 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-fDZl59cpsH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:09:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:09:19 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-VAtJiNWUNP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152649|0 |1 is obsolete| | --- Comment #11 from Sam Lau <samalau at gmail.com> --- Created attachment 152836 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152836&action=edit Bug 33270: Add record_strip_nonxml routine to Koha::Biblio::Metadata This adds a routine that can strip non xml characters form a record. It is intended for cases where we do not wish to throw an exception, but rather need to process a record to allow other work to continue To test: prove -v t/db_dependent/Koha/Biblio/Metadata.t Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:09:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:09:21 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-ruQodjpB89@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152650|0 |1 is obsolete| | --- Comment #12 from Sam Lau <samalau at gmail.com> --- Created attachment 152837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152837&action=edit Bug 33270: Attempt to recover from invalid metadata exception This patch uses the new record_strip_nonxml routine to attempt to display the record when it contains invalid characters Rather than silently strippg these, we warn in the logs, then add an 'about' container to the response. It is displayed nicely in the web view or sent as "INVALID_METADATA" in the xml response The 'error' codes for OAI seem to be at the request level, and the offered codes don't have a match for a bad record. Adding the about when we can recover seems the most generous response To test: Test plan, assumes using KTD default data - otherwise you need to find and import a record with encoding issues: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&resumptionToken=marcxml/350////0/0/352 3 - 500 error: Invalid data, cannot decode metadata object (biblio_metadata.id=368, biblionumber=369, format=marcxml, schema=MARC21, decoding_error=':8: parser error : PCDATA invalid Char value 31... 4 - Apply patch, restart all 5 - Reload the page 6 - It loads! 7 - Click 'Metadata' for record 369 - it succeeds! 8 - Check the logs - confirm you see a warning of the record problem 9 - Confirm 369 has an about section 10 - Check the individul 'GetRecord' response as well http://localhost:8080/cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=oai_dc&identifier=KOHA-OAI-TEST:369 Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:22:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:22:18 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-zFwwcBfUkt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:22:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:22:20 +0000 Subject: [Koha-bugs] [Bug 34097] Using the three ellipses to set the date cataloged (952|d) for an item repositions the screen to the top In-Reply-To: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34097-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34097-70-LIfdBloyH5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152772|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152838 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152838&action=edit Bug 34097 - Clicking ellipsis for dateaccessioned plugin shouldn't scroll up Test plan: 1. Find a record with several items (in ktd "MacLaren's Gaelic self-taught" will do nicely 2. Click the Edit button next to one of the items 3. Click the "..." to the right of "d - Date acquired" and verify that the page doesn't scroll up to the top, and that the current date is inserted in the field 4. Click the "..." to the right of "w - Price effective from" and verify that the page doesn't scroll up and the current date is inserted Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:43:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:43:57 +0000 Subject: [Koha-bugs] [Bug 28691] Quick spine label should split the same way the label creator does / use splitting rules In-Reply-To: <bug-28691-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28691-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28691-70-V3T72zRpOB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28691 Dani Elder <danielle.elder at law.utexas.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danielle.elder at law.utexas.e | |du -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:51:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:51:14 +0000 Subject: [Koha-bugs] [Bug 34151] New: Hard due date being ignored in circulation rules in favor of loan period Message-ID: <bug-34151-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34151 Bug ID: 34151 Summary: Hard due date being ignored in circulation rules in favor of loan period Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: esther.melander at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1. Create a circulation rule for All Patrons, All Categories with a loan period of 10 days. 2. Set a hard due date for a date after the loan period. 3. Check out an item and see that the due date is based off the loan period and not the hard due date. Also, setting a loan period for the exact time period and the hard due date (so the dates are the same) also appears to fail and it reverts to the previous loan period. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:52:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:52:13 +0000 Subject: [Koha-bugs] [Bug 13556] Undo Item deletion In-Reply-To: <bug-13556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13556-70-SfbObxcLtR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13556 Patrick Robitaille <patrick.robitaille at collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 20:58:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 18:58:15 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-TkUKTgMEit@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |Laura.escamilla at bywatersolu |ity.org |tions.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:03:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:03:18 +0000 Subject: [Koha-bugs] [Bug 17015] New Koha Calendar In-Reply-To: <bug-17015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17015-70-OuNC8yZIIo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015 Catrina Berka <catrina at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |catrina at bywatersolutions.co | |m --- Comment #349 from Catrina Berka <catrina at bywatersolutions.com> --- Academic libraries would find this useful to limit their open hours, specifically for summer holidays. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:03:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:03:52 +0000 Subject: [Koha-bugs] [Bug 17015] New Koha Calendar In-Reply-To: <bug-17015-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17015-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17015-70-B1dNMye5sb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015 Dani Elder <danielle.elder at law.utexas.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danielle.elder at law.utexas.e | |du -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:05:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:05:47 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-xKNoH1Mg3i@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:05:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:05:49 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-pHRRE2m7HW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 --- Comment #1 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> --- Created attachment 152839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152839&action=edit Bug 34122: Fix for shelving locations that were applying to all item records. Test plan: 1. Create a bib record that has at least 3 items. 2. Change the shelving location of item 1 and do not add shelving locations to the other items. 3. View the bib record in the catalog, all three items will have the shelving location that was assigned to item 1. 4. Apply patch 5. Refresh the page on the bib record. Only item 1 should have the shelving location set. 6. Sign off! :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:28:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:28:23 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-MSeWLPoSaM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152812|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152840 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152840&action=edit Bug 34137: Requested cancellation date column missing from holds awaiting pickup table config This patch adds an entry for the requested cancellation date column to columns_settings.yml so that the column can be configured correctly in table settings and on the fly. To test you will need at least one hold with a cancellation request: - Go to Administration -> Circulation and fine rules -> Default waiting hold cancellation policy - Add at least one rule allowing cancellation on waiting items. - Place a hold for a patron which would fall under the rule you defined. - Satisfy the hold by checking the item in at the hold's destination location. - Cancel the hold, either by logging in to the OPAC as the patron with the hold, or in the staff client via the holds tab on the patron's record. - Apply the patch and restart all services. - Go to Circulation -> Holds awaiting pickup - In the "Holds with cancellation requests" tab, confirm that there is a "Date cancellation requested" column and that it is one of the choices under the "Columns" button. - Confirm that the correct columns are shown and hidden when making selections in the columns menu. - Go to Administration -> Table settings -> Circulation -> Holds awaiting pickup. - Test setting "Is hidden by default" and "Cannot be toggled" for various columns in the table, including the "Date cancellation requested" column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:30:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:30:41 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-4pzLn3c8E6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 --- Comment #4 from Owen Leonard <oleonard at myacpl.org> --- (In reply to quinn.morris from comment #2) > Just for clarification, where would I put this information to try the fix? In case you were referring to an incomplete test plan, I have revised it with more details. If you're asking how to apply and test the patch, check out this page: https://wiki.koha-community.org/wiki/Sandboxes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 21:42:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 19:42:06 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-rR50eEQG4O@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #8 from Owen Leonard <oleonard at myacpl.org> --- (In reply to Marcel de Rooy from comment #7) > There is a size="2" but it does not work. It sounds like you may be thinking of the "maxlength" attribute? Size only controls the width, not the values it accepts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 22:08:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 20:08:09 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-KgR7ZLW8j6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 George Williams (NEKLS) <george at nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 22:08:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 20:08:43 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-X2bdC0W7xq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 --- Comment #2 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> --- Revised/reworded test plan: 1. Create a bib record that has at least 3 items. 2. Change the shelving location of item 1 and do not add shelving locations to the other items. 3. View the bib record for the items in catalogue/detail.pl, all three items will have the shelving location that was assigned to item 1. However, if you look at the items in cataloguing/additem.pl, only item 1 will show the shelving location change. Item 2 and 3 will still show a blank shelving location. 4. Apply patch 5. Repeat step 3. Only item 1 should have a shelving location visible in both catalogue/detail.pl and cataloguing/additem.pl. 6. Sign off! :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 22:54:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 20:54:03 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-xTtklbBQfw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152840|0 |1 is obsolete| | --- Comment #5 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152841 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152841&action=edit Bug 34137: Requested cancellation date column missing from holds awaiting pickup table config This patch adds an entry for the requested cancellation date column to columns_settings.yml so that the column can be configured correctly in table settings and on the fly. To test you will need at least one hold with a cancellation request: - Go to Administration -> Circulation and fine rules -> Default waiting hold cancellation policy - Add at least one rule allowing cancellation on waiting items. - Place a hold for a patron which would fall under the rule you defined. - Satisfy the hold by checking the item in at the hold's destination location. - Cancel the hold, either by logging in to the OPAC as the patron with the hold, or in the staff client via the holds tab on the patron's record. - Apply the patch and restart all services. - Go to Circulation -> Holds awaiting pickup - In the "Holds with cancellation requests" tab, confirm that there is a "Date cancellation requested" column and that it is one of the choices under the "Columns" button. - Confirm that the correct columns are shown and hidden when making selections in the columns menu. - Go to Administration -> Table settings -> Circulation -> Holds awaiting pickup. - Test setting "Is hidden by default" and "Cannot be toggled" for various columns in the table, including the "Date cancellation requested" column. Signed-off-by: Quinn <quinn.morris at citruslibraries.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 22:54:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 20:54:37 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-RjzaZiGfwj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152841|0 |1 is obsolete| | --- Comment #6 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152842 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152842&action=edit Bug 34137: Requested cancellation date column missing from holds awaiting pickup table config This patch adds an entry for the requested cancellation date column to columns_settings.yml so that the column can be configured correctly in table settings and on the fly. To test you will need at least one hold with a cancellation request: - Go to Administration -> Circulation and fine rules -> Default waiting hold cancellation policy - Add at least one rule allowing cancellation on waiting items. - Place a hold for a patron which would fall under the rule you defined. - Satisfy the hold by checking the item in at the hold's destination location. - Cancel the hold, either by logging in to the OPAC as the patron with the hold, or in the staff client via the holds tab on the patron's record. - Apply the patch and restart all services. - Go to Circulation -> Holds awaiting pickup - In the "Holds with cancellation requests" tab, confirm that there is a "Date cancellation requested" column and that it is one of the choices under the "Columns" button. - Confirm that the correct columns are shown and hidden when making selections in the columns menu. - Go to Administration -> Table settings -> Circulation -> Holds awaiting pickup. - Test setting "Is hidden by default" and "Cannot be toggled" for various columns in the table, including the "Date cancellation requested" column. Signed-off-by: Quinn <quinn.morris at citruslibraries.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 22:55:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 20:55:29 +0000 Subject: [Koha-bugs] [Bug 34137] Requested cancellation date column missing from holds awaiting pickup table config In-Reply-To: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34137-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34137-70-OE853hVKw3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137 quinn.morris at citruslibraries.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:05:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:05:32 +0000 Subject: [Koha-bugs] [Bug 31059] encryption_key config entry not generated when upgrading In-Reply-To: <bug-31059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31059-70-0z0NU8AksJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31059 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33934 CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:05:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:05:32 +0000 Subject: [Koha-bugs] [Bug 33934] 'No encryption_key in koha-conf.xml' needs more detail In-Reply-To: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33934-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33934-70-GRwT0p7TnT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31059 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:13:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:13:46 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-IzQOm2yISR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 --- Comment #34 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Emily Lamancusa from comment #33) > Tried to test this, but the patch does not apply. > > Applying: Bug 16122: Add localuse column to items and deleteditems > Applying: Bug 16122: API and Schema updates > Applying: Bug 16122: Increment items.localuse in AddReturn > Applying: Bug 16122: Add display to holdings/otherholdings and Table settings > Using index info to reconstruct a base tree... > M admin/columns_settings.yml > M koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt > Falling back to patching base and 3-way merge... > Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt > Auto-merging admin/columns_settings.yml > Applying: Bug 16122: Increment localuse when checking out to stats patron > error: sha1 information is lacking or useless (C4/Circulation.pm). > error: could not build fake ancestor > Patch failed at 0001 Bug 16122: Increment localuse when checking out to > stats patron This still applies cleanly for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:14:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:14:04 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-CzVGmLJsJm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:18:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:18:04 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-O7ISue99bN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hm, I believe there are some things here that are a little odd. 490 doesn't indicate if something is a serial - it only indicates it's part of a series (a volume of a series). I believe I haven't seen serial flag set in MARC21 installations, but I might be mistaken. Could a library have changed the Koha-to-MARC mappings falsely resulting in it to validate to true? Also we should not hardcode a framework code. Koha comes with some examples, but libraries can and will built their own with any code. Also: Test plan needs updating (mentions 942 set to Books) I'd suggest checking the mappings! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:18:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:18:35 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-UF4RxTxptc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 --- Comment #35 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Emily Lamancusa from comment #32) > Lucas, can you provide a test plan for that last patch? If so I'd be happy > to sign off. To test: 1. Without the patch, have RecordLocalUseOnReturn on. 2. Check in some items to record localuse in the stats table. Keep note of those stats. 3. Apply the patches, updatedatabase. 4. Run the maintenance script, perl update_localuse_from_statistics.pl 5. Now check that items.localuse is congruent with what is in the stats table Using this report can help: SELECT COUNT( IF( statistics.type = 'localuse', statistics.itemnumber, NULL ) ) AS 'local use count' FROM statistics WHERE statistics.itemnumber=<<itemnumber>> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:19:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:19:23 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-uAy71RpxxF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Note: default mapping for biblioitems.serial appears to be 942$s! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jun 28 23:36:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 28 Jun 2023 21:36:40 +0000 Subject: [Koha-bugs] [Bug 27595] Place holds for patrons on accepted purchase suggestions In-Reply-To: <bug-27595-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27595-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27595-70-ewZZ2I5sg8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27595 Kris <kbecker at jcls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kbecker at jcls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 02:43:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 00:43:59 +0000 Subject: [Koha-bugs] [Bug 29002] Add ability to book items ahead of time In-Reply-To: <bug-29002-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29002-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29002-70-tUYP6OgEdS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002 Jessie Zairo <jzairo at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 02:52:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 00:52:51 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-SrrrxuuEYJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org --- Comment #4 from Phil Ringnalda <phil at chetcolibrary.org> --- Koha does try to set biblio.serial based on seriestitle, in https://git.koha-community.org/Koha-community/Koha/src/commit/532cf4ab9f5549c1e8f41d6c7191f9e1a9ed9e3c/C4/Biblio.pm#L233 And from a quick sandbox test, it succeeds (had to use a sandbox, since my production install has seriestitle only mapped from 440, not 490, so I lack both seriestitle and serial). Blame says that Koha has been that way at least since "rel_3_0 moved to HEAD" 17 years ago. It's not sane, but it's a longstanding lack of sanity. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:22:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:22:32 +0000 Subject: [Koha-bugs] [Bug 23269] Long hold queues are slowing the service In-Reply-To: <bug-23269-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23269-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23269-70-DdAb1KkRGA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23269 --- Comment #2 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to Katrin Fischer from comment #1) > Maybe this would be another candidate to be moved to the REST API? Johanna has actually worked on this (but is currently absent) and we've been using it for awhile now https://github.com/KohaSuomi/Koha-22x/commit/c26f53eeac4c12e13e1e595931b4ec279f054da7 However, this depends on bug 30660 and bug 30661. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:22:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:22:46 +0000 Subject: [Koha-bugs] [Bug 30660] Add cancellation reason to holds delete endpoint In-Reply-To: <bug-30660-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30660-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30660-70-UnjAeGyYhw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30660 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23269 CC| |emmi.takkinen at koha-suomi.fi Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23269 [Bug 23269] Long hold queues are slowing the service -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:22:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:22:46 +0000 Subject: [Koha-bugs] [Bug 23269] Long hold queues are slowing the service In-Reply-To: <bug-23269-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23269-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23269-70-ySAvtUlz48@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23269 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |30660 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30660 [Bug 30660] Add cancellation reason to holds delete endpoint -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:23:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:23:00 +0000 Subject: [Koha-bugs] [Bug 30661] Able to update more hold parameters via REST API In-Reply-To: <bug-30661-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30661-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30661-70-Diwt6Uvzxk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen at koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:39:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:39:19 +0000 Subject: [Koha-bugs] [Bug 23059] reserves_stats.pl: Simplify reserve status handling In-Reply-To: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23059-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23059-70-5o93s6Mt9Q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059 --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Owen Leonard from comment #10) > Signed-off-by: Owen Leonard <oleonard at myacpl.org> Thx ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:56:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:56:21 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-hv1Y6gVHuB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Owen Leonard from comment #8) > (In reply to Marcel de Rooy from comment #7) > > There is a size="2" but it does not work. > > It sounds like you may be thinking of the "maxlength" attribute? Size only > controls the width, not the values it accepts. Good point. Will add maxlength. Was trying to deduct why the check was removed. Note that size for a input text has a vague connection to the number of chars according to html specs. This attribute tells the user agent the initial width of the control. The width is given in pixels except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters. END QUOTE Note that it also depends on font etc. So not a good choice. Bootstrap offers other options for width too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 07:59:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 05:59:27 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-SDFwQQ62ev@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152843&action=edit Bug 34146: Add a client-side check with maxlength too Test plan: Try to add more than 3 characters now in the number of copies. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:23:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:23:02 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-gBGWgs1eLc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152844 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152844&action=edit Bug 34146: Counterpart for serials-edit Not only additem suffers from it. We can do the same with serials-edit. This patch adds a server-side and client-side check as we did for additem. Test plan: Receive serial with adding items. Try to add more than 999 items in number of copies. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:23:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:23:24 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-e0rclWu8sx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|How to limit number of |How to limit number of |copies? |copies (on additem and | |serials-edit)? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:26:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:26:12 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-Tl4d1fLpET@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152808|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152845&action=edit Bug 34146: Do not allow multiple copies to crash server Currently hardcoded to 1000. Can be refined later. Let's first prevent this kind of accidents. Test plan: Add additem.pl. Edit the 1000 to 2. Restart all. Add 3 multiple copies. Notice that you got 2. Revert your code change. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:26:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:26:15 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-TN55V1DfTx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152843|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152846&action=edit Bug 34146: Add a client-side check with maxlength too Test plan: Try to add more than 3 characters now in the number of copies. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:26:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:26:17 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-qJ8xNMJQTf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152844|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152847 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152847&action=edit Bug 34146: Counterpart for serials-edit Not only additem suffers from it. We can do the same with serials-edit. This patch adds a server-side and client-side check as we did for additem. Test plan: Receive serial with adding items. Try to add more than 999 items in number of copies. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:26:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:26:50 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-6ssoboPiSE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 --- Comment #15 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Fixed warning on first patch: [2023/06/28 14:14:26] [WARN] CGI::param called in list context from /usr/share/koha/cataloguing/additem.pl line 241, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:31:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:31:34 +0000 Subject: [Koha-bugs] [Bug 33537] Move domain limits from koha-conf to staff SMTP configuration In-Reply-To: <bug-33537-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33537-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33537-70-PDt68NQTrf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33537 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:41:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:41:41 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-i39UF7oiuh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no Status|Needs Signoff |Failed QA --- Comment #2 from Magnus Enger <magnus at libriotech.no> --- I applied the patch, restarted all the things, opened the main ILL page in an "incognito" window. When I look at the JS file the change has been applied, but the table still shows the lowest numbers at the top. Could I be missing something? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:42:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:42:16 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-oj6asOZybI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 --- Comment #3 from Magnus Enger <magnus at libriotech.no> --- Created attachment 152848 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152848&action=edit Lowest numbers at the top -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 08:51:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 06:51:44 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-pKO3yWT7Pw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 09:00:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 07:00:19 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-2rLzaIkB4G@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152845|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152849 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152849&action=edit Bug 34146: Do not allow multiple copies to crash server Currently hardcoded to 1000. Can be refined later. Let's first prevent this kind of accidents. Test plan: Add additem.pl. Edit the 1000 to 2. Restart all. Add 3 multiple copies. Notice that you got 2. Revert your code change. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 09:00:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 07:00:22 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-pYIT2Q6fPk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152846|0 |1 is obsolete| | --- Comment #17 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152850&action=edit Bug 34146: Add a client-side check with maxlength too Test plan: Try to add more than 3 characters now in the number of copies. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 09:00:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 07:00:25 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-gFch5J3pvy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152847|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152851&action=edit Bug 34146: Counterpart for serials-edit Not only additem suffers from it. We can do the same with serials-edit. This patch adds a server-side and client-side check as we did for additem. Test plan: Receive serial with adding items. Try to add more than 999 items in number of copies. Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 09:00:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 07:00:33 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-HKj6zqdkDv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 09:00:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 07:00:37 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-RG9NVRRQFT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |martin.renvoize at ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 09:26:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 07:26:13 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-QsLlPgsXrI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Should this actually be sorting on the placed on date as a posed to ID? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:00 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-qcw2KBcFiS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152096|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152852&action=edit Bug 33720: Update the updatedatabase.pl script to flush caches before running Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:02 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-HAqYioolgr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 --- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152853 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152853&action=edit Bug 33720: Also flush in install -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:15 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-MEyNWtLD4Y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:19 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-xLngI5vCJ6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:23 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-QBaemwRNSB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:34 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-MShNf14VXE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:21:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:21:43 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-ic1Jxq3Sty@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:35:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:35:53 +0000 Subject: [Koha-bugs] [Bug 34140] Automatic_renewals.pl --frombranch option should be available as a system preference In-Reply-To: <bug-34140-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34140-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34140-70-9xfey5jneu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34140 Georgia Newman <g.newman at arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g.newman at arts.ac.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:36:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:36:35 +0000 Subject: [Koha-bugs] [Bug 34144] Batch item modification run at the command line (cronned). In-Reply-To: <bug-34144-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34144-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34144-70-MvqfbsCjiy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34144 Georgia Newman <g.newman at arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g.newman at arts.ac.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:40:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:40:26 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-IzkAa9IfEP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Test plan: Before applying patch: * Open incognito at /cgi-bin/koha/ill/ill-requests.pl, * Verify order is by ASC (lowest ID first) * Close incognito Apply patch, then: * Open incognito at /cgi-bin/koha/ill/ill-requests.pl, * Verify order is by DESC (highest ID first) Did the test plan myself on both Google Chrome and Firefox. Can you please give it another go, Magnus? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:47:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:47:58 +0000 Subject: [Koha-bugs] [Bug 34143] "no attempt to encode" (|||) in the language facet doesn't work In-Reply-To: <bug-34143-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34143-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34143-70-A39NzwKr0l@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34143 --- Comment #1 from Päivi Knuutinen <paivi.knuutinen at joensuu.fi> --- Steps to reproduce: 1. search for somethingsomething... 2. click on a language facet that has ||| (No attempt to encode) 3. notice that biblios with no attempt to encode as language facet are not returned -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:52:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:52:00 +0000 Subject: [Koha-bugs] [Bug 34127] Allow to customize CSV export of basketgroup and add a ODS export In-Reply-To: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34127-70-osTDDI8DGZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Arthur Suzuki <arthur.suzuki at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki at biblibre.com --- Comment #1 from Arthur Suzuki <arthur.suzuki at biblibre.com> --- Hi Mathieu, CSV file formats is much easier to generate than OpenDocumentSpreadsheet and can be opened by LibreOffice or OpenOffice Calc. Regarding the issue you have with the missing export link when the basket is closed and attached to a basket group, you can unattach the basket from it's group then the link appear again. I agree that's not an ideal solution but that works while there is no patch to fix this :) Arthur -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 10:53:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 08:53:04 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-QISF6qrU2o@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid at lmscloud.de --- Comment #11 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Hi Pedro, what is the reasoning behind opening a new window for patron-search? Wouldn't a modal be more ergonomic? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:02:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:02:53 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-nqzPLCOXC4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #12 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- (In reply to Paul Derscheid from comment #11) > Hi Pedro, > > what is the reasoning behind opening a new window for patron-search? > Wouldn't a modal be more ergonomic? Definitely would! The opening of a new window is, I believe, old Koha behavior that we aim to move away from going forward (I think?). I provided the examples above to make a point for these 2 different ways of searching for patrons, with 2 distinct search query building logic in the code, trying to do the same thing. The point of this bug though is to move the patron search query building logic in a single place in the code, so that we maintain (and fix) in just 1 place. This will also make it more consistent in the way that staff members searching for patrons will - ideally - have the same results every time they input the same query, regardless of where the search is performed. Additionally, this new consolidated patron search query logic is also able to be used by other queries that also search for, but are not limited to, patrons. See bug 34058. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:03:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:03:33 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-Jq0hZ8WYtc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #13 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Ah, I see. Was just wondering. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:13:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:13:19 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-KTn3GMytyY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:13:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:13:22 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-P6BhQebTB9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152830|0 |1 is obsolete| | --- Comment #14 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Created attachment 152854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152854&action=edit Bug 34092: Move patron_autocomplete to staff-global.js Works as advertised. Manual tests check out. Remove patron-autocomplete.js file Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:13:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:13:25 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-J3yHd36TuP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152831|0 |1 is obsolete| | --- Comment #15 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Created attachment 152855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152855&action=edit Bug 34092: Preparation: New buildPatronSearchQuery function Move patron search query logic out of patron_autocomplete into new function Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:13:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:13:28 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-JynaPMr2G4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152832|0 |1 is obsolete| | --- Comment #16 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Created attachment 152856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152856&action=edit Bug 34092: Move search-patron.inc logic into buildPatronSearchQuery Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:29:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:29:19 +0000 Subject: [Koha-bugs] [Bug 33400] Titles_spec.ts is failing because alert is not visible In-Reply-To: <bug-33400-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33400-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33400-70-3hFoNF6Zb0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33400 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid at lmscloud.de --- Comment #7 from Paul Derscheid <paul.derscheid at lmscloud.de> --- I just noticed that cypress relies on an x86_64 dependency. Maybe we should add support for arm64 too. yarn run v1.22.19 $ cypress run It looks like this is your first time using Cypress: 9.7.0 Cypress failed to start. This may be due to a missing library or dependency. https://on.cypress.io/required-dependencies Please refer to the error below for more details. ---------- qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory ---------- Platform: linux-x64 (Debian - 11) Cypress Version: 9.7.0 error Command failed with exit code 1. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:34:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:34:39 +0000 Subject: [Koha-bugs] [Bug 31557] Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library In-Reply-To: <bug-31557-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31557-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31557-70-4tS4SqBY0Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557 Andreas Jonsson <andreas.jonsson at kreablo.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.jonsson at kreablo.se --- Comment #11 from Andreas Jonsson <andreas.jonsson at kreablo.se> --- I agree with Caroline. Shouldn't we compare $priority_branch to $pickup_branch? Also, do we really need an additional system preference? We already have LocalHoldsPriorityItemControl. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:49:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:49:36 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-7wl86TFrBH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:49:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:49:39 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-BYMyZrZVPG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152852|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152857&action=edit Bug 33720: Update the updatedatabase.pl script to flush caches before running Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:49:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:49:42 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-xzZvk1G7yU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152853|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152858&action=edit Bug 33720: Also flush in install Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 11:49:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 09:49:52 +0000 Subject: [Koha-bugs] [Bug 33720] updatedatabase.pl should purge memcached In-Reply-To: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33720-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33720-70-bKeBau9CBo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 12:27:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 10:27:53 +0000 Subject: [Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery In-Reply-To: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4437-70-TFwpdT0BN8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 12:27:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 10:27:55 +0000 Subject: [Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery In-Reply-To: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4437-70-Q6E3crsbE2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63756|0 |1 is obsolete| | --- Comment #16 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Created attachment 152859 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152859&action=edit Bug 4437: acq.js uses XMLHttpRequest() directly; should use jQuery I was too lazy to resolve the merge conflicts so I just rewrote the previous patch. The functions should be functionally equivalent to the ones using XMLHttpRequest, so they should still work as intended in their consumers. I deleted the getAuthValueDropbox function as I couldn't find a single reference in the entire codebase. Correct me if I'm wrong. I also ran the configured formatter on the whole file to clean up the mess. Actual changes in implementation are just in these functions - totalExceedsBudget - budgetExceedsParent - checkBudgetParent We could pontentially follow this up by making async requests instead to prevent blocking behaviour. But this would mean that we need to change the consumers as well. To test: Testing budgetExceedsParent (without patch): 1) Go to Home > Administration > Budgets administration 2) Create a Budget 'Testbudget', give it a value of 100, make it active 3) Add a fund 'Testfund 1', give it a value of 90, save 4) Add a fund 'Testfund 2', give it a value of 20 (exceeds budget), save Result OK: Message box ------------------------------------------------------- Form not submitted because of the following problem(s) ------------------------------------------------------- - Fund amount exceeds period allocation ------------------------------------------------------- Testing budgetExceedsParent (with patch): a) Clear browser cache, restart memcached, plack b) Make sure page is reloaded, repeat step 4) above Result: Not OK, no message box, form saves, period allocated is 100, total available is 110 (should not) 5) Test the other consumers in a similar manor. 6) Sign off. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 12:41:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 10:41:50 +0000 Subject: [Koha-bugs] [Bug 34132] Undo batch Item modification In-Reply-To: <bug-34132-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34132-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34132-70-KeobvSBnNL@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34132 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I am not sure if this could work easily. If you have CataloguingLog off (because it makes a lot of entries/noise), there is no way to restore any text entries. It's also dangerous becasue we cannot guarantee how long logs are kept/available. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:16:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:16:49 +0000 Subject: [Koha-bugs] [Bug 33544] Squash some ILL fields to alleviate request table overflow In-Reply-To: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33544-70-eYQTi4Ylvw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544 --- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152860&action=edit Bug 33544: WIP Replace title details with one column Work in progress to combine the request title details fields into one column for display. table_settings needs to be changed to account for the new and missing fields. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:17:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:17:04 +0000 Subject: [Koha-bugs] [Bug 33544] Squash some ILL fields to alleviate request table overflow In-Reply-To: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33544-70-lOW763H5ID@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:22:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:22:25 +0000 Subject: [Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery In-Reply-To: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4437-70-95FKhq4Hmh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #17 from Owen Leonard <oleonard at myacpl.org> --- > I deleted the getAuthValueDropbox function It's used in newordertempty.tt, which I don't think is working as it should even if I restore the function. If I create a new order which exceeds the fund shouldn't I get a JS error on the page? Instead I'm redirected to a page with an error message, and if I click the back button the form is empty again. And I don't think I understand how to test checkBudgetParent -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:27:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:27:46 +0000 Subject: [Koha-bugs] [Bug 33544] Squash some ILL fields to alleviate request table overflow In-Reply-To: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33544-70-XMRWGs0MY4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152860|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- Created attachment 152861 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152861&action=edit Bug 33544: WIP Replace title details with one column Work in progress to combine the request title details fields into one column for display. table_settings needs to be changed to account for the new and missing fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:44:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:44:27 +0000 Subject: [Koha-bugs] [Bug 34152] New: Tests in t/db_dependent/Koha/Item.t fail Message-ID: <bug-34152-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34152 Bug ID: 34152 Summary: Tests in t/db_dependent/Koha/Item.t fail Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: emmi.takkinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org Runnins prove t/db_dependent/Koha/Item.t leads to following error: t/db_dependent/Koha/Item.t .. 13/29 # Looks like you planned 15 tests but ran 5. t/db_dependent/Koha/Item.t .. 15/29 # Failed test 'deletion' # at t/db_dependent/Koha/Item.t line 998. Can't call method "can_edit_items_from" on an undefined value at /home/emmi/Koha/Koha/Item.pm line 298. # Looks like your test exited with 255 just after 15. t/db_dependent/Koha/Item.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 15/29 subtests It seems this happens because we don't mock user enviroment for test patron. However after fixing this issue tests still fail: t/db_dependent/Koha/Item.t .. 14/29 encountered object 'Koha::Library=HASH(0x55f674e55708)', but neither allow_blessed, convert_blessed nor allow_tags settings are enabled (or TO_JSON/FREEZE method missing) at /home/emmi/Koha/Koha/BackgroundJob.pm line 107. # Looks like you planned 15 tests but ran 5. # Failed test 'deletion' # at t/db_dependent/Koha/Item.t line 999. Can't call method "biblionumber" on an undefined value at /home/emmi/Koha/t/lib/TestBuilder.pm line 193. # Looks like your test exited with 255 just after 15. t/db_dependent/Koha/Item.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 15/29 subtests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:45:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:45:55 +0000 Subject: [Koha-bugs] [Bug 32340] Several tests failing for t/db_dependent/Reserves.t In-Reply-To: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32340-70-AcXY4O0fKA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32340 --- Comment #5 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- (In reply to Emmi Takkinen from comment #4) > (In reply to Katrin Fischer from comment #3) > > Hi Emmi, the tests pass for me on master with the sample database. I believe > > the sample data is assumed. > > Yep, but my sample data is no longer contains HOLD_CANCELLATION letter, I've > probably deleted it at some point. Added it manually and tests no longer > complain it missing. However I'm getting a whole new batch of errors now: > > t/db_dependent/Reserves.t .. 2/77 Use of uninitialized value $email in > string ne at /home/emmi/Koha/Koha/Patron.pm line 1445. > Use of uninitialized value $email in string ne at > /home/emmi/Koha/Koha/Patron.pm line 1445. > Use of uninitialized value $email in string ne at > /home/emmi/Koha/Koha/Patron.pm line 1445. > Use of uninitialized value $email in string ne at > /home/emmi/Koha/Koha/Patron.pm line 1445. > Use of uninitialized value $email in string ne at > /home/emmi/Koha/Koha/Patron.pm line 1445. > Use of uninitialized value $email in string ne at > /home/emmi/Koha/Koha/Patron.pm line 1445. > Can't call method "can_edit_items_from" on an undefined value at > /home/emmi/Koha/Koha/Item.pm line 298. Hmm, this could happen because we don't mock user environment somewhere in the code. I just ran into similar problem in bug 34152. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:55:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:55:34 +0000 Subject: [Koha-bugs] [Bug 33544] Squash some ILL fields to alleviate request table overflow In-Reply-To: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33544-70-CkFA5kPqwT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544 --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152862 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152862&action=edit Bug 33544: Update columns_settings.yml Wonder if year should be out of the details? In case we want to sort by year, its not sortable anyway at the moment but we need to keep in mind that fields bundled here will not be sortable. It does not seem to cause any issues on searching at first glance, at least. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:56:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:56:46 +0000 Subject: [Koha-bugs] [Bug 33544] Squash some ILL fields to alleviate request table overflow In-Reply-To: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33544-70-PXHwsScmwa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544 --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152863&action=edit New 'details' column Screenshot of new column. Horizontal scrollbar still there but much less prominent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 13:59:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 11:59:28 +0000 Subject: [Koha-bugs] [Bug 33544] Squash some ILL fields to alleviate request table overflow In-Reply-To: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33544-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33544-70-Y0Y9JSBec8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544 --- Comment #7 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Current WIP is breaking the small search input box on top of the table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:06:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:06:11 +0000 Subject: [Koha-bugs] [Bug 34153] New: Add ability to allow items with additional materials notes to be checked out via SIP Message-ID: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 Bug ID: 34153 Summary: Add ability to allow items with additional materials notes to be checked out via SIP Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org At this time, any item with an additional materials date is blocked from checkout via SIP with a screen message to take the item to a circulation desk for checkout. Some libraries wish to allow patrons to check out items via SIP even if the item has additional materials. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:06:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:06:17 +0000 Subject: [Koha-bugs] [Bug 34153] Add ability to allow items with additional materials notes to be checked out via SIP In-Reply-To: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34153-70-qE4Yl1tsWY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:10:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:10:33 +0000 Subject: [Koha-bugs] [Bug 34153] Add ability to allow items with additional materials notes to be checked out via SIP In-Reply-To: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34153-70-86dBuBvMNJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152864&action=edit Bug 34153: Add ability to allow items with additional materials notes to be checked out via SIP At this time, any item with an additional materials date is blocked from checkout via SIP with a screen message to take the item to a circulation desk for checkout. Some libraries wish to allow patrons to check out items via SIP even if the item has additional materials. Test Plan: 1) Create an item with an additional materials note 2) Attempt to check it out via SIP 3) Note the failure and message 4) Enable the new SIP account option "allow_additional_materials_checkout" 5) Restart the SIP server 6) Attempt the checkout again 7) Note the checkout success and new AF field message! 8) prove t/db_dependent/SIP/Message.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:37:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:37:39 +0000 Subject: [Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery In-Reply-To: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4437-70-QqsH2tL6qY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid at lmscloud.de --- Comment #18 from Paul Derscheid <paul.derscheid at lmscloud.de> --- You're right! Strange that it didn't show up when I searched for references. I will find out and add to the existing test plan. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:38:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:38:46 +0000 Subject: [Koha-bugs] [Bug 31651] Log message incorrect in Auth_with_shibboleth.pm In-Reply-To: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31651-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31651-70-xNdd4Bel5P@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651 --- Comment #18 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152865&action=edit Bug 31651: Adjust tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:43:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:43:17 +0000 Subject: [Koha-bugs] [Bug 34154] New: UseACQFrameworkForBiblioRecords should have a more verbose description Message-ID: <bug-34154-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34154 Bug ID: 34154 Summary: UseACQFrameworkForBiblioRecords should have a more verbose description Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Currently described as: USe/Don't Use the framework 'ACQ' for bibliographic records fields. We should illuminate that this is only used when creating new orders from an empty record. Regardless of this setting, the records are saved into the default framework, this should also be noted in the description -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:44:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:44:33 +0000 Subject: [Koha-bugs] [Bug 34145] Patron search broken In-Reply-To: <bug-34145-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34145-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34145-70-eaE2IcJPdl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34145 Paul Derscheid <paul.derscheid at lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid at lmscloud.de --- Comment #1 from Paul Derscheid <paul.derscheid at lmscloud.de> --- How can I reproduce this? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:45:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:45:12 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-RIlgAMi3F1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #19 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Comment on attachment 152670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152670 Bug 34029: Extend datatypes of biblioitems.columns to text to avoid breaking import Marcel: >+ `place` text DEFAULT NULL COMMENT 'publication place (MARC21 260$a and 264§a)', Katrin's patch didn't contain that char. You are evil :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:47:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:47:11 +0000 Subject: [Koha-bugs] [Bug 34155] New: OPAC item level holds "force" option broken Message-ID: <bug-34155-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155 Bug ID: 34155 Summary: OPAC item level holds "force" option broken Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: regression Severity: normal Priority: P5 - low Component: OPAC Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: kyle at bywatersolutions.com, tomascohen at gmail.com Depends on: 24860 If I set OPAC item level holds to "force" in Circulation and Fine rules, when I go to place a hold in the OPAC I'm still given the option of choosing "next available." git bisect says the cause is Bug 24860: "Add ability to select an item group when placing a hold - OPAC" Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 [Bug 24860] Add ability to place item group level holds -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:47:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:47:11 +0000 Subject: [Koha-bugs] [Bug 24860] Add ability to place item group level holds In-Reply-To: <bug-24860-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-24860-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-24860-70-t4sXMYwVKC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34155 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155 [Bug 34155] OPAC item level holds "force" option broken -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:47:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:47:26 +0000 Subject: [Koha-bugs] [Bug 34156] New: C4::Acquisition::FillWithDefaultValues handles leader incorrectly Message-ID: <bug-34156-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34156 Bug ID: 34156 Summary: C4::Acquisition::FillWithDefaultValues handles leader incorrectly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org When adding to a basket from a new empty record, we call FillWithDefaultValues on the record from the form. In MARC::Record the leader is obtained via $record->leader But FillWithDefaultValues uses the tags form 'GetMarcStructure' where leader is 000 So when you add the record, we don't find a 000 and so add a field We end up with a record with the original leader, and a controlfield=000 with the default value. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:48:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:48:02 +0000 Subject: [Koha-bugs] [Bug 30708] Creation of a new 'Preservation' module In-Reply-To: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30708-70-tFIKHmrWTG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 Paul Poulain <paul.poulain at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:51:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:51:49 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-AECvRcVcFF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #20 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Created attachment 152866 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152866&action=edit Bug 34029: (QA follow-up) Fix slipped broken char Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 14:54:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 12:54:08 +0000 Subject: [Koha-bugs] [Bug 34155] OPAC item level holds "force" option broken In-Reply-To: <bug-34155-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34155-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34155-70-tjsUY1Xonr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:01:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:01:56 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-RKCJc4vXy9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:02:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:02:00 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-bN2rOMCSlo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152709|0 |1 is obsolete| | --- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152867 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152867&action=edit Bug 34058: Add table_prefix argument to buildPatronSearchQuery -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:02:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:02:03 +0000 Subject: [Koha-bugs] [Bug 34058] ILL - Left filters not considering all terms in input In-Reply-To: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34058-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34058-70-lsEaDGuBVI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152710|0 |1 is obsolete| | --- Comment #6 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- Created attachment 152868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152868&action=edit Bug 34058: Use buildSearchPatronQuery when searching for patrons on left side filters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:05:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:05:07 +0000 Subject: [Koha-bugs] [Bug 34153] Add ability to allow items with additional materials notes to be checked out via SIP In-Reply-To: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34153-70-OvFaY8Xy44@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Why not use the existing syspref_overrides setting here? With these patches, you get the additional materials note only if both CircConfirmItemParts system preference is enabled and allow_additional_materials_checkout is in the SIP config. I think we should always be adding the additional materials note to the screen msg You can access the Koha item object in the SIP item object - so I don't think we should add a fetch. Possibly we should just add the additional_materials field to the SIP object -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:19:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:19:05 +0000 Subject: [Koha-bugs] [Bug 34146] How to limit number of copies (on additem and serials-edit)? In-Reply-To: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34146-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34146-70-wdtniVjdtM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146 Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh at dubcolib.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:21:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:21:14 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-FdsecT2zlY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #21 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Tomás Cohen Arazi from comment #20) > Created attachment 152866 [details] [review] > Bug 34029: (QA follow-up) Fix slipped broken char > > Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io> Good catch :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:21:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:21:39 +0000 Subject: [Koha-bugs] [Bug 34127] Allow to customize CSV export of basketgroup and add a ODS export In-Reply-To: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34127-70-Jpkmwy4Z7a@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 --- Comment #2 from Arthur Suzuki <arthur.suzuki at biblibre.com> --- Created attachment 152869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152869&action=edit Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:21:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:21:43 +0000 Subject: [Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery In-Reply-To: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4437-70-erbUJMF4Py@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437 --- Comment #19 from Paul Derscheid <paul.derscheid at lmscloud.de> --- Hey oleonard, do you understand what the getAuthValueDropbox fn is even supposed to do? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:24:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:24:30 +0000 Subject: [Koha-bugs] [Bug 34127] Allow to customize CSV export of basketgroup and add a ODS export In-Reply-To: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34127-70-4LE58FomFE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Arthur Suzuki <arthur.suzuki at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:28:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:28:18 +0000 Subject: [Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery In-Reply-To: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4437-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4437-70-CboUpVUzjj@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437 --- Comment #20 from Paul Derscheid <paul.derscheid at lmscloud.de> --- > If I create a new order which exceeds the fund shouldn't I get a JS error on the page? Did you mean this? https://snipboard.io/KLUjyw.jpg -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:30:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:30:19 +0000 Subject: [Koha-bugs] [Bug 31557] Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library In-Reply-To: <bug-31557-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31557-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31557-70-lnRvfPZBEA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557 --- Comment #12 from Nick Clemens <nick at bywatersolutions.com> --- So, this is slightly confusing to explain. We group all the possible items by their holding branch ( $items_by_branch variable ) 554 push @{ $items_by_branch{ $item->{holdingbranch} } }, $item Then we get all the items that are held at the hold's pickup location ( here we fall back to the borrowers branch if there is no hold pickup location, but a hold must have a pickuplocation, so it's moot) 568 my $pickup_branch = $request->{branchcode} || $request->{borrowerbranch} 571 my $holding_branch_items = $items_by_branch{$pickup_branch}; And set the priority value: 572 my $priority_branch = C4::Context->preference('HoldsQueuePrioritizeBranch') // 'homebranch'; Then we will assign the hold to the first item where: $request->{borrowerbranch} eq $item->{$priority_branch} and the hold is allowed So we are already in the subset of items where the holding branch matches the pickup branch, and then we give priority to patrons from the holding branch, or patrons from the owning branch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 15:50:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 13:50:27 +0000 Subject: [Koha-bugs] [Bug 34118] Add Patron's home library as an option on the DefaultHoldPickupLocation preference In-Reply-To: <bug-34118-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34118-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34118-70-a84PzxRnJJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34118 Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa at montgomeryc | |ountymd.gov --- Comment #1 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- +1 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:00:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:00:57 +0000 Subject: [Koha-bugs] [Bug 34153] Add ability to allow items with additional materials notes to be checked out via SIP In-Reply-To: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34153-70-RK9u0ygfXk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 Liz Rea <wizzyrea at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea at gmail.com --- Comment #3 from Liz Rea <wizzyrea at gmail.com> --- The syspref override is the usual way to handle this, however if they still want a screen message that won't be sufficient. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:45 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-SAKrFg4D2k@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:46 +0000 Subject: [Koha-bugs] [Bug 33778] Move t/Auth_with_shibboleth.t to db_dependent In-Reply-To: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33778-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33778-70-2a8A54OlZl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778 --- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:48 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-1MxwccbKYX@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:50 +0000 Subject: [Koha-bugs] [Bug 33972] Remove unnecessary batch status change in C4::ImportBatch In-Reply-To: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33972-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33972-70-PdyeS2pZya@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 --- Comment #39 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:52 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-GavYPLEsIr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:54 +0000 Subject: [Koha-bugs] [Bug 33996] Authority objects missing mapping In-Reply-To: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33996-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33996-70-aBCgOwAkXd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996 --- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:55 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-UuHKKQQqYe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:08:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:08:57 +0000 Subject: [Koha-bugs] [Bug 34130] ILL requests table won't load if request_placed date is null In-Reply-To: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34130-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34130-70-91Bkeymy8V@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130 --- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:35:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:35:33 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-95Y7zLCdD4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 --- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Tomás Cohen Arazi from comment #9) > Hi all. It feels to me that this should go the (say) debit types route, in > which there are some system-defined ones the end user cannot remove, and > then the user defined. What y'all think? I don't mind going this route but I would like some help deciding which ones should be system defined. We've had a request that to add 'Do not contact' which feels like it should be system defined. Also, I would raise my eyebrow if we kept 'fax' as a system defined value. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:35:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:35:34 +0000 Subject: [Koha-bugs] [Bug 34127] Allow to customize CSV export of basketgroup and add a ODS export In-Reply-To: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34127-70-WinkGo1eHb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:35:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:35:36 +0000 Subject: [Koha-bugs] [Bug 34127] Allow to customize CSV export of basketgroup and add a ODS export In-Reply-To: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34127-70-4Pics0n4lu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152869|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau at gmail.com> --- Created attachment 152870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152870&action=edit Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:37:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:37:48 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-nIbeOcovZ1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 --- Comment #11 from Lucas Gass <lucas at bywatersolutions.com> --- While (In reply to Tomás Cohen Arazi from comment #9) > Hi all. It feels to me that this should go the (say) debit types route, in > which there are some system-defined ones the end user cannot remove, and > then the user defined. What y'all think? While I don't mind going this route if that is what the community decides, I am of the opinion that these should be 100% configurable by libraries. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:41:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:41:44 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-bYzW7Rh86f@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:41:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:41:46 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-ZkoU3TWEBI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152839|0 |1 is obsolete| | --- Comment #3 from Sam Lau <samalau at gmail.com> --- Created attachment 152871 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152871&action=edit Bug 34122: Fix for shelving locations that were applying to all item records. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:56:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:56:22 +0000 Subject: [Koha-bugs] [Bug 34124] Improve in-page navigation on table settings page In-Reply-To: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34124-70-XEHnf3TGjw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 16:56:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 14:56:24 +0000 Subject: [Koha-bugs] [Bug 34124] Improve in-page navigation on table settings page In-Reply-To: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34124-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34124-70-VNacFD0ago@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152703|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152872 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152872&action=edit Bug 34124: Improve in-page navigation on table settings page This patch adds links to the table settings page so that the user can jump directly to a particular table within a page section. The patch also changes the logic of when in-page links are displayed: I think it makes sense not to show a "Jump to page" link when there is only one page. The page will show a "Jump to table" link only if there is only one table. To test, apply the patch and go to Adinistration -> Table settings. - Expand and check multiple sections. - In the "Administration" section, there are multiple pages. - Check that the "Jump to page" links work correctly. - In the "Catalog" section, there is only one page: "detail." - Check that the "Jump to table" links work correctly. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 17:02:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 15:02:56 +0000 Subject: [Koha-bugs] [Bug 34153] Add ability to allow items with additional materials notes to be checked out via SIP In-Reply-To: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34153-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34153-70-lQXlpGvcpd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to Liz Rea from comment #3) > The syspref override is the usual way to handle this, however if they still > want a screen message that won't be sufficient. ^ This. It provides a screen message. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 17:08:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 15:08:15 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-dcUgM1JOyg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 Juliet Heltibridle <jheltibridle at rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle at rcplib.org --- Comment #12 from Juliet Heltibridle <jheltibridle at rcplib.org> --- Our library hasn't started utilizing the main contact method yet, but it seems that phone, email & do not contact would make sense as system-defined options. But I don't really see a reason to have system defined options at all, since there aren't really any built-in automatic functions tied to this authorized value, like there are with the debit/credit types at this point. I am intrigued by the possibility of using "do not contact" to control some of our notices. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 17:18:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 15:18:45 +0000 Subject: [Koha-bugs] [Bug 32542] Coce images not appearing in staff client In-Reply-To: <bug-32542-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32542-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32542-70-kZSG1QBHXY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32542 --- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> --- (In reply to Esther Melander from comment #2) > This problem appears to be intermittent and random. For example, do a > catalog search in the staff interface and the image will not show. Do the > same search a few days later and the image shows. When doing a search and > building a list with lots of different titles, some cover images show, > others do not. We have tested different browsers, deleting cache, having > librarians search on different browsers and computers, and the book covers > will show one place and not another. We cannot pinpoint a reproducible > show/not show of book cover images. Esther, the problem being intermittent and random makes sense to me. When the call to Coce takes too long we removed the parent container. So this can depend on the speed of your network connection. I can more reliably recreate the issue when I clear my cache, as it then takes more time to load the images when nothing is cached. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 17:36:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 15:36:02 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-gIISezn4SP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 --- Comment #36 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> --- Hmmm, I'm still getting the error when I try to apply it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 17:44:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 15:44:05 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-pPjne1WwXT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 --- Comment #13 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> --- I'm in favor of making these fully configurable, rather then having some contact methods hard-coded. I can't think of anything Koha does with this value that has the potential to fail if a library declines to use a specific contact method. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 17:56:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 15:56:43 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-q2Vclc3G5r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 Michelle Spinney <mspinney at clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mspinney at clamsnet.org --- Comment #14 from Michelle Spinney <mspinney at clamsnet.org> --- We would really like to have a Do Not Contact method in our network since we have patrons who come to the library daily. We'd also like to add SMS as a main contact method and have the ability to add new methods in the future. We're using the main contact method now so library staff know which holds can just be placed on the holdshelf and who they need to call. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:10:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:10:16 +0000 Subject: [Koha-bugs] [Bug 33534] catalog New record An error has occurred! Error 500 In-Reply-To: <bug-33534-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33534-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33534-70-ruAyks084b@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33534 Kelly McElligott <kelly at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:11:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:11:48 +0000 Subject: [Koha-bugs] [Bug 34106] Patron search in member-search-box.inc always defaults to 'Starts with' search In-Reply-To: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34106-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34106-70-s2B8uMDUGe@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106 Rebecca Coert <rcoert at arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert at arlingtonva.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:13:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:13:04 +0000 Subject: [Koha-bugs] [Bug 34074] Improve translations of strings on the about page In-Reply-To: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34074-70-W2c6KrBwGi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:13:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:13:06 +0000 Subject: [Koha-bugs] [Bug 34074] Improve translations of strings on the about page In-Reply-To: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34074-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34074-70-N1N6Wbhalp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152517|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152873 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152873&action=edit Bug 34074: Improve translations of strings on the about page This patch makes a few simple changes to the about page template to improve how the translation tool picks up strings to translate. The patch also corrects a couple of lines where template tags contained line breaks. To test, apply the patch and view the about page in the staff interface. Everything should look correct. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:20:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:20:47 +0000 Subject: [Koha-bugs] [Bug 32542] Coce images not appearing in staff client In-Reply-To: <bug-32542-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32542-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32542-70-EIeKLW84iu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32542 Michael Adamyk <madamyk at ckls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madamyk at ckls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:26:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:26:27 +0000 Subject: [Koha-bugs] [Bug 33268] Overlay rules don't work correctly when source is set to * In-Reply-To: <bug-33268-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33268-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33268-70-bEsHfW5EMv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33268 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |martin.renvoize at ptfs-europe | |.com, | |nick at bywatersolutions.com, | |tomascohen at gmail.com --- Comment #3 from Nick Clemens <nick at bywatersolutions.com> --- So, the way it seems to work is, if there are any rules for the context, then we don't get the '*' rules i.e. if you are going to define rules for z3950, then you must define all the rules you want - but if you don't define any rules for a specific filter, then the '*' rules are used Is this the intention, Tomas? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 18:58:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 16:58:03 +0000 Subject: [Koha-bugs] [Bug 12968] "Lock budget" doesn't seem to work as described In-Reply-To: <bug-12968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12968-70-bTZTccOHfI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12968 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Still valid in master. If a budget is locked - It is not possible to add funds (the option is no longer greyed out, but it leads to an error message) - It is not possible to add subfunds to existing funds (the option is not greyed out but leads to error messsage) - It is possible to edit the budget - It is possible to delete the budget (if there are no funds) - It is possible to edit existing funds - It is possible to delete existing funds I will change the documentation for now, but maybe this feature should be revised? I'm not sure what it was supposed to be since it seems it never worked like we thought... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:00:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:00:17 +0000 Subject: [Koha-bugs] [Bug 12968] "Lock budget" doesn't seem to work as described In-Reply-To: <bug-12968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12968-70-DTvGVi8wSl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12968 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- It is also not possible to plan, like you said in the first comment. However, the message is weird: "not owned". It should say "locked" maybe? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:03:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:03:48 +0000 Subject: [Koha-bugs] [Bug 4860] Budget planning "show column" menu should list only hidden columns In-Reply-To: <bug-4860-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-4860-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-4860-70-F2He3RNike@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4860 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- The interface here changed. There is no "show column" anymore. The columns are simply listed with checkboxes. Checking/unchecking the boxes will show/hide the column. I don't think this is still valid, but feel free to reopen if I misunderstood. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:14:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:14:48 +0000 Subject: [Koha-bugs] [Bug 26754] Budget plans need a note that no changes can be made when budget is locked In-Reply-To: <bug-26754-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26754-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26754-70-h7XGOc4DiS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26754 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- The interface has changed since. It is not possible to alter the planning when the budget is locked, but I still find it confusing. - The action buttons are hidden (OK) but the note ("not owned") is not very indicative of why the buttons are hidden - The lock icon is different from the other lock icons, we should use the same -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:17:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:17:07 +0000 Subject: [Koha-bugs] [Bug 26495] Budget Planning interface confusing when budget is locked In-Reply-To: <bug-26495-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26495-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26495-70-p19iqGd7Po@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26495 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |caroline.cyr-la-rose at inlibr | |o.com Resolution|--- |DUPLICATE --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- The interface has changed since. It it no longer possible to change values when the budget is locked. bug 26754 adresses the warning. *** This bug has been marked as a duplicate of bug 26754 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:17:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:17:07 +0000 Subject: [Koha-bugs] [Bug 26754] Budget plans need a note that no changes can be made when budget is locked In-Reply-To: <bug-26754-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26754-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26754-70-n3TI3SUaDr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26754 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- *** Bug 26495 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:19:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:19:08 +0000 Subject: [Koha-bugs] [Bug 31014] Minor UI problems in QOTD editor tool In-Reply-To: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31014-70-tNrGheLBW9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:19:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:19:10 +0000 Subject: [Koha-bugs] [Bug 31014] Minor UI problems in QOTD editor tool In-Reply-To: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31014-70-j3b0iolaEG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014 --- Comment #3 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152874 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152874&action=edit Bug 31014: Minor UI problems in QOTD editor tool This patch makes some cosmetic and functional updates to Quote of the Day template, including simplifying some JavaScript, adding consisten styles to buttons and page sections, and adding visible buttons to jEditable text inputs. The patch also improves the Quotes page breadcrumbs to add context on the single quote entry page. The patch removes quotes.css which is obsolete. To test, apply the page and go to Tools -> Quote editor. - The breadcrumbs should read "Tools -> Quote editor." - Click the "New quote" button. The breadcrumbs should read "Tools -> Quote editor -> Add quote" - Go back and click the "Import quotes" button. - Confirm that the layout of the page looks good and that the upload instructions are shown. - Upload a CSV file of quotes - The instructions should now show information about editing and saving quotes. - The "Save quotes" button should be styled consistently with other submit buttons. - Confirm that you can click in the "Source" and "Quote" table cells to trigger the display of a textarea where you can edit the text. Confirm that both the "Save" and "Cancel" buttons work. - Click the "Save quotes" button. A message should appear which shows how many quotes were imported.* - Confirm that your quotes are saved correctly, including any changes you made. * This process could be improved: When the quotes are done importing the toolbar doesn't change, and there isn't an indication that the import is complete. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:45:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:45:14 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-6BPqXRrFRQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 Tomás Cohen Arazi <tomascohen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Failed QA --- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> --- I see why y'all feel this should be completely arbitrary values: because it is only used for display purposes. The catch is this options: * phone * phonepro * mobile * email * emailpro * fax refer to real `borrowers.*` columns, so my fear is at some point someone will want to tie the *selected prefered contact method* value on that column, to a real behavior/function in Koha. So, thinking in advance, I feel like the current options should be presented a system-defined, which can also be disabled, and then we allow users to define their own. 'Do not contact' should be a default system option (value NULL). One drawback for this particular implementation is the contact methods are translatable (templates) right now. Moving them to the AV table will make them not-translatable or have every non-english install need to manually tweak the introduced AVs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 19:49:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 17:49:05 +0000 Subject: [Koha-bugs] [Bug 22780] MarkLostItemsAsReturned - map to Lost-status instead of context where the transaction took place In-Reply-To: <bug-22780-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22780-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22780-70-278YWdI0e9@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22780 Jason Robb <jrobb at sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb at sekls.org --- Comment #1 from Jason Robb <jrobb at sekls.org> --- Would love to see something like this implemented. It makes a lot of sense to tie what a status does to the status itself rather than what page you are on when you apply the status. It'd be great to be able to define or override default behaviors of individual statuses including things like: - Charge replacement price on application? - Check in item on application? - Clear status on check-in? - Allow holds on item with this status? - Hide items with this status in the OPAC? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:01:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:01:18 +0000 Subject: [Koha-bugs] [Bug 31031] MarkLostItemsAsReturned does not work with batch item modification In-Reply-To: <bug-31031-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31031-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31031-70-rFZK7DYnID@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31031 Jason Robb <jrobb at sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb at sekls.org --- Comment #7 from Jason Robb <jrobb at sekls.org> --- Our workflow involves marking items "Long overdue (lost)" with the cron, but leaving the item checked out so staff can evaluate and make the final call on charging the item to the account by then marking it "Lost and charged". We typically do this from the items tab which is a single step. Using batch item modification, it requires the removal of the first lost status in one job, then the application of the new lost status in a second job to force the charge/checkin action. If it can work in one step in one place, it makes a two-step process in other places seem clunky. It'd be awesome if instead of tying how this works to what page you're on, it is tied to what status you are applying. Bug #22780 touches on that idea. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:20:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:20:36 +0000 Subject: [Koha-bugs] [Bug 31357] Separate holds history from intranetreadinghistory In-Reply-To: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31357-70-DZa9wWn8op@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:20:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:20:38 +0000 Subject: [Koha-bugs] [Bug 31357] Separate holds history from intranetreadinghistory In-Reply-To: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31357-70-DfQhsh43jh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152875&action=edit Bug 31357: Separate holds history from intranetreadinghistory Currently the system preference intranetreadinghistory determines visibility of both circulation history and holds history tabs in the patron record. It would be helpful to allow the option of setting each of those independently. Specifically, libraries have requested the option of being able to view the holds history in a patron record without having to enable viewing of the circulation history. Test Plan: 1) Apply this patch 2) Restart all the things! 3) Run updatadatabase.pl 4) Verify the new syspref intranetReadingHistoryHolds has the same value as the existing syspref intranetreadinghistory 5) Disable intranetreadinghistory, enable intranetReadingHistoryHolds 6) Verify you can view a patron's holds history but not reading history -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:24:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:24:07 +0000 Subject: [Koha-bugs] [Bug 31014] Minor UI problems in QOTD editor tool In-Reply-To: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31014-70-0g98Vntryf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:24:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:24:09 +0000 Subject: [Koha-bugs] [Bug 31014] Minor UI problems in QOTD editor tool In-Reply-To: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31014-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31014-70-XPEb0dgkQS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152874|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152876&action=edit Bug 31014: Minor UI problems in QOTD editor tool This patch makes some cosmetic and functional updates to Quote of the Day template, including simplifying some JavaScript, adding consisten styles to buttons and page sections, and adding visible buttons to jEditable text inputs. The patch also improves the Quotes page breadcrumbs to add context on the single quote entry page. The patch removes quotes.css which is obsolete. To test, apply the page and go to Tools -> Quote editor. - The breadcrumbs should read "Tools -> Quote editor." - Click the "New quote" button. The breadcrumbs should read "Tools -> Quote editor -> Add quote" - Go back and click the "Import quotes" button. - Confirm that the layout of the page looks good and that the upload instructions are shown. - Upload a CSV file of quotes - The instructions should now show information about editing and saving quotes. - The "Save quotes" button should be styled consistently with other submit buttons. - Confirm that you can click in the "Source" and "Quote" table cells to trigger the display of a textarea where you can edit the text. Confirm that both the "Save" and "Cancel" buttons work. - Click the "Save quotes" button. A message should appear which shows how many quotes were imported.* - Confirm that your quotes are saved correctly, including any changes you made. * This process could be improved: When the quotes are done importing the toolbar doesn't change, and there isn't an indication that the import is complete. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:30:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:30:34 +0000 Subject: [Koha-bugs] [Bug 34157] New: Exporting labels as a barcode range can cause 500 error Message-ID: <bug-34157-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Bug ID: 34157 Summary: Exporting labels as a barcode range can cause 500 error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org To recreate: 1. Make or edit a label layout. For "Choose layout type:" select " Bibliographic data precedes barcode". 2. Label creator > New > Barcode range 3. Choose a barcode range. 4. Choose the layout from above. 5. 500 error: Can't call method "metadata" on an undefined value at /usr/share/koha/lib/C4/Labels/Label.pm line 342. Seems like this is related to Bug 29697. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:31:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:31:06 +0000 Subject: [Koha-bugs] [Bug 31357] Separate holds history from intranetreadinghistory In-Reply-To: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31357-70-AqhUXdfNUn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:31:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:31:08 +0000 Subject: [Koha-bugs] [Bug 31357] Separate holds history from intranetreadinghistory In-Reply-To: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31357-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31357-70-FlHjQPz5Aa@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152875|0 |1 is obsolete| | --- Comment #2 from Sam Lau <samalau at gmail.com> --- Created attachment 152877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152877&action=edit Bug 31357: Separate holds history from intranetreadinghistory Currently the system preference intranetreadinghistory determines visibility of both circulation history and holds history tabs in the patron record. It would be helpful to allow the option of setting each of those independently. Specifically, libraries have requested the option of being able to view the holds history in a patron record without having to enable viewing of the circulation history. Test Plan: 1) Apply this patch 2) Restart all the things! 3) Run updatadatabase.pl 4) Verify the new syspref intranetReadingHistoryHolds has the same value as the existing syspref intranetreadinghistory 5) Disable intranetreadinghistory, enable intranetReadingHistoryHolds 6) Verify you can view a patron's holds history but not reading history Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:31:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:31:37 +0000 Subject: [Koha-bugs] [Bug 31241] PDF export of ANY label is NOT functioning. In-Reply-To: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31241-70-5Zlwy6ES8C@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241 Lucas Gass <lucas at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com --- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> --- I am not sure if everyone is experiencing the same problem. I have filed Bug 34157 on a more specific issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:34:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:34:20 +0000 Subject: [Koha-bugs] [Bug 34157] Exporting labels as a barcode range can cause 500 error In-Reply-To: <bug-34157-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34157-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34157-70-2vR7iNXLNc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:41:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:41:42 +0000 Subject: [Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers In-Reply-To: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29181-70-49s1vgYDTq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:41:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:41:45 +0000 Subject: [Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers In-Reply-To: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29181-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29181-70-TvrJ3umgqB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181 Sam Lau <samalau at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152697|0 |1 is obsolete| | --- Comment #4 from Sam Lau <samalau at gmail.com> --- Created attachment 152878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152878&action=edit Bug 29181: Create patron card creator batch from report result This patch adds the option of taking the results of a report that returns borrowernumbers and create a new patron card creator batch with those results. The logic of the dropdown menu has been modified in order to ensure that duplicate patron modification options aren't shown in the menu when a report return both borrowernumber and cardnumber. To test, apply the patch and create a new report which will return patron borrowernumbers, e.g. SELECT borrowernumber, cardnumber, surname, firstname FROM borrowers order by RAND() LIMIT 20 - Run your report - Click the "Batch operations with..." button at the top of the result - Click "Patron card creator" - A new tab should open with a new patron card creator batch with the patrons from your report. Signed-off-by: Sam Lau <samalau at gmail.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 20:50:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 18:50:38 +0000 Subject: [Koha-bugs] [Bug 34158] New: CSS correction to budget planning interface Message-ID: <bug-34158-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34158 Bug ID: 34158 Summary: CSS correction to budget planning interface Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org In the new interface, in the budget planning page, it looks like the background of the text is grey in the white rows. To recreate: 1. Add a budget 1.1. Go to Administration > Budgets 1.2. Click 'New budget' 1.3. Fill in the form (make sure there are a couple of months between the start and end dates), e.g. - Start date: 01/01/2023 - End date: 12/31/2023 - Description: 2023 - Total amount: 10000 - Make budget active: check - Lock budget: leave unchecked 1.4. Click 'Save' 2. Add at least 2 funds to the budget 2.1. Click 'Actions' next to the budget and choose 'Add fund' 2.2. Fill out the form, e.g. - Fund code: PRINT - Fund name: Print material - Amount: 6000 2.3. Click 'Submit' 2.4. Click 'New' at the top of the page, and choose 'New fund for 2023' 2.5. Fill out the form for the second fund - Fund code: AV - Fund name: Audiovisual material - Amount: 4000 2.6. Click 'Submit' 3. View the planning page, e.g. Plan by months 3.1. Click 'Planning' at the top of the page and choose 'Plan by months' --> In the second row, the background of the text (?) is grey in a white row, including in the 'Fund remaining' column --> I also wondered if the text field could be a bit larger (wider). There seems to be a lot of padding and when there are a lot of columns, such as in a 12-months example, each column is already not very large. But this is secondary, I mostly opened this for the grey background. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:19:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:19:29 +0000 Subject: [Koha-bugs] [Bug 34159] New: Remove plan by AR_CANCELLATION choice in aqplan Message-ID: <bug-34159-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34159 Bug ID: 34159 Summary: Remove plan by AR_CANCELLATION choice in aqplan Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org I'm not sure if this is my data, but I see it on my local master as well as on the bywater and ptfs-e sandboxes... When I go to Plan by X in the Funds administration, there is an option to Plan by AR_CANCELLATION, which is weird and uncecessary (and also doesn't work). To recreate: 1. Add a budget 1.1. Go to Administration > Budgets 1.2. Click 'New budget' 1.3. Fill in the form (make sure there are a couple of months between the start and end dates), e.g. - Start date: 01/01/2023 - End date: 12/31/2023 - Description: 2023 - Total amount: 10000 - Make budget active: check - Lock budget: leave unchecked 1.4. Click 'Save' 2. Add at least one fund to the budget, make sure not to choose any statistics 1/2 2.1. Click 'Actions' next to the budget and choose 'Add fund' 2.2. Fill out the form, e.g. - Fund code: PRINT - Fund name: Print material - Amount: 6000 2.3. Click 'Submit' 3. View the planning page, e.g. Plan by months 3.1. Click 'Planning' at the top of the page and choose 'Plan by months' 3.2. In the Filter box on the left, open the 'Select planning type' drop-down menu --> There is one choice called 'Plan by AR_CANCELLATION' I checked all my funds and all the funds in the sandboxes and none have AR_CANCELLATION as a statistic 1 or 2. If you select this option and click 'Submit', it says there is nothing to show. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:20:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:20:13 +0000 Subject: [Koha-bugs] [Bug 34160] New: Hyperlink item barcode to the item more details editor from the holds queue viewer Message-ID: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160 Bug ID: 34160 Summary: Hyperlink item barcode to the item more details editor from the holds queue viewer Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Sometimes librarians fail to find an item on the shelf for a hold and need to mark the item as lost. In these cases it would be helpful to link the barcode to the item's "more details" form in the same way we do for the standard details item barcode hyperlink. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:20:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:20:19 +0000 Subject: [Koha-bugs] [Bug 34160] Hyperlink item barcode to the item more details editor from the holds queue viewer In-Reply-To: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34160-70-52D1nqHltp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:23:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:23:05 +0000 Subject: [Koha-bugs] [Bug 34160] Hyperlink item barcode to the item more details editor from the holds queue viewer In-Reply-To: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34160-70-YvApV8VmPB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:23:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:23:07 +0000 Subject: [Koha-bugs] [Bug 34160] Hyperlink item barcode to the item more details editor from the holds queue viewer In-Reply-To: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34160-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34160-70-dbSs5TXjbB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152879&action=edit Bug 34160: Hyperlink item barcode to the item more details editor from the holds queue viewer Sometimes librarians fail to find an item on the shelf for a hold and need to mark the item as lost. In these cases it would be helpful to link the barcode to the item's "more details" form in the same way we do for the standard details item barcode hyperlink. Test Plan: 1) View the holds queue, note the item barcode is not a hyperlink 2) Apply this patch 3) Reload the page, note the item barcode is a hyperlink to the more details page for that item! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:26:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:26:51 +0000 Subject: [Koha-bugs] [Bug 34161] New: Asort1 appears in budget planning filters even when not used Message-ID: <bug-34161-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34161 Bug ID: 34161 Summary: Asort1 appears in budget planning filters even when not used Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org When I go to Plan by X in the Funds administration, and one of my funds has a statistic 1 or 2, there is an option to Plan by Asort1, even if my statistics 1/2 is not Asort1. To recreate: 1. Add a budget 1.1. Go to Administration > Budgets 1.2. Click 'New budget' 1.3. Fill in the form (make sure there are a couple of months between the start and end dates), e.g. - Start date: 01/01/2023 - End date: 12/31/2023 - Description: 2023 - Total amount: 10000 - Make budget active: check - Lock budget: leave unchecked 1.4. Click 'Save' 2. Add at least one fund to the budget, choosing at least one statistical category 2.1. Click 'Actions' next to the budget and choose 'Add fund' 2.2. Fill out the form, e.g. - Fund code: PRINT - Fund name: Print material - Amount: 6000 - Statistic 1 done on: CCODE 2.3. Click 'Submit' 3. View the planning page, e.g. Plan by months 3.1. Click 'Planning' at the top of the page and choose 'Plan by months' 3.2. In the Filter box on the left, open the 'Select planning type' drop-down menu --> There is one choice called 'Plan by Asort1' If you select this option and click 'Submit', it says there is nothing to show. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:27:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:27:08 +0000 Subject: [Koha-bugs] [Bug 34161] Asort1 appears in budget planning filters even when not used In-Reply-To: <bug-34161-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34161-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34161-70-AklcuH9ZuA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34161 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34159 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:27:08 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:27:08 +0000 Subject: [Koha-bugs] [Bug 34159] Remove plan by AR_CANCELLATION choice in aqplan In-Reply-To: <bug-34159-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34159-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34159-70-vRy8TNnBBq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34159 Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34161 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 21:38:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 19:38:47 +0000 Subject: [Koha-bugs] [Bug 34162] New: Customize required patron registration fields by patron type Message-ID: <bug-34162-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34162 Bug ID: 34162 Summary: Customize required patron registration fields by patron type Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: kkrueger at cuyahogalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Some libraries have different required fields by patron type. For example, regular borrowers may be required to have a birth date, but an Institution patron type would not have a birth date to enter in this field. It would be great to be able to customize the borrowermandatoryfield system preferences according to patron type. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 23:16:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 21:16:52 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-7rIf0T9c6U@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 --- Comment #16 from Aleisha Amohia <aleisha at catalyst.net.nz> --- (In reply to Tomás Cohen Arazi from comment #15) > I see why y'all feel this should be completely arbitrary values: because it > is only used for display purposes. > > The catch is this options: > > * phone > * phonepro > * mobile > * email > * emailpro > * fax > > refer to real `borrowers.*` columns, so my fear is at some point someone > will want to tie the *selected prefered contact method* value on that > column, to a real behavior/function in Koha. > To be honest my thinking went this way too. If this field is simply information for the library and not tied to any behaviour or function in Koha - maybe it should just be a text field? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 23:22:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 21:22:04 +0000 Subject: [Koha-bugs] [Bug 30708] Creation of a new 'Preservation' module In-Reply-To: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30708-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30708-70-oBCL9QBDf6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708 David Nind <david at davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david at davidnind.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 23:26:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 21:26:33 +0000 Subject: [Koha-bugs] [Bug 17455] Add system preference to receive acq order e-mails as BCC In-Reply-To: <bug-17455-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17455-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17455-70-9VjPDw0air@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17455 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jun 29 23:46:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 21:46:55 +0000 Subject: [Koha-bugs] [Bug 22108] Items generated through MARCItemFieldsToOrder do not receive values applied in Item Information and Default Accounting Details In-Reply-To: <bug-22108-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-22108-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-22108-70-7DJ1Gz8fR7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22108 Katie Bliss <kebliss at dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss at dmpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 00:34:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 22:34:19 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-xdJigLZ1FY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 --- Comment #7 from Rhonda Kuiper <rkuiper at roundrocktexas.gov> --- Our Aspen library is excited to get this function. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 01:08:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 29 Jun 2023 23:08:29 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-ffHQ2Wz6dT@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 --- Comment #5 from Phil Ringnalda <phil at chetcolibrary.org> --- Amusingly, there's also is_serial, which CheckPrevCheckout added because it wanted to know about actual serials where you don't want to warn someone checking out the current issue of People that they checked out the issue from last week, and the issue from the week before, and so on. Alas, it says something is_serial if biblio->serial, or if leader/07 is "s", rather than only checking the leader (which is also bad for it, since for people who actually have 490 mapped to seriestitle, and thus set serial for it, people who have forgotten that they already read number 34 in a series won't be warned about that). Maybe we need to add really_is_serial? Or for that matter, really_really_is_serial, since what this code actually needs to know is whether or not sorting by serialid.publisheddate makes sense, which it only does if all, or maybe at least two, of the itemnumbers exist in serialitems.itemnumber. I have plenty of biblios with leader/07="s", but since I don't use the serials module, serialid.publisheddate doesn't do anything for me. Or I guess in a less painful way to look up for every load of every items table, if the biblionumber exists in a serial.biblionumber. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 02:07:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 00:07:52 +0000 Subject: [Koha-bugs] [Bug 30661] Able to update more hold parameters via REST API In-Reply-To: <bug-30661-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30661-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30661-70-NNksP4ilkI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 02:07:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 00:07:56 +0000 Subject: [Koha-bugs] [Bug 30660] Add cancellation reason to holds delete endpoint In-Reply-To: <bug-30660-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30660-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30660-70-fKzDcnB1pw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30660 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 02:35:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 00:35:34 +0000 Subject: [Koha-bugs] [Bug 34139] Summary In-Reply-To: <bug-34139-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34139-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34139-70-bQ1IF20RxC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34139 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Severity|blocker |trivial Status|NEW |RESOLVED CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 02:56:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 00:56:56 +0000 Subject: [Koha-bugs] [Bug 17723] Using MySQL on external server - lack of documentation giving example In-Reply-To: <bug-17723-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17723-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17723-70-IvYlL7bABp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17723 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- I've updated the wiki to be a bit more explicit about what's required. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:06:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:06:12 +0000 Subject: [Koha-bugs] [Bug 34163] New: CSRF error if try OAuth2/OIDC after logout Message-ID: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 Bug ID: 34163 Summary: CSRF error if try OAuth2/OIDC after logout Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org If you do a local log into Koha, then logout, then try to do a OAuth2/OIDC log in, you'll get a CSRF error. The reason is that Koha is generating the CSRF token using an id like "anonymous_58d273f40cb20ff0aacab829aaf935fc" but checking it with an id of "_58d273f40cb20ff0aacab829aaf935fc". This is because we're not properly checking the C4::Context->userenv and/or it seems like it's not getting properly set after a logout. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:07:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:07:37 +0000 Subject: [Koha-bugs] [Bug 34163] CSRF error if try OAuth2/OIDC after logout In-Reply-To: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34163-70-6ryXkJrjXE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- Note that if you do a OIDC login, then a Koha logout, then a OIDC login - it will probably work because you still have a session with your IDP. This appears to be an edge case, although I'll check with the person originally talking about it on the listserv... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:23:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:23:49 +0000 Subject: [Koha-bugs] [Bug 34163] CSRF error if try OAuth2/OIDC after logout In-Reply-To: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34163-70-mRwn7I5rqd@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33675 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675 [Bug 33675] Add CSRF protection to OAuth/OIDC authentication -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:23:49 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:23:49 +0000 Subject: [Koha-bugs] [Bug 33675] Add CSRF protection to OAuth/OIDC authentication In-Reply-To: <bug-33675-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33675-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33675-70-WjtZ546jMG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34163 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 [Bug 34163] CSRF error if try OAuth2/OIDC after logout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:23:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:23:53 +0000 Subject: [Koha-bugs] [Bug 34163] CSRF error if try OAuth2/OIDC after logout In-Reply-To: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34163-70-jWR16vyeop@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:52:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:52:36 +0000 Subject: [Koha-bugs] [Bug 34163] CSRF error if try OAuth2/OIDC after logout In-Reply-To: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34163-70-pGv5g4glZD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 04:52:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 02:52:39 +0000 Subject: [Koha-bugs] [Bug 34163] CSRF error if try OAuth2/OIDC after logout In-Reply-To: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34163-70-ISJM4UApiP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- Created attachment 152880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152880&action=edit Bug 34163: Handle both anonymous userenv when generating CSRF tokens An anonymous session might have a userenv which is undef or which is a hashref of undef/empty values. This patch generates the "anonymous" prefix for undef/empty 'id' values, which prevents CSRF errors when logging in via OAuth2/OIDC following a Koha logout. Test plan: Before applying patch: 1. Go to https://wiki.koha-community.org/wiki/Testing_SSO 2. Set up OpenID Connect realm, user, client, and Koha integration to Keycloak for koha-testing-docker as noted in the wiki 3. Go to http://localhost:8080/cgi-bin/koha/opac-main.pl?logout.x=1 4. Click on OIDC "Log in with XXXX" button and log into IDP 5. Note that you're not logged in and you instead see an error message like: "There was an error authenticating to external identity provider wrong_csrf_token" 6. Apply patch 7. Go to "Sessions" section of the test realm in Keycloak e.g. http://sso:8082/auth/admin/master/console/#/test/sessions 8. Click "Action" on the far right side of the screen 9. Choose "Sign out all active sessions" After applying patch: 10. koha-plack --restart kohadev 11. Go to http://localhost:8080/cgi-bin/koha/opac-main.pl?logout.x=1 12. Click on OIDC "Log in with XXXX" button and log into IDP 13. Note that you're logged in 14. prove t/Token.t 15. Note all tests pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:29:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:29:40 +0000 Subject: [Koha-bugs] [Bug 23989] Enable SSO options for SelfCheck modules for Koha In-Reply-To: <bug-23989-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-23989-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-23989-70-BpwP60hIl2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23989 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from David Cook <dcook at prosentient.com.au> --- LDAP could work but Shibboleth/OAuth is very difficult. Marking this as a duplicate in any case. *** This bug has been marked as a duplicate of bug 30444 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:29:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:29:40 +0000 Subject: [Koha-bugs] [Bug 30444] Enable Shibboleth option for SelfCheck modules for Koha In-Reply-To: <bug-30444-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30444-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30444-70-cLNcnRaLci@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30444 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com --- Comment #28 from David Cook <dcook at prosentient.com.au> --- *** Bug 23989 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:35:23 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:35:23 +0000 Subject: [Koha-bugs] [Bug 34164] New: OAuth2/OIDC should redirect to page that initiated login Message-ID: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34164 Bug ID: 34164 Summary: OAuth2/OIDC should redirect to page that initiated login Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org At the moment, a successful OAuth2/OIDC login is sent to opac-user.pl/opac-main.pl or mainpage.pl instead of the page that initiated the login process. With Shibboleth, we manage this using the "target" URL, so that the Shibboleth login is processed by whatever page initiated it, but that doesn't work with OAuth2/OIDC and the "redirect_uri" since we're using an API endpoint. However, all we need to do is save the current path in the user's session, and then recall it after the successful login. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:35:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:35:48 +0000 Subject: [Koha-bugs] [Bug 34164] OAuth2/OIDC should redirect to page that initiated login In-Reply-To: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34164-70-v2yRnKXai1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34164 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31378 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378 [Bug 31378] Add a generic OAuth2/OIDC client implementation -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:35:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:35:48 +0000 Subject: [Koha-bugs] [Bug 31378] Add a generic OAuth2/OIDC client implementation In-Reply-To: <bug-31378-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31378-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31378-70-PIMO9Kme6q@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34164 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34164 [Bug 34164] OAuth2/OIDC should redirect to page that initiated login -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:52:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:52:03 +0000 Subject: [Koha-bugs] [Bug 34164] OAuth2/OIDC should redirect to page that initiated login In-Reply-To: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34164-70-tBZk81NQQc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34164 --- Comment #1 from David Cook <dcook at prosentient.com.au> --- (In reply to David Cook from comment #0) > However, all we need to do is save the current path in the user's session, > and then recall it after the successful login. No, not the current path, because that's the path to the API. We either need to save the path of the previous request, or we need to use the HTTP_REFERER, which is problematic since it's a user-provided HTTP header. We can validate the URL in the HTTP_REFERER, although if you initiated a login from "/cgi-bin/koha/opac-main.pl?logout.x=1" then you'd be redirected to a logout page. But we can't leave off the query string because sometimes you'd want to be redirected to "/cgi-bin/koha/opac-detail.pl?biblionumber=29" for instance. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:56:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:56:40 +0000 Subject: [Koha-bugs] [Bug 31175] OPAC Logout should return you to where you were (unless that's a restricted page) In-Reply-To: <bug-31175-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31175-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31175-70-iynNHN87qA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31175 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34164 CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:56:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:56:40 +0000 Subject: [Koha-bugs] [Bug 34164] OAuth2/OIDC should redirect to page that initiated login In-Reply-To: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34164-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34164-70-gbDnbjP1Gc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34164 David Cook <dcook at prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31175 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 05:57:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 03:57:57 +0000 Subject: [Koha-bugs] [Bug 31175] OPAC Logout should return you to where you were (unless that's a restricted page) In-Reply-To: <bug-31175-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31175-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31175-70-MowYkJbhOb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31175 --- Comment #2 from David Cook <dcook at prosentient.com.au> --- I think there's a number of instances where we should be returned to the page that initiated a login/logout. Although Katrin makes a good point too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 06:05:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 04:05:50 +0000 Subject: [Koha-bugs] [Bug 31175] OPAC Logout should return you to where you were (unless that's a restricted page) In-Reply-To: <bug-31175-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31175-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31175-70-bYSmTQDLuK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31175 --- Comment #3 from David Cook <dcook at prosentient.com.au> --- I think one of the problems with the current logout is actually that it leaves you on a page that performs a logout if you visit it. If you bookmark that page or refer back to it in some way, you'll be doing a logout every time you visit it. We should probably be redirecting to a URL after logout that would not perform a logout. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 06:20:03 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 04:20:03 +0000 Subject: [Koha-bugs] [Bug 34141] OPAC Search Performance on Ubuntu Server In-Reply-To: <bug-34141-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34141-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34141-70-JoYilU82p1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34141 Developer Inside <amar at ourlib.in> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amar at ourlib.in -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 08:22:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 06:22:09 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-gHO24hTn8F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 08:26:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 06:26:31 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-ceLCR3GrIA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 08:26:34 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 06:26:34 +0000 Subject: [Koha-bugs] [Bug 34094] Apply DefaultPatronSearchMethod to all patron search forms In-Reply-To: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34094-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34094-70-6tUyjepVSC@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152828|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152881&action=edit Bug 34094: Use DefaultPatronSearchMethod consistently This patch updates the patron search bar and pages to default search method to that defined by DefaultPatronSearchMethod system preference. Test plan 1) Prior to this patch confirm that regardless of what you set DefaultPatronSearchMethod to, the search in /members/member.pl, members/members-home.pl and the search from the patrons search top bar all default to 'contains'. 2) Apply the patch 3) Confirm that the system preference now affects the default option for match type upon page load. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 08:28:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 06:28:31 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-AiO2CznbOD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 08:28:48 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 06:28:48 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-2heo43zAzp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #17 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:13:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:13:51 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-8BVNgpQBui@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:13:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:13:54 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-xXXsZL3bxb@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152854|0 |1 is obsolete| | --- Comment #18 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152882 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152882&action=edit Bug 34092: Move patron_autocomplete to staff-global.js Remove patron-autocomplete.js file Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:13:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:13:57 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-nEJI7koutM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152855|0 |1 is obsolete| | --- Comment #19 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152883 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152883&action=edit Bug 34092: Preparation: New buildPatronSearchQuery function Move patron search query logic out of patron_autocomplete into new function Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:13:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:13:59 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-bSbnxp6YKh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152856|0 |1 is obsolete| | --- Comment #20 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152884&action=edit Bug 34092: Move search-patron.inc logic into buildPatronSearchQuery Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:14:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:14:02 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-BProdJfYkD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #21 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152885 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152885&action=edit Bug 34092: (QA follow-up) Typo and removing unneeded spread Typo patron_searh_js. The spread is not needed; the function checks for defined later. Note for QA/RM: Ignore this qa tools warning: forbidden pattern: console.log (line 211) This is an intended console warning. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:22:07 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:22:07 +0000 Subject: [Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard In-Reply-To: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29664-70-qFdNRmUFz7@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:22:13 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:22:13 +0000 Subject: [Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard In-Reply-To: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29664-70-7yDpgLPBK2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|katrin.fischer at bsz-bw.de |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:34:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:34:37 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-EqlKe3C4Sf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:34:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:34:40 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-b0jJB5ofmA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152751|0 |1 is obsolete| | --- Comment #6 from Magnus Enger <magnus at libriotech.no> --- Created attachment 152886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152886&action=edit Bug 34133: Set default sort on first column (ID) desc Test plan: Before applying patch: * Open incognito at /cgi-bin/koha/ill/ill-requests.pl, * Verify order is by ASC (lowest ID first) * Close incognito Apply patch, then: * Open incognito at /cgi-bin/koha/ill/ill-requests.pl, * Verify order is by DESC (highest ID first) Signed-off-by: Magnus Enger <magnus at libriotech.no> Followed the test plan from Bugzilla, and added it above. Works as advertised. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:35:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:35:16 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-s94VZpQnyW@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152848|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:36:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:36:33 +0000 Subject: [Koha-bugs] [Bug 34133] ILL table should be sorted by request id descending by default In-Reply-To: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34133-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34133-70-rFdNLFgpgI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133 --- Comment #7 from Magnus Enger <magnus at libriotech.no> --- (In reply to Martin Renvoize from comment #4) > Should this actually be sorting on the placed on date as a posed to ID? Would that make a difference in practice? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:39:51 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:39:51 +0000 Subject: [Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard In-Reply-To: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29664-70-l6W6dZq5Bx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:39:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:39:53 +0000 Subject: [Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard In-Reply-To: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29664-70-v9nWptecpu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150580|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152887 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152887&action=edit Bug 29664: Do not show voided payments in cash_register_stats.pl Test Plan: 1) Set up your cash register 2) Take a payment 3) Void that payment 4) Verify the voided fee shows for the "All payments to the library" and "Payment" transaction type filters 5) Apply this patch 6) Restart all the things! 7) Verify the voided fee no longer shows for the "All payments to the library" and "Payment" transaction type filters Signed-off-by: David Nind <david at davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:39:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:39:55 +0000 Subject: [Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard In-Reply-To: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29664-70-1VCbQQv0S4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664 --- Comment #15 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152888&action=edit Bug 29664: (QA follow-up) Typo transacton Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:40:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:40:12 +0000 Subject: [Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard In-Reply-To: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29664-70-XqXSDeSzwx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664 --- Comment #16 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #12) > There is an entry in the pull downs "Credit has been voided" that makes me > wonder if we should still show the voided payments somehow, but marked as > such. Maybe give them their own entry in the list of types? > > I understand what you don't want to see them in payments. > > Would love to get another set of eyes on this one. Martin maybe? The filter is applied to PAYMENT and ACT. You could still see them with ALL or VOID? Seems that we overload VOID a bit btw: Koha/Account/Line.pm: debit_type_code => 'VOID', Koha/Account/Line.pm: status => 'VOID' Koha/Account/Line.pm: type => 'VOID', No reason to keep this here now. Last word to RM. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:40:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:40:27 +0000 Subject: [Koha-bugs] [Bug 32340] Several tests failing for t/db_dependent/Reserves.t In-Reply-To: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32340-70-qh6biGQU2t@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32340 --- Comment #6 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Yep mocking user environment for manager does the trick. Also got this one as a new: t/db_dependent/Reserves.t .. 73/77 # Failed test 'Reserve date set 1 year from today' # at t/db_dependent/Reserves.t line 1758. # got: '2388-06-30' # expected: '2024-06-29' # Looks like you failed 1 test of 2. # Failed test 'DefaultHoldExpiration tests' # at t/db_dependent/Reserves.t line 1761. # Looks like you failed 2 tests of 77. There's a typo in this line: t::lib::Mocks::mock_preference( 'DefaultHoldExpirationUnitOfTime', 'days;' ); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:47:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:47:54 +0000 Subject: [Koha-bugs] [Bug 33664] Should we allow cancelling orders while the basket is closed? In-Reply-To: <bug-33664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33664-70-TheKQeXNMf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33664 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28771 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:47:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:47:54 +0000 Subject: [Koha-bugs] [Bug 28771] Received orders in Acq can be cancelled from an open basket In-Reply-To: <bug-28771-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28771-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28771-70-QTAo3Ju7VI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28771 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33664 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:48:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:48:30 +0000 Subject: [Koha-bugs] [Bug 20824] Collapse cancelled orders in basket summary by default In-Reply-To: <bug-20824-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20824-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20824-70-JKLpsUHgEv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20824 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Display of cancelled Orders |Collapse cancelled orders |show up in Acquisitions |in basket summary by | |default -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:49:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:49:22 +0000 Subject: [Koha-bugs] [Bug 14092] Order search doesn't allow to search for 'all statuses' In-Reply-To: <bug-14092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-14092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-14092-70-7I9HgApJjH@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14092 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:52:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:52:18 +0000 Subject: [Koha-bugs] [Bug 10758] Show bibliographic information of deleted records in acquisitions In-Reply-To: <bug-10758-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-10758-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-10758-70-cLmUzW4Z1e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10758 --- Comment #78 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Now that 33262 has been pushed, we could possibly fix this. I have seen some work on deleted objects on other bugs, maybe we could even benefit from that work here. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 09:54:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 07:54:43 +0000 Subject: [Koha-bugs] [Bug 34165] New: When the barcode of a deleted item is scanned, show a helpful hint Message-ID: <bug-34165-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34165 Bug ID: 34165 Summary: When the barcode of a deleted item is scanned, show a helpful hint Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com, michaela.sieber at kit.edu As we keep the deleteditems, we could show a helpful hint when a barcode of a deleted item is scanned. It could include the date the item was deleted from items.deleted_on. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:00:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:00:10 +0000 Subject: [Koha-bugs] [Bug 30579] When placing item level hold, some options that are not used are not disabled In-Reply-To: <bug-30579-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30579-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30579-70-Bth9DH3w0E@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30579 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #39 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- This is a very brave effort to get this template more clear. But as it seems, not without any discussion. There was no feedback on the previous comment. The number of adjustments .../prog/en/modules/reserve/request.tt | 587 ++++++++++-------- Does not make it easier. Holds is very bug prone. Not to mention recent additions like item groups etc. I am not sure if this (simple) test plan covers all edge cases. Hard to verify. Does this need some broader consensus/discussion? Should this be marked as an enhancment? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:25:54 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:25:54 +0000 Subject: [Koha-bugs] [Bug 33667] 'Copy to all libraries' doesn't work on editing holidays In-Reply-To: <bug-33667-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33667-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33667-70-tiOl0NPMoZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33667 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:25:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:25:57 +0000 Subject: [Koha-bugs] [Bug 33667] 'Copy to all libraries' doesn't work on editing holidays In-Reply-To: <bug-33667-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33667-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33667-70-7bDCqEfYnh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33667 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151602|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152889&action=edit Bug 33667: Allow copying holidays to all libraries when editing When editing an existing holiday and checking the "copy to all libraires" checkbox, the other calendars won't get updates. Allow this by first checking if holiday exists in target calendar and if not, add it. To test: 1. Add unique holiday to branch A. 2. Don't check checkbox "Copy to all libraries". 3. Save. 4. Verify the holidays shows on all calendars as a green box. 5. Edit the holiday, now check "Copy to all libraries" and save. => Verify nothing has changed in other calendars: only the green box, no holiday in list on the right 6. Edit again, make a change to description, check checkbox, save. => Verify it's still not showing in the other calendars. 9. Apply this patch. 10. Edit holiday again, check "Copy to all libraries" and save. => Verify holiday is now added to other calendars. 11. Edit again, this time do not copy and save. => Verify holiday was edited just in branch A. 12. Again edit, check and save. => Verify holiday was edited in all libraries. Sponsored-by: Koha-Suomi Oy Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:26:10 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:26:10 +0000 Subject: [Koha-bugs] [Bug 33667] 'Copy to all libraries' doesn't work on editing holidays In-Reply-To: <bug-33667-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33667-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33667-70-TLCePpkZE4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33667 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:28:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:28:58 +0000 Subject: [Koha-bugs] [Bug 17387] Add an undelete feature for items/biblios In-Reply-To: <bug-17387-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17387-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17387-70-tEJ8UXdahF@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17387 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu --- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- We'd be also interested in this. Items seem a little less complicated, maybe they would make a good starting point. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:33:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:33:27 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-oqYD9o2Oh0@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Pedro Amorim <pedro.amorim at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #22 from Pedro Amorim <pedro.amorim at ptfs-europe.com> --- (In reply to Marcel de Rooy from comment #21) > Created attachment 152885 [details] [review] > Bug 34092: (QA follow-up) Typo and removing unneeded spread > > Typo patron_searh_js. > The spread is not needed; the function checks for defined later. > > Note for QA/RM: Ignore this qa tools warning: > forbidden pattern: console.log (line 211) > This is an intended console warning. > > Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Hi Marcel, thank you so much for QA! =D With your removal of spread, clicking the "add patron" button on /cgi-bin/koha/patroncards/edit-batch.pl results in a search error and errors in the console. Test this on a clean k-t-d please, without having any searchable patron attribute types in the system. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:35:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:35:02 +0000 Subject: [Koha-bugs] [Bug 18855] Fines cronjob can cause duplicate fines if run during active circulation In-Reply-To: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18855-70-Mj6H6FZqjw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |BLOCKED CC| |m.de.rooy at rijksmuseum.nl --- Comment #32 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- QA: Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:36:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:36:56 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-5Cgg4uTby6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Pedro Amorim from comment #22) > (In reply to Marcel de Rooy from comment #21) > > Created attachment 152885 [details] [review] [review] > > Bug 34092: (QA follow-up) Typo and removing unneeded spread > > > > Typo patron_searh_js. > > The spread is not needed; the function checks for defined later. > > > > Note for QA/RM: Ignore this qa tools warning: > > forbidden pattern: console.log (line 211) > > This is an intended console warning. > > > > Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> > > Hi Marcel, thank you so much for QA! =D > > With your removal of spread, clicking the "add patron" button on > /cgi-bin/koha/patroncards/edit-batch.pl results in a search error and errors > in the console. > > Test this on a clean k-t-d please, without having any searchable patron > attribute types in the system. Will have a look soon. Not intended :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:46:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:46:06 +0000 Subject: [Koha-bugs] [Bug 29063] [DOCS] Manual: Translation issue with repeated strings in system preferences In-Reply-To: <bug-29063-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29063-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29063-70-uEAsFdmIeQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29063 Emmanuel Bétemps <e.betemps at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e.betemps at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:47:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:47:26 +0000 Subject: [Koha-bugs] [Bug 31391] Staff-side recalls In-Reply-To: <bug-31391-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31391-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31391-70-VxzpidwIKD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31391 Magnus Enger <magnus at libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:51:04 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:51:04 +0000 Subject: [Koha-bugs] [Bug 18855] Fines cronjob can cause duplicate fines if run during active circulation In-Reply-To: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18855-70-nGEewfNL1Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #33 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Some observations: It is very good to add the parameter. That will make people more comfortable. But you check twice and the first time without. Could we remove the first check? And just depend on the last one (that has the parameter test)? The time between those two checks will be limited. After we did ++$counted; you still do a next in the second check, should we decrement counted again? Minor thing, bit picky.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:53:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:53:44 +0000 Subject: [Koha-bugs] [Bug 34127] Allow to customize CSV export of basketgroup and add a ODS export In-Reply-To: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34127-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34127-70-2uigA0nM7y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34127 Biblibre Sandboxes <sandboxes at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152870|0 |1 is obsolete| | --- Comment #4 from Biblibre Sandboxes <sandboxes at biblibre.com> --- Created attachment 152890 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152890&action=edit Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Dominique et Stephanie <stephanie.etallaz at univ-cotedazur.fr> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:56:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:56:09 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-L1xWsYRyas@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:56:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:56:12 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-7kTZ54JTeV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #24 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152891&action=edit Bug 34092: (QA follow-up) Typo Typo patron_searh_js. Note for QA/RM: Ignore this qa tools warning: forbidden pattern: console.log (line 211) This is an intended console warning. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 10:58:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 08:58:02 +0000 Subject: [Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match In-Reply-To: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34092-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34092-70-Nht1Zl1DW6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092 --- Comment #25 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #23) > (In reply to Pedro Amorim from comment #22) > > Test this on a clean k-t-d please, without having any searchable patron > > attribute types in the system. Good catch. I thought I tested. But the cache must have been the cause ;) Could reproduce the vague Datatables error that removing the spread triggered.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:10:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:10:56 +0000 Subject: [Koha-bugs] [Bug 34166] New: Show total price in table of suggestions Message-ID: <bug-34166-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34166 Bug ID: 34166 Summary: Show total price in table of suggestions Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org For determining if a suggestion is accepted the price can play a big role. Sometimes libraries will have a separate custom status for items that need to wait for available funds. It would be great if Koha showed the total price of the suggestion in the table. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:13:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:13:35 +0000 Subject: [Koha-bugs] [Bug 34167] New: Make it possible to group additional fields into sections like patron attributes Message-ID: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34167 Bug ID: 34167 Summary: Make it possible to group additional fields into sections like patron attributes Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Patron attributes allow you to group the fields into section using the AV category PA_class that also adds a heading to the section. It would be great if similar functionality was available for the additional fields too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:14:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:14:53 +0000 Subject: [Koha-bugs] [Bug 34167] Make it possible to group additional fields into sections like patron attributes In-Reply-To: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34167-70-N9uQqpHmgl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34167 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:15:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:15:00 +0000 Subject: [Koha-bugs] [Bug 34167] Make it possible to group additional fields into sections like patron attributes In-Reply-To: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34167-70-GTnevjgrRM@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34167 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:15:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:15:22 +0000 Subject: [Koha-bugs] [Bug 34167] Make it possible to group additional fields into sections like patron attributes In-Reply-To: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34167-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34167-70-3wkaPEKnlQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34167 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Templates |System Administration CC| |gmcharlt at gmail.com Assignee|oleonard at myacpl.org |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:15:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:15:39 +0000 Subject: [Koha-bugs] [Bug 34166] Show total price in table of suggestions In-Reply-To: <bug-34166-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34166-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34166-70-0hcwm7Viay@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34166 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu Version|22.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:17:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:17:59 +0000 Subject: [Koha-bugs] [Bug 34168] New: Make it possible to configure display sequence of additional fields Message-ID: <bug-34168-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34168 Bug ID: 34168 Summary: Make it possible to configure display sequence of additional fields Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, michaela.sieber at kit.edu At the moment it's not possible to make the additional fields appear in a logical order. It would be great if it was possible to optionally configure the sequence in which the fields appear in edit forms and in tables. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:27:47 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:27:47 +0000 Subject: [Koha-bugs] [Bug 34169] New: Add pattern check for monetary fields to acquisition module Message-ID: <bug-34169-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34169 Bug ID: 34169 Summary: Add pattern check for monetary fields to acquisition module Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: michaela.sieber at kit.edu In the patron module we validate the input fields for monetary values using a pattern check (see https://wiki.koha-community.org/wiki/Coding_Guidelines#ACC2:_Input_type_.22number.22_should_be_avoided), but we don't do the same in acq. Especially for countries that use decimal comma this can lead to problems. At the moment Koha only accepts decimal point and a wrongly entered value might get turned from 1,00 to 100 or similar easily. Until we can fix the input formats properly, we should extend the pattern check to fields in the acq module I think. Also: We can use the pattern check later to identify any fields that needs work for different input formats. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:29:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:29:53 +0000 Subject: [Koha-bugs] [Bug 33270] OAI-PMH should not die on record errors In-Reply-To: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33270-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33270-70-elLznPYnqt@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Revisiting. This code part somehow does not look good to me in OAI::Server::ListBase: if ($marcxml) { $self->record( Koha::OAI::Server::Record->new( $repository, $marcxml, $timestamp, \@setSpecs, %params ) ); } else { $self->record( Koha::OAI::Server::DeletedRecord->new( $timestamp, \@setSpecs, identifier => $repository->{koha_identifier} . ':' . $biblionumber ) ); If there is no marcxml, you now decide that it is a DeletedRecord. But I would assume that you should just test $deleted? It could be a normal record, but also crashing on the strip_nonxml route. Please clarify. Do we need additional tests in the db_dependent OAI scripts btw? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:44:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:44:53 +0000 Subject: [Koha-bugs] [Bug 33271] Show charges_guarantors_guarantees on patron details page In-Reply-To: <bug-33271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33271-70-IA0AzSEZcw@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33271 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:44:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:44:55 +0000 Subject: [Koha-bugs] [Bug 33271] Show charges_guarantors_guarantees on patron details page In-Reply-To: <bug-33271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33271-70-SSmOyG5mWG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33271 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149699|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152892&action=edit Bug 33271: Add collective owing message to moremember page To test: 1. Turn on NoIssuesChargeGuarantorsWithGuarantees and set the amount to 5. 2. Create a guarantor/guarantee relationship. 3. Add a manual invoice to the guarantor that is larger than 5.00. 4. Notice the message on that circulation ( check out tab ) page. " Charges: Patron's guarantors and their other guarantees collectively owe X. Checkouts are BLOCKED because fine balance is OVER THE LIMIT. " 5. Look at the moremember ( details ) page. The same message does not appear. 6. Apply patch, restart_all 7. Try step 5 again, the message should now appear. Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:45:14 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:45:14 +0000 Subject: [Koha-bugs] [Bug 33271] Show charges_guarantors_guarantees on patron details page In-Reply-To: <bug-33271-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33271-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33271-70-J1FY0HujG5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33271 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:47:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:47:06 +0000 Subject: [Koha-bugs] [Bug 21507] Decimal separators issues in patrons payments/fines, simplified In-Reply-To: <bug-21507-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21507-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21507-70-4ZBbhN7SoO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21507 --- Comment #20 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Could it be an option to use a library here? Someone has mentioned ICU::Number to me, but I am not sure of the functionality. And what needs to be done to move this into testing? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:47:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:47:39 +0000 Subject: [Koha-bugs] [Bug 16223] Automatically remove any borrower debarments after a payment In-Reply-To: <bug-16223-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16223-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16223-70-9NWNFmxsWU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16223 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:48:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:48:15 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-ZXJL2iMOLx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 Biblibre Sandboxes <sandboxes at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152225|0 |1 is obsolete| | --- Comment #5 from Biblibre Sandboxes <sandboxes at biblibre.com> --- Created attachment 152893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152893&action=edit Bug 33858: Format dates in offline circ 1 - check item 3999900000001 out to a patron 2 - upload the attached KOC file from bug 33838 3 - navigate to pending offline circ actions 4 - verify that the date is shown unformatted 5 - apply patch 6 - verify that the date is now shown formatted Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de> Signed-off-by: Univ Brest <cecile.lambour at univ-brest.fr> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:53:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:53:39 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-Ri564KXqRo@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 Dept Num <cecile.lambour at univ-brest.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cecile.lambour at univ-brest.f | |r Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:58:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:58:06 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-XYA8cUxpgZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Cecile, is it a problem for you that the seconds part of the timestamp is missing or would that be ok? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 11:58:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 09:58:30 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-sEIBQTVZ8I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:30 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-i48H55aKrU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149556|0 |1 is obsolete| | --- Comment #20 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152894&action=edit Bug 33105: DB changes Signed-off-by: Jonathan Field <jonathan.fieeld at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:33 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-k6BrZrx2r8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149559|0 |1 is obsolete| | --- Comment #21 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152895&action=edit Bug 33105: Add Koha object classes Signed-off-by: Jonathan Field <jonathan.fieeld at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:36 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-HuwinZ84rA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149560|0 |1 is obsolete| | --- Comment #22 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152896&action=edit Bug 33105: Add vendor issues This patch is the main patch of this patch set, it contains the controller acqui/vendor_issues.pl, its corresponding template, and some links to this script. It adds: * A new DB table aqbookseller_issues linked with the aqbooksellers table * A new subpermission acquisition.issue_manage * A new authorised value category VENDOR_ISSUE_TYPE and two examples MAINTENANCE and OUTAGE * A new controller couple acqui/vendor_issues.[pl,tt] Test plan: 0. Apply the patches, run updatedatabase and restart_all 1. Go to the acquisition module, create a new vendor or use an existing one 2. Create a couple of issues for this vendor 3. Edit/Delete and search for those issues This is the basics for tracking issues with vendors. Suggestions welcome, on follow-up bug reports. Signed-off-by: Jonathan Field <jonathan.fieeld at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:38 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-quwvw0nEuG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149561|0 |1 is obsolete| | --- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152897&action=edit Bug 33105: REST API specs Signed-off-by: Jonathan Field <jonathan.fieeld at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:41 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-1pF8TZ9slk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149562|0 |1 is obsolete| | --- Comment #24 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152898&action=edit Bug 33105: Add tests Signed-off-by: Jonathan Field <jonathan.fieeld at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:44 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-XXn6g7a3QR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 --- Comment #25 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152899&action=edit Bug 33105: [DBIx] Schema changes Former patches did not apply anymore. Refreshed them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:00:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:00:46 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-LHU5PRaCZI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149558|0 |1 is obsolete| | --- Comment #26 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Created attachment 152900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152900&action=edit Bug 33105: DBIC specific Signed-off-by: Jonathan Field <jonathan.fieeld at ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:01:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:01:00 +0000 Subject: [Koha-bugs] [Bug 10412] The ability to update Acquisitions with credit notes, with the option to link to an existing invoice In-Reply-To: <bug-10412-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-10412-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-10412-70-IgC78uePbZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10412 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|In Discussion |RESOLVED --- Comment #21 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Martin Renvoize from comment #20) > Can this be closed of as a duplicate of the now pushed bug 19166 ? I believe so. *** This bug has been marked as a duplicate of bug 19166 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:01:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:01:00 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: <bug-19166-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19166-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19166-70-jUaSE4e60Z@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com --- Comment #116 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 10412 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:01:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:01:19 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-TV3eQpnNLx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 --- Comment #27 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> --- Not able to finish now. Rebased/refreshed dbix stuff. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:01:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:01:38 +0000 Subject: [Koha-bugs] [Bug 33105] Add vendor issues In-Reply-To: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33105-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33105-70-54yUx5gKGv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105 Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149557|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:07:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:07:45 +0000 Subject: [Koha-bugs] [Bug 34170] New: Ability to add record/order line specific credits Message-ID: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34170 Bug ID: 34170 Summary: Ability to add record/order line specific credits Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org With invoice adjustments it's possible to enter negative values to indicate a credit (see bug 19166). The problem is, that while these are linked to a specific invoice, there is no way to link an invoice adjustment to a specific order line or record. The credits might be granted after the initial invoice, because an order has been cancelled mid-term or because of a special discount that was applied. In order to be able to calculate the correct cost in that case, we need to be able to link it to a record or order line. One way this could be achieved would be to allow negative prices on ordering. At the moment when you enter a negative list price, it's stored correctly into the database, but won't be used correctly for calculations and the minus signs is lost in display. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:07:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:07:45 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: <bug-19166-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-19166-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-19166-70-FzwYVbXLWy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34170 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:09:11 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:09:11 +0000 Subject: [Koha-bugs] [Bug 33858] Date for pending offline circulation is unformatted In-Reply-To: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33858-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33858-70-mIAC3yQvMK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858 --- Comment #7 from Dept Num <cecile.lambour at univ-brest.fr> --- Hi Katrin, I don't use the feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:09:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:09:17 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-givMnnkzuS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 Biblibre Sandboxes <sandboxes at biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152073|0 |1 is obsolete| | --- Comment #7 from Biblibre Sandboxes <sandboxes at biblibre.com> --- Created attachment 152901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152901&action=edit Bug 33933: Only show use restriction once on OPAC detail page This patch removes a regression from bug 32611 that caused the use restriction text to be shown twice for "Available" items. Test plan: 0. Apply patch 1. Go to http://localhost:8081/cgi-bin/koha/cataloguing/additem.pl?biblionumber=29 2. Edit item and add "Restricted access" for "5 - Use restrictions" 3. Go to http://localhost:8080/cgi-bin/koha/opac-detail.pl?biblionumber=29 4. Note that "Status" says "Available (Restricted access)" and there is no duplicate "Restricted access" at the top of that table cell Signed-off-by: ebal <eric.balluto at univ-lyon2.fr> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:09:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:09:25 +0000 Subject: [Koha-bugs] [Bug 34170] Ability to add record/order line specific credits In-Reply-To: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34170-70-22pbKEq0sf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34170 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|22.11 |master CC| |caroline.cyr-la-rose at inlibr | |o.com, | |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:10:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:10:12 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-cfvE9LJp17@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 Eric Balluto <eric.balluto at univ-lyon2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |eric.balluto at univ-lyon2.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 12:12:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 10:12:09 +0000 Subject: [Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC In-Reply-To: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33933-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33933-70-D35clKCuQ1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #8 from Eric Balluto <eric.balluto at univ-lyon2.fr> --- marked signed off as the test plan was successfull. The question of the code quality is left to the QA step. The bug doesn't need to be in the need SO queue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 13:01:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 11:01:53 +0000 Subject: [Koha-bugs] [Bug 34122] Updating Shelvingloc changes location of all related records In-Reply-To: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34122-70-VjWNT9c7jE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34122 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |nick at bywatersolutions.com --- Comment #4 from Nick Clemens <nick at bywatersolutions.com> --- If I set UpdateItemLocationOnCheckin to: _ALL_: CART And checkin an item with no location set, the permanent_location is NULL and the location is CART, but nothing displays for the item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 13:38:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 11:38:27 +0000 Subject: [Koha-bugs] [Bug 21246] Extend the 'Last patron' navigation feature to 'Last X patrons' In-Reply-To: <bug-21246-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21246-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21246-70-TPkeU0kZyR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246 Kyle M Hall <kyle at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 13:55:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 11:55:29 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27378-70-GmhO9nOCX4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 --- Comment #142 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Giving this another go... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:05:26 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:05:26 +0000 Subject: [Koha-bugs] [Bug 34076] [ALTERNATE] [DOCS] Automated screenshots using Cypress.io testing framework In-Reply-To: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34076-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34076-70-gmb4bP1ye5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34076 Jonathan Druart <jonathan.druart+koha at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aude.charillon at ptfs-europe. | |com, | |caroline.cyr-la-rose at inlibr | |o.com, david at davidnind.com, | |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:20:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:20:24 +0000 Subject: [Koha-bugs] [Bug 34171] New: item_barcode_transform does not work when moving items Message-ID: <bug-34171-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34171 Bug ID: 34171 Summary: item_barcode_transform does not work when moving items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: michaela.sieber at kit.edu QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl When moving an item to another biblio (cataloguing/moveitem.pl?) the scanned item barcode is not transformed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:24:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:24:05 +0000 Subject: [Koha-bugs] [Bug 34171] item_barcode_transform does not work when moving items In-Reply-To: <bug-34171-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34171-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34171-70-LSNKcsGAqg@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34171 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Depends on| |26351 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351 [Bug 26351] Add plugin hooks to transform item barcodes -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:24:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:24:05 +0000 Subject: [Koha-bugs] [Bug 26351] Add plugin hooks to transform item barcodes In-Reply-To: <bug-26351-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26351-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26351-70-D67ar4ybZ1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34171 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34171 [Bug 34171] item_barcode_transform does not work when moving items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:27:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:27:16 +0000 Subject: [Koha-bugs] [Bug 21246] Extend the 'Last patron' navigation feature to 'Last X patrons' In-Reply-To: <bug-21246-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-21246-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-21246-70-CVeViFr3Qq@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246 --- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152902 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152902&action=edit Bug 21246: Extend the 'Last patron' navigation feature to 'Last 10 patrons' This retains the "last patron" link, but extends it to add a dropdown containg the last 10 patrons. A future enhancement to control how many patrons to retain would complement this well. 1) Enable showLastPatron 2) Visit two patrons details pages 3) Note "Last patron" link displays and links to the last visited patron 4) Log out 5) Apply this patch 6) Log in 7) Visit the patron details page for a few patrons 8) Note the "Last patron" link behaves as is did previously 9) Note the split button has a pulldown with the other previous patrons 10) Verify that only the last 10 patrons are retained in the pulldown 11) Verify that if you visit a patron who is already in the list they get moved to the top of the list -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:35:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:35:59 +0000 Subject: [Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email In-Reply-To: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33964-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33964-70-LT3CGt1tS2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964 Eric Balluto <eric.balluto at univ-lyon2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.balluto at univ-lyon2.fr Status|Needs Signoff |Failed QA --- Comment #5 from Eric Balluto <eric.balluto at univ-lyon2.fr> --- Needs test plan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 14:36:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 12:36:55 +0000 Subject: [Koha-bugs] [Bug 32340] Several tests failing for t/db_dependent/Reserves.t In-Reply-To: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32340-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32340-70-FlNDd6b7vZ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32340 Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|chris at bigballofwax.co.nz |emmi.takkinen at koha-suomi.fi --- Comment #7 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> --- Created attachment 152903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152903&action=edit Bug 32340: Fix t/db_dependent/Reserves.t tests This patch does following fixes: - Get rid of "Use of uninitialized value $email in string ne" warning by adding email for test patrons - Prevent "Can't call method "can_edit_items_from" on an undefined value" by adding mock manager patron - Fix typos in DefaultHoldExpirationdate tests To test: 1) Run prove t/db_dependent/Reserves.t. -> Tests should fail. 2) Apply this patch. 3) Rerun prove t/db_dependent/Reserves.t. -> Success! Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:01:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:01:30 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-hK1MFxAeyP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com QA Contact|testopia at bugs.koha-communit |kyle at bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:05:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:05:00 +0000 Subject: [Koha-bugs] [Bug 33664] Should we allow cancelling orders while the basket is closed? In-Reply-To: <bug-33664-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33664-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33664-70-E8BXeia8Zn@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33664 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson at bedfordtx.g | |ov, | |rkuiper at roundrocktexas.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:06:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:06:39 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-t5AXSUa1rN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:06:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:06:41 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-P1GULVx3Vm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152114|0 |1 is obsolete| | Attachment #152115|0 |1 is obsolete| | --- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152904&action=edit Bug 33573: Unit tests Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:06:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:06:57 +0000 Subject: [Koha-bugs] [Bug 33573] Add public endpoint for cancelling holds In-Reply-To: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33573-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33573-70-94cmRJ5xGh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573 --- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> --- Created attachment 152905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152905&action=edit Bug 33573: Add public endpoint for cancelling holds This patch introduces a public endpoint for cancelling holds. Cancellation requests are generated when the hold is waiting and configuration allows requesting cancellation, as the OPAC does right now. Tests cover all the use cases. To test: 1. Apply this patches 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/patrons_holds.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Sam Lau <samalau at gmail.com> Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:07:36 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:07:36 +0000 Subject: [Koha-bugs] [Bug 31009] Claims list take too much times (timeout when you have so many claims) on serials In-Reply-To: <bug-31009-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31009-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31009-70-pKkIkbIV5e@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31009 Dept Num <cecile.lambour at univ-brest.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cecile.lambour at univ-brest.f | |r --- Comment #5 from Dept Num <cecile.lambour at univ-brest.fr> --- I create 1O late issues in the Receive page => I click on claims page and I loads the claims of the vendor. I see the 10 claims. It's not slow. Are 10 claims enought ? Is it the right process ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:27:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:27:22 +0000 Subject: [Koha-bugs] [Bug 31453] Add ability to filter messages to process using process_message_queue.pl via a command line parameter In-Reply-To: <bug-31453-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31453-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31453-70-zsfm5jwKh8@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31453 Martin Renvoize <martin.renvoize at ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:32:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:32:55 +0000 Subject: [Koha-bugs] [Bug 29578] Search term highlighting breaks with titles containing characters with Greek diacritics In-Reply-To: <bug-29578-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29578-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29578-70-UWYZM0k7MY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29578 Stephanie Etallaz <stephanie.etallaz at univ-cotedazur.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |stephanie.etallaz at univ-cote | |dazur.fr --- Comment #23 from Stephanie Etallaz <stephanie.etallaz at univ-cotedazur.fr> --- CONFLICT (rename/rename): Rename "koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.highlight-3.js"->"koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.highlight-3.js" in branch "HEAD" rename "koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.highlight-3.js"->"koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.highlight-5.js" in "Bug 29578: Upgrade the jQuery highlighter plugin" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:37:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:37:50 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27378-70-FYq1Kbx8Fi@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #143 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Overall this is mostly small stuff, apart from 9) maybe! We'll also need some good documetnation, but the test plan in comment 121 is a good start. 1) Perltidy Should we perltidy the new files at least? 2) System preferences - sysprefs.sql sysprefs.sql is supposed to be alphabetic (being a librarian, this is not acceptable! ;) ) ('ConfirmFutureHolds','0',... +('CookieConsentedJS', '', NULL, 'Add ... ('ConsiderOnSiteCheckoutsAsNormalCheckouts',... ('ContentWarningField', '',... +('CookieConsent', '0', NULL... 3) System preferences - YAML a) + - pref: CookieConsent + choices: + yes: Require + no: "Don't require" + - cookie consent to be displayed Should be 1 and 0. (blocker) Should we rephrase a bit? ... cookie consent to be displayed in the OPAC and staff interface. Question: Could it be interesting to make this OPAC only in the future? b) Add Javascript code that will run if cookie consent is provided (e.g. tracking code). Should we rephrase this a little? Run the following JavaScript if cookie consent was provided (e.g. tracking code): 3) Add to cookie documentation please https://wiki.koha-community.org/wiki/Use_of_Cookies For OPAC and staff interface. 4) Translatability (blocker) ' <a class="consentDelete" data-target="' + id + '" href="#">Delete</a>' + 5) Test plan and comments Giving that this is an old development there are quite some inconsistencies in what is the final product and what is mentioned in the commit messages. Like we started out with 4 prefs and now 2 are HTML customizations. Some squashing and clean-up could be really helpful I think. But: great updated test plan in comment 121 ! 6) Display issues a) In the OPAC, the cookie banner overlaps and blocks access to the language selection at the bottom. If you have them at the top too, that's ok, but some libraries prefer one over the other ( OpacLangSelectorMode = only footer ). b) In the staff interface we have the language chooser in front, cutting off a bit of the "Accept all cookies" button. c) In the OPAC readability (font color and size) is good, but in the staff interface it's much less readable. 7) Patron account a) It doesn't appear to be possible to revoke the general cookie consent? b) The contrast on the yellow "Accept selected non-essential" cookies seems bad (greyish font color on yellow background) c) Should the button read "View and update..."? d) I cannot close/cancel the modal without making a change. Clicking outside, pressing ESC, nothing works. We shoudl have a "Cancel" link. This is also true when using the "your cookies" link for a non-authenticated user. 8) Visibility OPAC/staff a) I checked one of the cookies for only OPAC and one only for staff interface. I still see all 3 cookies in the pop-up in both OPAC and staff after clearing local storage. b) This might be related: test2 is my "staff only" cookie. It's unchecked in the view, but it still gets added every time I refresh any OPAC page. Same for my "opac only" cookie: it's always added in staff interface on page reload. c) Where can staff view and alter their cookie consents? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:43:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:43:30 +0000 Subject: [Koha-bugs] [Bug 31253] Item search in staff interface should call barcodedecode if the search index is a barcode In-Reply-To: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31253-70-GNqEGacsHh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253 Kyle M Hall <kyle at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> --- (In reply to Emmanuel Bétemps from comment #5) > No results match your search for 'bc,wrdl: "MY TEST"'. That is not a valid test. This patch is about item searching ( itemsearch.pl ) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:45:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:45:33 +0000 Subject: [Koha-bugs] [Bug 34170] Ability to add record/order line specific credits In-Reply-To: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34170-70-eeTShvavEr@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34170 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Here is the procedure I give my clients for handling returned items in acquisitions. https://inlibro.com/knowledge-base/ajouter-un-credit-pour-un-document-retourne/ Basically, make an order, but with a negative price. As far as I can tell, it correctly "returns" the money in the chosen fund once the item is "received", and the minus sign is displayed. It also keeps the credit information in the acquisitions tab in the catalog module, so you know you returned that title. I just tested it in master and it's working. It's logical, but I find it's a lot of steps to return an item. When I used to do acquisitions, returning items would be something that I did often, for a variety of reasons (however, I used good old spreadsheets to manage my acquisitions as our system didn't have the acquisitions module activated). If we're to add this feature, I would think differently about how to go about it. For example, skip the whole create basket/close basket/receive item process, and simply add the ability to add a credit from the vendor page (New > Credit). Then either choose to add an arbitrary amount, or choose an ordered/received item to credit. Or, add a button to add a credit next to the order (with the soon-to-be-added *wink wink* cancel button from bug 33664 :D ). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:53:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:53:17 +0000 Subject: [Koha-bugs] [Bug 34172] New: Ability to search item records by biblionumber Message-ID: <bug-34172-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34172 Bug ID: 34172 Summary: Ability to search item records by biblionumber Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Add the ability to search for item records by biblionumber to the navbar, in the advanced search filters, and in the item search. Currently, the only way to search for items by biblionumber is by using the "sn:" shortcut, and adding this feature would improve library workflows. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:55:15 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:55:15 +0000 Subject: [Koha-bugs] [Bug 34172] Ability to search item records by biblionumber In-Reply-To: <bug-34172-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34172-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34172-70-L4DJAO343D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34172 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Laura, you should be able to add it to item search through the additional item search fields configuration in administration if that helps. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:58:21 +0000 Subject: [Koha-bugs] [Bug 8155] Comply with UK Electronic Commerce (EC Directive) Regulations 2002 In-Reply-To: <bug-8155-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-8155-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-8155-70-a3gxQQtH9M@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8155 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |DUPLICATE --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 27378 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:58:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:58:21 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27378-70-mBtc76ETrE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr at software.coop --- Comment #144 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 8155 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 15:59:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 13:59:09 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-27378-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-27378-70-gkOv0cuTDm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 --- Comment #145 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Just a note: JavaScript code from the test plan needs to have its quotes fixed in order to work: (function() { console.log('Hello from test1'); document.cookie = "test1=testing; domain=localhost; path=/; SameSite=None; Secure"; })(); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:00:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:00:20 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-H94hmUR6RO@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:24:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:24:38 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-PVjmcZp9IE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:24:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:24:40 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-6BiIGnPPXx@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Created attachment 152906 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152906&action=edit Bug 29471: Add display of MARC 520 to staff interface detail page At the moment 520 only displays in the OPAC. With this patch it also displays in the staff interface detail page. To test: * Find a record with 520 or add some 520 entries to a record Note: different ind. 1 values will result in different labels * View the record in the staff interface and the OPAC * Verify only the OPAC shows the 520 entries * Apply patch * Verify now the staff interface displays them as well -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:27:12 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:27:12 +0000 Subject: [Koha-bugs] [Bug 26862] MARC 530 is missing a descriptive label in the OPAC In-Reply-To: <bug-26862-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-26862-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-26862-70-woGIFRL0vY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26862 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | Summary|MARC 530 is missing a |MARC 530 is missing a |descriptive lavel in the |descriptive label in the |OPAC |OPAC -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:28:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:28:35 +0000 Subject: [Koha-bugs] [Bug 34173] New: Imported items do not require home/holding branches, causing uneditable item records Message-ID: <bug-34173-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34173 Bug ID: 34173 Summary: Imported items do not require home/holding branches, causing uneditable item records Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: wizzyrea at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl In some configurations, importing items through the stage/import workflow causes items to be created that have no home or holding branch. The mandatory settings are not enforced through the frameworks, so these items can come in without a home and holding branch, leading to no staff having the ability to edit these records. Fixes must be made in the database to update these items. For some libraries adding a marc modification template to add the branch could be a workaround. For systems with many branches and tightly controlled rules about who can edit items, this bug can lead to uneditable items. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:33:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:33:27 +0000 Subject: [Koha-bugs] [Bug 34174] New: Saving RIS results to Error 505 Message-ID: <bug-34174-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34174 Bug ID: 34174 Summary: Saving RIS results to Error 505 Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: eugenegf at yahoo.com QA Contact: testopia at bugs.koha-community.org When exporting records to RIS in the OPAC as well as in the administration panel, it results to Error 505. In plack-opac-error-log, we are getting this error: [2023/06/30 22:30:04] [WARN] print() on closed filehandle _GEN_51 at /usr/share/koha/opac/cgi-bin/opac/opac-export.pl line 166. [2023/06/30 22:30:04] [WARN] print() on closed filehandle _GEN_51 at /usr/share/koha/opac/cgi-bin/opac/opac-export.pl line 179. [2023/06/30 22:30:04] [WARN] seek() on closed filehandle _GEN_51 at /usr/share/perl5/CGI/Emulate/PSGI.pm line 34. Also in plack-intranet-error-log, when trying out to export to RIS a particular record: [2023/06/30 22:29:21] [WARN] print() on closed filehandle _GEN_38 at /usr/share/koha/intranet/cgi-bin/catalogue/export.pl line 84. [2023/06/30 22:29:21] [WARN] print() on closed filehandle _GEN_38 at /usr/share/koha/intranet/cgi-bin/catalogue/export.pl line 87. [2023/06/30 22:29:21] [WARN] seek() on closed filehandle _GEN_38 at /usr/share/perl5/CGI/Emulate/PSGI.pm line 34. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:42:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:42:30 +0000 Subject: [Koha-bugs] [Bug 34174] Saving RIS results to Error 505 In-Reply-To: <bug-34174-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34174-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34174-70-eWNDoYJdlu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34174 Eugene Espinoza <eugenegf at yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 16:44:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 14:44:09 +0000 Subject: [Koha-bugs] [Bug 30579] When placing item level hold, some options that are not used are not disabled In-Reply-To: <bug-30579-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30579-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30579-70-G8qqfDP2sk@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30579 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #40 from Owen Leonard <oleonard at myacpl.org> --- I could see us using a Bootstrap Collapse to show the options, with the "next available" section displayed by default. I could also see us keeping this version with the addition of making sure that all form fields are disabled when the section isn't "active." We could even set the opacity of the inactive fieldsets to .5 or something like that in order to indicate that the controls are not available. I find that the pickup location dropdowns are not populating, and the form doesn't prevent me from placing the hold without selecting one. That must be resolved. I agree that a more detailed test plan would be helpful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 17:23:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 15:23:33 +0000 Subject: [Koha-bugs] [Bug 18855] Fines cronjob can cause duplicate fines if run during active circulation In-Reply-To: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18855-70-OeFSmvgmZN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855 Michael Hafen <michael.hafen at washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151647|0 |1 is obsolete| | --- Comment #34 from Michael Hafen <michael.hafen at washk12.org> --- Created attachment 152907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152907&action=edit Bug 18855: Don't create duplicate overdue fines if an issue is returned [rebase 2023-06-25] [ QA followup: I removed the first due date check, but left the issue object check. Seemed like the right thing to do. I added a $counted decrement since the iteration is getting skipped before the fine is updated ] This includes Jonathan's followup If cronjobs/fines.pl is running during circulation hours, then an issue may be considered for having it's overdue fine updated after the issue has been returned and it's fine status flipped from 'UNRETURNED' to 'RETURNED'. In this case UpdateFine will create a duplicate fine because it can't find the specific accountline for the (formerly) overdue issue. This changes cronjobs/fines.pl to double check the issue before updating the fine. If the issue has changed between starting the script and updating the fine, then the script will skip it. There is a small amount of time between the check and calling UpdateFine where the issue can be changed and this problem can reoccure. The chance of that happening is so small that it's probably fine to leave as is. It is also possible that the fine won't be updated because the issue was returned. In this case the fine payed by the patron will be lower, but that is better then the patron finding later that there is more to a fine they thought they had paid all of. Test plan (by Caroline): 0. Preliminary settings 0.1. finesMode system preference must be set to Calculate and charge 0.2. There must be a circulation rule that will charge fines (beware of bug 32271) 0.3. In Tools > Calendar, today must not be a holiday 1. Make a lot of overdue checkouts - I used the batch checkout feature, but if your system already has a lot of overdue checkouts, you can skip to step 2 1.1. Enable batch checkouts 1.1.1. Go to Administration > Global system preferences 1.1.2. Search for BatchCheckouts 1.1.3. Set BatchCheckouts to Allow 1.1.4. Select all categories in BatchCheckoutsValidCategories 1.1.5. Click "Save all Circulation preferences" 1.2. Get a list of barcodes 1.2.1. Go to Reports 1.2.2. Click "Create from SQL" 1.2.3. Give the report a name 1.2.4. For the SQL query, enter SELECT barcode FROM items WHERE onloan IS NULL LIMIT 60; 1.2.5. Click "Save report" 1.2.6. Click "Run report" 1.2.7. Click "Download" > "Tab separated text" 1.3. Go to a patron's file 1.3.1. Go to Patrons 1.3.2. Click on "Search" 1.3.3. Click on a patron's name 1.4. Do a batch checkout with a due date in the past 1.4.1. Click on the "Batch check out" tab on the left 1.4.2. In "Use a file", click "Choose file" 1.4.3. Choose the file downloaded from the report 1.4.4. In "Hard due date", choose a date in the past 1.4.5. Click "Check out" 1.4.6. Click "Checkout or renew" 2. Find the last issue in the database 2.1. In the database (or in reports), type the following query SELECT issues.*, items.itype as itemtype, items.homebranch, items.barcode, items.itemlost, items.replacementprice, items.biblionumber FROM issues LEFT JOIN items USING (itemnumber) WHERE date_due < NOW() \G; 2.2. Copy the barcode from the last entry 3. Set up so that you can run fines.pl and check in the item at the same time (or very close to the same time) 3.1. In Koha, click the "Check in" option in the search bar at the top of the page 3.2. Paste the barcode in the search bar BUT DO NOT PRESS ENTER OR THE ARROW RIGHT AWAY 3.3. In a terminal, enter the fines.pl command ./misc/cronjobs/fines.pl 3.4. Execute the command and immediately click on the arrow in the staff interface to check in the item 4. Check the patron's fines 4.1. Click on the patron's name in the check in screen 4.2. Go to the Accounting tab on the left 4.3. In the search box just above the table, paste in the returned item's barcode --> Without the patch, there are two fines, one Fine (Accruing) and one Fine (Returned) for the same item at the same time --> With the patch, there is only one fine, Fine (Returned) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 17:24:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 15:24:56 +0000 Subject: [Koha-bugs] [Bug 18855] Fines cronjob can cause duplicate fines if run during active circulation In-Reply-To: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-18855-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-18855-70-PsMiBMa3t1@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855 Michael Hafen <michael.hafen at washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 17:29:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 15:29:17 +0000 Subject: [Koha-bugs] [Bug 34163] CSRF error if try OAuth2/OIDC after logout In-Reply-To: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34163-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34163-70-Tsk63boNqQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber at kit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 18:17:28 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 16:17:28 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-PInj8V0nwI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 18:17:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 16:17:31 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-5dQuuexG8I@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152906|0 |1 is obsolete| | --- Comment #2 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152908 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152908&action=edit Bug 29471: Add display of MARC 520 to staff interface detail page At the moment 520 only displays in the OPAC. With this patch it also displays in the staff interface detail page. To test: * Find a record with 520 or add some 520 entries to a record Note: different ind. 1 values will result in different labels * View the record in the staff interface and the OPAC * Verify only the OPAC shows the 520 entries * Apply patch * Verify now the staff interface displays them as well Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 18:17:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 16:17:52 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-AWqbbucFXP@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 18:18:59 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 16:18:59 +0000 Subject: [Koha-bugs] [Bug 12968] "Lock budget" doesn't seem to work as described In-Reply-To: <bug-12968-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-12968-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-12968-70-ghT9NW8zRu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12968 --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- I changed the definition in the manual https://gitlab.com/koha-community/koha-manual/-/merge_requests/699/diffs?commit_id=47e8601c5c970c4c6d2e9a29126d9506a3752018 Maybe it will clear up the confusion... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 18:42:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 16:42:02 +0000 Subject: [Koha-bugs] [Bug 31253] Item search in staff interface should call barcodedecode if the search index is a barcode In-Reply-To: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31253-70-H5Gqz29nxy@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253 ByWater Sandboxes <bws.sandboxes at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #138205|0 |1 is obsolete| | --- Comment #7 from ByWater Sandboxes <bws.sandboxes at gmail.com> --- Created attachment 152909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152909&action=edit Bug 31253 - Item search in staff interface should call barcodedecode if the search index is a barcode We should run any inputted barcode through barcodedecode before passing it to any subroutines. This was missed during the initial development of bug 26351. Test Plan: 1) Set itemBarcodeInputFilter to "Remove spaces from" 2) Create an item with the barcode "MYTEST" 3) Browse to the staff side advanced search 4) Run a barcode search for "MY TEST" 5) Note no results are round 6) Apply this patch 7) Restart all the things! 8) Repeat your search 9) Note the item was found! Signed-off-by: Michaela Sieber <michaela.sieber at kit.edu> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 18:46:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 16:46:35 +0000 Subject: [Koha-bugs] [Bug 31253] Item search in staff interface should call barcodedecode if the search index is a barcode In-Reply-To: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31253-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31253-70-g9Ygq5kbb3@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253 Michaela Sieber <michaela.sieber at kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:07:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:07:31 +0000 Subject: [Koha-bugs] [Bug 29471] MARC21: 520 - Summary etc. doesn't display in staff interface In-Reply-To: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29471-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29471-70-JRTBWlTerB@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471 --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Thank you, Phil! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:12:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:12:35 +0000 Subject: [Koha-bugs] [Bug 13556] Undo Item deletion In-Reply-To: <bug-13556-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-13556-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-13556-70-hM6Kck0aFf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13556 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** This bug has been marked as a duplicate of bug 17387 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:12:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:12:35 +0000 Subject: [Koha-bugs] [Bug 17387] Add an undelete feature for items/biblios In-Reply-To: <bug-17387-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-17387-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-17387-70-M0jkvV1E8f@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17387 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- *** Bug 13556 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:23:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:23:19 +0000 Subject: [Koha-bugs] [Bug 16122] Item record needs to keep Local Use count In-Reply-To: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16122-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16122-70-wSPuDWtYSQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #37 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Hi Lucas, I am having the same issue as Emily on current master: Applying: Bug 16122: Add display to holdings/otherholdings and Table settings Using index info to reconstruct a base tree... M admin/columns_settings.yml M koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt Auto-merging admin/columns_settings.yml Applying: Bug 16122: Increment localuse when checking out to stats patron error: sha1 information is lacking or useless (C4/Circulation.pm). error: could not build fake ancestor Patch failed at 0001 Bug 16122: Increment localuse when checking out to stats patron hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-16122-Increment-localuse-when-checking-out-to--o5eeizs8.patch We might be missing something that is in your repository. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:51:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:51:22 +0000 Subject: [Koha-bugs] [Bug 34170] Ability to add record/order line specific credits In-Reply-To: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34170-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34170-70-I64yWPMYuA@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34170 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> --- Created attachment 152910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152910&action=edit Credit in acq tab Katrin, here's the screenshot of the credit in the acq tab in the catalogue module. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:54:53 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:54:53 +0000 Subject: [Koha-bugs] [Bug 29732] Check alert in cataloguing authorities should be a static message In-Reply-To: <bug-29732-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29732-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29732-70-HnQMlF4kb2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29732 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:54:55 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:54:55 +0000 Subject: [Koha-bugs] [Bug 29732] Check alert in cataloguing authorities should be a static message In-Reply-To: <bug-29732-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29732-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29732-70-WZJb76WMMp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29732 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152911&action=edit Bug 29732: Check alert in cataloguing authorities should be a static message This patch modifies the authority record editor so that form validation errors are collected in a static "dialog" at the top of the page instead of showing in a transient JavaScript alert. The text of the message is roughly the same as it was in the alert, and links have been added so that the user can click to jump directly to the field referenced. If the user scrolls down away from the static error message, a button appears in the floating toolbar to jump back to the message. - Go to Authorities and create a new authority record using a framework which has multiple mandatory fields defined (e.g. an unmodified default framework) - Without entering anything in mandatory fields, click the "Save" button. - You should see a message box appear at the top of the page. - It should list each missing mandatory subfield and tag, each with a "Go to field" link next to it. - Clicking the "Go to field" link should switch you to the correct tab and scroll the mandatory field into view. - When you have scrolled down far enough for the error messages to be offscreen, an "Errors" button should appear in the floating toolbar. Clicking it should scroll the box back into view. - If you fix some but not all of the missing mandatory fields the message should update with only the current issues. - Confirm that the record saves when all issues are resolved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:56:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:56:56 +0000 Subject: [Koha-bugs] [Bug 31009] Claims list on serials is too slow with many existing late issues In-Reply-To: <bug-31009-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31009-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31009-70-sfNisORTTG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31009 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Claims list take too much |Claims list on serials is |times (timeout when you |too slow with many existing |have so many claims) on |late issues |serials | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 19:59:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 17:59:56 +0000 Subject: [Koha-bugs] [Bug 31241] PDF export of ANY label is NOT functioning. In-Reply-To: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31241-70-ZuSjXOjM7R@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I just tested the table printing in 22.11.05 both for patron records and barcode labels and they both printed ok. I am wondering what the issue could be. It makes me think it could be either a configuration or a server setup issue. Heather and Manos, when you open the downloaded PDF in a text editor, is there any error printed inside? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:08:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:08:44 +0000 Subject: [Koha-bugs] [Bug 31498] Allow for custom primary contact method values In-Reply-To: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31498-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31498-70-vV0rmH4smI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31498 --- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #15) > I see why y'all feel this should be completely arbitrary values: because it > is only used for display purposes. > > The catch is this options: > > * phone > * phonepro > * mobile > * email > * emailpro > * fax > > refer to real `borrowers.*` columns, so my fear is at some point someone > will want to tie the *selected prefered contact method* value on that > column, to a real behavior/function in Koha. > > So, thinking in advance, I feel like the current options should be presented > a system-defined, which can also be disabled, and then we allow users to > define their own. > > 'Do not contact' should be a default system option (value NULL). > > One drawback for this particular implementation is the contact methods are > translatable (templates) right now. Moving them to the AV table will make > them not-translatable or have every non-english install need to manually > tweak the introduced AVs. +1 I've had the same feeling looking at this and I think it's a good idea. If people want to hide some entries, which makes sense as we allow to hide any patron field, we could inherit that from BorrowerUnwantedFields maybe or have a separate visibility setting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:22:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:22:42 +0000 Subject: [Koha-bugs] [Bug 32542] Coce images not appearing in staff interface In-Reply-To: <bug-32542-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-32542-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-32542-70-8PuDOccUDD@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32542 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Coce images not appearing |Coce images not appearing |in staff client |in staff interface -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:29:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:29:25 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-8IROJjzH50@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #67 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I feel like we moved into contrary directions: I tried to restore the former behaviour. Koha expects us to enter monetary amounts with decimal dot everywhere, so I was trying to get back to this here. I'd like to see input formats fixed, but I feel that a bugfix that needs to go back into stables is the wrong place. I used the same pattern that we agreed on and use in patron accounting and removed the Price TT filters to make sure we get back to decimal dot everywhere, giving up the display in favor of having the input fixed. I believe Martin tried to allow entering with decimal comma with his patches, which appears more risky to me. Also: how to communicate that this page expects different input than anywhere else? I might be mistaken - I need to take a closer look for sure. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:31:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:31:30 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: <bug-33893-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33893-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33893-70-TiSnI5g8Ko@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:31:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:31:32 +0000 Subject: [Koha-bugs] [Bug 33893] Use template wrapper for tabs: OPAC checkout history In-Reply-To: <bug-33893-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33893-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33893-70-x07jlZ9R4D@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151995|0 |1 is obsolete| | --- Comment #7 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152912&action=edit Bug 33893: Use template wrapper for tabs: OPAC checkout history This patch updates the OPAC checkout history page so that it uses the new WRAPPER syntax to generate tabs markup. This patch also updates tab WRAPPER directives in html_helpers.inc to allow us to pass a custom id for tab links in situations like this one where we have multiple tabs requiring unique IDs but they all point to the same panel. To test, apply the patch and make sure the OnSiteCheckouts system preference is set to "disabled." - Log into the OPAC as a patron with checkouts. - View the checkout history page. The checkout history information should be displayed without any tabs. - Enable the OnSiteCheckouts system preference and if necessary check out some on-site checkouts to your patron. - On the OPAC history page there should now be three tabs: All, Checkouts, and On-site checokuts. - Switching between the tabs should filter the table accordingly. - Test that the changes to the tab wrapper have not broken tabs on other pages, e.g. bibliographic details or user summary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:34:25 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:34:25 +0000 Subject: [Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations In-Reply-To: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33028-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33028-70-oUBV20wMCh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028 --- Comment #68 from Martin Renvoize <martin.renvoize at ptfs-europe.com> --- OK, well that may be the case.. but you'll need to also undo the first patch here as that make it expect bon decimal dot -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:36:27 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:36:27 +0000 Subject: [Koha-bugs] [Bug 33716] ILL - Allow for a disclaimer stage per request type In-Reply-To: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33716-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33716-70-WPWXEBg0e4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716 --- Comment #49 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Thank you, Nick :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:39:02 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:39:02 +0000 Subject: [Koha-bugs] [Bug 33800] Error 500 in issues_stats.pl In-Reply-To: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33800-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33800-70-0iUVJ6dzna@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33800 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- You might see bug 34063 which left the paidfor in one of the tables in some cases. If you delete it, things should work ok. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:40:16 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:40:16 +0000 Subject: [Koha-bugs] [Bug 33847] Database update replaces undefined rules with defaults rather than the value that would be used In-Reply-To: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33847-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33847-70-6mC3Nk6SIR@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847 --- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- So does this mean we need to find a way to do the fix only using SQL? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:42:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:42:37 +0000 Subject: [Koha-bugs] [Bug 34117] Duplicate patron sets dateenrolled incorrectly In-Reply-To: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34117-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34117-70-o7M5g9s4zf@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33872 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:42:37 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:42:37 +0000 Subject: [Koha-bugs] [Bug 33872] Duplicated patron's registration date is set to expiration date of template patron In-Reply-To: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33872-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33872-70-q1PkvjomRc@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33872 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34117 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:48:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:48:06 +0000 Subject: [Koha-bugs] [Bug 31241] PDF export of ANY label is NOT functioning. In-Reply-To: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31241-70-KuNQSlrmYI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241 --- Comment #7 from Heather <heather_hernandez at nps.gov> --- Hi, Katrin! My issue is clearly bug 34157--my settings were on "Bibliographic data precedes barcode" for my barcode range, and when I changed that to print the barcode only, everything worked. (It was like that because I was experimenting with trying to get the library name printing on the barcode, then I found out about bug 31507, and hadn't changed the setting back.) I'm not sure if this is the same problem that stdominic.novices was having! --h2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:53:41 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:53:41 +0000 Subject: [Koha-bugs] [Bug 34175] New: Unable to delete certain tags in basic editor Message-ID: <bug-34175-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34175 Bug ID: 34175 Summary: Unable to delete certain tags in basic editor Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: esther.melander at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl When editing a biblio in the basic editor, it is not possible to delete certain tags. It is possible to delete subject tags such as 600, 650, etc. But it is not possible to delete a blank 007 despite the icon for delete tag being present. If leaving a blank tag has no impact, then the delete tag icon should be removed. Otherwise, the delete tag ability should be enabled. It is confusing for it to be present if the tag should not be deleted. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:54:17 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:54:17 +0000 Subject: [Koha-bugs] [Bug 30131] Centralize "MARC preview" buttons and links In-Reply-To: <bug-30131-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-30131-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-30131-70-q2uGs7k5fv@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30131 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov --- Comment #4 from Heather <heather_hernandez at nps.gov> --- Would this make the MARC previews in bibs and auts the same? With 22.11, the authority MARC preview is just a repeat of the labeled display in one screen--it's not a clean, unlabeled MARC preview like the bib MARC preview. Or is making the aut MARC preview look like the unlabele, bib MARC preview a separate bug (which I could create)? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:54:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:54:46 +0000 Subject: [Koha-bugs] [Bug 33997] Borrowers.updated_on should not be updated by track_login In-Reply-To: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33997-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33997-70-GWCcg7lt8F@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33997 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I have to admit I had the same feeling as Marcel when I saw this bug. Moving to a separate table seems a bit of overkill. What is the use case that triggered this patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 20:56:18 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 18:56:18 +0000 Subject: [Koha-bugs] [Bug 34029] Import breaks when data exceeds size of mapped database columns In-Reply-To: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34029-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34029-70-KFLtsVXTHp@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029 --- Comment #22 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I think it was me after all, thx for catching it! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:02:39 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:02:39 +0000 Subject: [Koha-bugs] [Bug 34176] New: Don't autoload checkouts table when confirming circulation of items with additional materials Message-ID: <bug-34176-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34176 Bug ID: 34176 Summary: Don't autoload checkouts table when confirming circulation of items with additional materials Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When an additional materials dialog is displayed, it can delay a librarian to the point where the loading delay from bug 33945 doesn't help. It makes sense in this case to simply not auto-load the checkouts table, but leave the button for manual loading of the table available. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:03:43 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:03:43 +0000 Subject: [Koha-bugs] [Bug 16665] Add a staffadmin bar to the opac interface in order to edit the previewing record (MARC) In-Reply-To: <bug-16665-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-16665-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-16665-70-r8cpEVQ431@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16665 Heather <heather_hernandez at nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov --- Comment #2 from Heather <heather_hernandez at nps.gov> --- I would love this! I would love something like this because my coworkers come to me with a problem, and I have to use the OPAC to see what they're seeing--it would save me time if I could: Go to OPAC Log in A Staff Admin bar/button/thingy appears Search and see what everyone else sees, search the way they're searching Notice problem(s)! --Select Staff Admin bar/button/thingy --Fix record(s) Accept gratitude from coworkers!! Bow humbly. For other workflows, I could go to Staff Client and work magic, as usual. But some sort of Staff admin bar/button/thingy that would allow me to get into editing bibs & items from the OPAC would be awesome! --h2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:17:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:17:20 +0000 Subject: [Koha-bugs] [Bug 34177] New: Call number browser is not opening in new window Message-ID: <bug-34177-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34177 Bug ID: 34177 Summary: Call number browser is not opening in new window Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: Laura.escamilla at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The call number browser is not opening in a new pop-up window as expected. This causes an issue in workflow whenever a library uses it because submitting a search will cause the Koha navbar and header_search to disappear. /cgi-bin/koha/cataloguing/plugin_launcher.pl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:25:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:25:42 +0000 Subject: [Koha-bugs] [Bug 34178] New: Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest Message-ID: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 Bug ID: 34178 Summary: Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com There are several places in the code where we precalculate ItemsAnyAvailableAndNotRestricted to avoid looping on this routinee when calling IsAvailableForItemLevelRequest on a list of items form a biblio The value of ItemsAnyAvailableAndNotRestricted is only used when there is a circulation rule for 'onshelfholds' with a value of '2' (If all unavailable) Rather than calculate a value that may never be used, let's cache this value per request when we do calculate it - and reuse the cached value -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:36:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:36:42 +0000 Subject: [Koha-bugs] [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest In-Reply-To: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34178-70-qlzasqpCq4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 Nick Clemens <nick at bywatersolutions.com> 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. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:36:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:36:44 +0000 Subject: [Koha-bugs] [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest In-Reply-To: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34178-70-RyDg26yXLY@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 --- Comment #1 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152913&action=edit Bug 34178: Cache ItemsAnyAvailableAndNotRestricted in memory and don't precalculate There are several places in the code where we precalculate ItemsAnyAvailableAndNotRestricted to avoid looping on this routine when calling IsAvailableForItemLevelRequest on a list of items form a biblio The value of ItemsAnyAvailableAndNotRestricted is only used when there is a circulation rule for 'onshelfholds' with a value of '2' (If all unavailable) Rather than calculate a value that may never be used, let's cache this value per request when we do calculate it - and reuse the cached value To test: 1 - Apply patch 2 - Set circulation rule 'On shelf holds allowed' as 'If all unavailable' make sure the rule applies to all of the items/patrons you test with 3 - Find a record with two items that are available 4 - Try to place a hold for a patron - not allowed 5 - Check out one item to another patron 6 - Attempt hold - still not allowed 7 - Check out second item to another patron 8 - Attempt hold - allowed! 9 - Apply patch 10 - Cancel and replace hold - it is allowed! 11 - Check in one item, and cancel hold 12 - Place hold - not allowed! 13 - Check in second item 14 - Place hold - not allowed! 15 - prove -v t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:36:46 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:36:46 +0000 Subject: [Koha-bugs] [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest In-Reply-To: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34178-70-BzZKM2hcdK@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 --- Comment #2 from Nick Clemens <nick at bywatersolutions.com> --- Created attachment 152914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152914&action=edit Bug 34178: Adjust tests We need to clear the cache when changing rules/statuses To test: 1 - prove -v t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:36:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:36:52 +0000 Subject: [Koha-bugs] [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest In-Reply-To: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34178-70-s8la8Ggfig@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:37:19 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:37:19 +0000 Subject: [Koha-bugs] [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest In-Reply-To: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34178-70-dyh5wO0TuS@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |kyle at bywatersolutions.com, | |samalau at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:40:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:40:45 +0000 Subject: [Koha-bugs] [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest In-Reply-To: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34178-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34178-70-RCI0obb9QQ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33746 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33746 [Bug 33746] [omnibus] speed improvement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:40:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:40:45 +0000 Subject: [Koha-bugs] [Bug 33746] [omnibus] speed improvement In-Reply-To: <bug-33746-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33746-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33746-70-Ady8JDqgeE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33746 Nick Clemens <nick at bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34178 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178 [Bug 34178] Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:50:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:50:52 +0000 Subject: [Koha-bugs] [Bug 31241] PDF export of ANY label is NOT functioning. In-Reply-To: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31241-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31241-70-gRymcVrcia@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241 --- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Thank you for the feedback Heather! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:52:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:52:33 +0000 Subject: [Koha-bugs] [Bug 29825] Preview of authority record on edit mode as MARC formatted view In-Reply-To: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29825-70-iqaKCaOuWG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |Small patch Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:52:35 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:52:35 +0000 Subject: [Koha-bugs] [Bug 29825] Preview of authority record on edit mode as MARC formatted view In-Reply-To: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29825-70-6EYHVf7YCV@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #140185|0 |1 is obsolete| | Attachment #140186|0 |1 is obsolete| | --- Comment #16 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152915&action=edit Bug 29825: Preview of authority record on edit mode as MARC formatted view This bug adds a new functionality on Edit mode of a new or existing authority. Add a new button 'MARC Preview' in order librarian have the ability to preview the record on MARC plain structure mode and have all fields and subfields that entered before save/update the record. To test: 1. Open or add an authority 2. The preview button isn't on toolbar 3. Apply the patch 4. Do step 1 5. The preview button exists 6. Do some changes or not to the authority record 7. Click to Preview MARC button and a modal window will appear with all fields indicators and subfields that filled in the form of cataloguing. Mentored by: Andreas Roussos -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:52:38 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:52:38 +0000 Subject: [Koha-bugs] [Bug 29825] Preview of authority record on edit mode as MARC formatted view In-Reply-To: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29825-70-1JCDDCifo6@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 --- Comment #17 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152916&action=edit Bug 29825: Preview of authority record on edit mode as MARC formatted view A new file for modal view of result added. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:52:40 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:52:40 +0000 Subject: [Koha-bugs] [Bug 29825] Preview of authority record on edit mode as MARC formatted view In-Reply-To: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29825-70-2gy538o3Z2@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 --- Comment #18 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152917&action=edit Bug 29825: (follow-up) Some style fixes and modal correction This patch makes a few coding style changes to the new JavaScript and updates the Bootstrap modal markup to be in line with current standards. The previous patches lacked a trigger for the preview modal, so I added that. Since the content of the modal uses spaces for formatting I added monospace formatting to the modal body. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:53:22 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:53:22 +0000 Subject: [Koha-bugs] [Bug 34179] New: Make authority MARC preview look like bibliographic MARC preview Message-ID: <bug-34179-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34179 Bug ID: 34179 Summary: Make authority MARC preview look like bibliographic MARC preview Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs at lists.koha-community.org Reporter: heather_hernandez at nps.gov QA Contact: testopia at bugs.koha-community.org Starting with 22.11, the MARC preview of auts is very different from the MARC preview of bibs. When displaying aut search results, the user can select for a particular aut record: Actions MARC preview And what appears seems to be a compilation of the tabbed display with all the MARC labels, e.g., "455 ## - SEE FROM TRACING--GENRE/FORM TERM" included. So it's not really a MARC preview--it's a repeat of the tabbed display assembled into one window. Since the MARC tag labels are already there for authorities in the tabbed display (like the MARC tag labels are present in the OPAC "MARC view"), they are already present for anyone wanting a MARC display with textual field labels. An unlabeled display for auts doesn't really exist, and it would be great if the "MARC preview" for auts was the unlabeled MARC display available for staff, just like the MARC preview for bibs is a unlabeled MARC display. I really want a way to see an unlabeled MARC aut record in one screen—to be able to look at it, read it, etc., quickly. There is currently no way to do that, and I think having the MARC preview repeat all the tag/field labels that are already present in the regular display is redundant. I would love​ for the aut MARC preview to be exactly the same as the bib MARC preview, so there is a way for catalogers to quickly see an unlabeled MARC record that they can examine, scan, read, etc. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:53:57 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:53:57 +0000 Subject: [Koha-bugs] [Bug 29825] Preview of authority record on edit mode as MARC formatted view In-Reply-To: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29825-70-cJqcn69zDJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 --- Comment #19 from Owen Leonard <oleonard at myacpl.org> --- I was curious about this so I thought I'd rebase it and make a few minor corrections just to get it back in play. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:56:45 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:56:45 +0000 Subject: [Koha-bugs] [Bug 34068] Dropdown selector when changing pickup library should not depend on RESTdefaultPageSize In-Reply-To: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34068-70-7DlX61dfud@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Summary|Dropdown selector when |Dropdown selector when |changing pickup library is |changing pickup library |buggy |should not depend on | |RESTdefaultPageSize Resolution|WORKSFORME |--- --- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- It does solve it, but I think the dependency is not good - we should keep this open and look into changing the behaviour. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:56:50 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:56:50 +0000 Subject: [Koha-bugs] [Bug 34068] Dropdown selector when changing pickup library should not depend on RESTdefaultPageSize In-Reply-To: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34068-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34068-70-Cnqgw2ldmz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068 Katrin Fischer <katrin.fischer at bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 21:59:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 19:59:06 +0000 Subject: [Koha-bugs] [Bug 34180] New: Template variable in JavaScript prevents authority MARC preview from displaying Message-ID: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 Bug ID: 34180 Summary: Template variable in JavaScript prevents authority MARC preview from displaying Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org authorities-detail-modal.js has template variables in it: <img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> We need to define variables in a Template Toolkit-processed file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:10:56 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:10:56 +0000 Subject: [Koha-bugs] [Bug 34180] Template variable in JavaScript prevents authority MARC preview from displaying In-Reply-To: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34180-70-pSbVfDQHPI@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:10:58 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:10:58 +0000 Subject: [Koha-bugs] [Bug 34180] Template variable in JavaScript prevents authority MARC preview from displaying In-Reply-To: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34180-70-ScL06OKFyE@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- Created attachment 152918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152918&action=edit Bug 34180: Template variable in JavaScript prevents authority MARC preview from displaying Since template variables cannot be processed by JS, we must use a template to declare a JS variable which the JS file can used. This patch corrects this problem in the JS file which handles display of the authority MARC preview from the authority search results page. To test, apply the patch and go to Authorities. - Perform a search which will return multiple authority results. - Click "Actions -> MARC preview." The preview should display correctly. - Click "Actions -> MARC preview" on another search result. This preview should also look correct. - There should be no JavaScript errors in the browser console. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:14:29 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:14:29 +0000 Subject: [Koha-bugs] [Bug 34180] Template variable in JavaScript triggers error when showing authority MARC preview In-Reply-To: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34180-70-tyuhVL6Cdh@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Template variable in |Template variable in |JavaScript prevents |JavaScript triggers error |authority MARC preview from |when showing authority MARC |displaying |preview -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:30:32 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:30:32 +0000 Subject: [Koha-bugs] [Bug 34179] Make authority MARC preview look like bibliographic MARC preview In-Reply-To: <bug-34179-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34179-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34179-70-fGek3h2BfU@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34179 Owen Leonard <oleonard at myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #1 from Owen Leonard <oleonard at myacpl.org> --- The "plain" MARC preview which you can trigger from, for example, the bibliographic detail page, depends on XML data which is being formatted by an XSLT file, plainMARC.xsl. That file *might* be generic enough to pass an authority record to, but the supporting script, catalogue/showmarc.pl, needs to have authority record handling added. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:34:31 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:34:31 +0000 Subject: [Koha-bugs] [Bug 34180] Template variable in JavaScript triggers error when showing authority MARC preview In-Reply-To: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34180-70-BYc2zC3Zl5@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:34:33 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:34:33 +0000 Subject: [Koha-bugs] [Bug 34180] Template variable in JavaScript triggers error when showing authority MARC preview In-Reply-To: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34180-70-qThuPHuoRG@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152918|0 |1 is obsolete| | --- Comment #2 from Phil Ringnalda <phil at chetcolibrary.org> --- Created attachment 152919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152919&action=edit Bug 34180: Template variable in JavaScript prevents authority MARC preview from displaying Since template variables cannot be processed by JS, we must use a template to declare a JS variable which the JS file can used. This patch corrects this problem in the JS file which handles display of the authority MARC preview from the authority search results page. To test, apply the patch and go to Authorities. - Perform a search which will return multiple authority results. - Click "Actions -> MARC preview." The preview should display correctly. - Click "Actions -> MARC preview" on another search result. This preview should also look correct. - There should be no JavaScript errors in the browser console. Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:35:05 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:35:05 +0000 Subject: [Koha-bugs] [Bug 34180] Template variable in JavaScript triggers error when showing authority MARC preview In-Reply-To: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34180-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34180-70-UAMt5i2hvl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180 Phil Ringnalda <phil at chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:39:06 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:39:06 +0000 Subject: [Koha-bugs] [Bug 29825] Preview of authority record on edit mode as MARC formatted view In-Reply-To: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-29825-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-29825-70-s3T0m0fKtz@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 Michal Denar <black23 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:41:21 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:41:21 +0000 Subject: [Koha-bugs] [Bug 34128] Series entry in the 490 field causes the ordering of items to change in the holdings table In-Reply-To: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34128-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34128-70-fedFKisAQl@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 --- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- I believe that mapping seriestitle probably made sense in UNIMARC as the serial flag seems to stem from there. It would be interesting to see what is mapped in UNIMARC and if that makes more sense. Can we agree that a volume in a series is not a serial? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:43:44 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:43:44 +0000 Subject: [Koha-bugs] [Bug 31415] Script to automate converting holds to recalls In-Reply-To: <bug-31415-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31415-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31415-70-JHR7sQTApm@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31415 Michal Denar <black23 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:44:09 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:44:09 +0000 Subject: [Koha-bugs] [Bug 34142] Add column sub_location to items table In-Reply-To: <bug-34142-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34142-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34142-70-wjaDBzHi7r@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34142 --- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> --- Can you explain how sub_location, location and permanent_location would relate to each other? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:46:42 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:46:42 +0000 Subject: [Koha-bugs] [Bug 20447] Add support for MARC holdings records In-Reply-To: <bug-20447-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-20447-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-20447-70-x0nnbMEby4@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 --- Comment #688 from Michal Denar <black23 at gmail.com> --- Any news? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:49:30 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:49:30 +0000 Subject: [Koha-bugs] [Bug 28844] Suggestion from existing title can alert patron in error In-Reply-To: <bug-28844-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-28844-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-28844-70-EPjdubG8Cu@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28844 Michal Denar <black23 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:55:00 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:55:00 +0000 Subject: [Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated In-Reply-To: <bug-31694-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-31694-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-31694-70-sj6JNm2r5y@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694 Michal Denar <black23 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:56:20 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:56:20 +0000 Subject: [Koha-bugs] [Bug 33863] On receive "change currency" is always checked In-Reply-To: <bug-33863-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-33863-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-33863-70-uUuRmRg1xN@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33863 Michal Denar <black23 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 22:57:24 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 20:57:24 +0000 Subject: [Koha-bugs] [Bug 34107] Sorting agreements by Name actually sorts by ID In-Reply-To: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> References: <bug-34107-70@https.bugs.koha-community.org/bugzilla3/> Message-ID: <bug-34107-70-wZ2ZI79hoJ@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 Michal Denar <black23 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com --- Comment #2 from Michal Denar <black23 at gmail.com> --- Any test plan? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jun 30 23:13:52 2023 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 30 Jun 2023 21:13:52 +0000 Subject: [Koha-bugs] [Bug 34181] New: Batch Patron Modification Tool missing checkboxes to clear field values Message-ID: <bug-34181-70@https.bugs.koha-community.org/bugzilla3/> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34181 Bug ID: 34181 Summary: Batch Patron Modification Tool missing checkboxes to clear field values Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: catrina at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Created attachment 152920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152920&action=edit 22.05 Batch Patron Modification Tool with Checkboxes When using the batch patron modification tool in 22.05, you could select one of the boxes to the right of the field to clear the value. The instructions for this feature are in 22.11, but the checkboxes and functionality is missing. See attached screenshots for examples. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.