[Koha-bugs] [Bug 31869] New: Unable to save thesaurus value to frameworks subfields

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869 Bug ID: 31869 Summary: Unable to save thesaurus value to frameworks subfields Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 31842] admin/branches: DT search generates js error on col.data.split

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842 --- Comment #11 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #10) > Ok but if you keep data:function and set searchable to false, it also works. > "It works" is not enough ;) I will revert most changes now. But

[Koha-bugs] [Bug 15261] Verify if checkout or hold request periods overlap with existing holds

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15261 Nick Clemens changed: What|Removed |Added CC||n...@bywatersolutions.com

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 Martin Renvoize changed: What|Removed |Added Attachment #142142|0 |1 is obsolete|

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 Martin Renvoize changed: What|Removed |Added Assignee|tomasco...@gmail.com

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #20 from Martin Renvoize --- Also.. should I work through and try to replace ALL calls to ->metadata->record with ->metadata_record.. and check for superfluous RecordProcessor instantiations now we can do it inline? --

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #19 from Martin Renvoize --- OK.. So I've worked through a grep of `metadata->record(` to catch all cases where we were applying filters to the record (well.. all cases that did it directly on fetch and not as a second

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 Martin Renvoize changed: What|Removed |Added Attachment #138064|0 |1 is obsolete|

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 Martin Renvoize changed: What|Removed |Added Attachment #138063|0 |1 is obsolete|

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #18 from Martin Renvoize --- Created attachment 142142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142142=edit Bug 31224: Update instances of metadata->record We can now call metadata_record

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #17 from Martin Renvoize --- Created attachment 142141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142141=edit Bug 31224: Support 'interface' on metadata_record We replace the 'opac' boolean with

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #16 from Martin Renvoize --- Created attachment 142140 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142140=edit Bug 31224: Convert C4::Record::marcrecord2csv Update marcrecord2csv to user

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #15 from Martin Renvoize --- Created attachment 142139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142139=edit Bug 31224: (QA follow-up) Fix syntax error -- You are receiving this mail because:

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #14 from Martin Renvoize --- Created attachment 142138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142138=edit Bug 31224: Use metadata_record in opac-MARCdetail.pl -- You are receiving this mail

[Koha-bugs] [Bug 31224] Koha::Biblio::Metadata->record should use the EmbedItems filter

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #13 from Martin Renvoize --- Created attachment 142137 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142137=edit Bug 31224: Add Koha::Biblio->metadata_record This patch introduces a higher-level

[Koha-bugs] [Bug 29480] Add email address as a method for generating the userid when self registering in OPAC

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29480 --- Comment #11 from Magnus Enger --- Created attachment 142136 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142136=edit Bug 29480: (follow up) Update POD for generate_userid() Add an explanation of how

[Koha-bugs] [Bug 31864] Fix breadcrumbs for each link coming from the new cataloging module home page

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864 David Nind changed: What|Removed |Added CC||da...@davidnind.com ---

[Koha-bugs] [Bug 29480] Add email address as a method for generating the userid when self registering in OPAC

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29480 --- Comment #10 from Magnus Enger --- Created attachment 142135 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142135=edit Bug 29480: (follow up) Add tests to subtest generate_userid -- You are receiving this

[Koha-bugs] [Bug 29480] Add email address as a method for generating the userid when self registering in OPAC

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29480 --- Comment #9 from Magnus Enger --- Created attachment 142134 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142134=edit Bug 29480: (follow up) Use "patron", not "borrower" Also changes "user name" to "userid".

[Koha-bugs] [Bug 29480] Add email address as a method for generating the userid when self registering in OPAC

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29480 Magnus Enger changed: What|Removed |Added Attachment #127679|0 |1 is obsolete|

[Koha-bugs] [Bug 29480] Add email address as a method for generating the userid when self registering in OPAC

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29480 Magnus Enger changed: What|Removed |Added Status|Failed QA |Needs Signoff Patch

[Koha-bugs] [Bug 27768] Flatpickr allows entering invalid dates (from cataloguing plugin dateaccessioned.pl)

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27768 Jonathan Druart changed: What|Removed |Added Summary|Flatpickr allows entering |Flatpickr allows entering

[Koha-bugs] [Bug 30976] Cover images for biblio should be displayed first

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976 Jonathan Druart changed: What|Removed |Added CC||ricvargas...@gmail.com

[Koha-bugs] [Bug 31839] Error when viewing bibliographic details of record with local cover

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31839 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 30976] Cover images for biblio should be displayed first

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976 --- Comment #13 from Jonathan Druart --- (In reply to Arthur Suzuki from comment #11) > Thx thomas, > applied to 21.11.x for 21.11.13 But "Version(s) release in" have "22.11.00, 22.05.04, 21.11.11" Are you editing it manually?

[Koha-bugs] [Bug 31842] admin/branches: DT search generates js error on col.data.split

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842 Jonathan Druart changed: What|Removed |Added Status|Passed QA |In Discussion -- You

[Koha-bugs] [Bug 31842] admin/branches: DT search generates js error on col.data.split

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842 --- Comment #10 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #7) > (In reply to Jonathan Druart from comment #4) > > (In reply to Jonathan Druart from comment #3) > > > It's not a problem to have a function

[Koha-bugs] [Bug 17015] New Koha Calendar

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015 --- Comment #320 from Jonathan Druart --- You should make sure the concept of this patch is approved by other developers before spending more time on rewriting/splitting this patchset. See also comment #121, and #154. > * did you

[Koha-bugs] [Bug 31865] Hide display of 'dev/testing' packages on production installs

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #8 from Jonathan Druart --- Maybe better to still display them but separately? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 31868] New: Add search options for searchable patron attributes to pull down list

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31868 Bug ID: 31868 Summary: Add search options for searchable patron attributes to pull down list Change sponsored?: --- Product: Koha Version: master Hardware:

[Koha-bugs] [Bug 28473] Add REST endpoint for searching extended patron attributes

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28473 --- Comment #5 from Katrin Fischer --- I see there is an x-koha-embed for patron_attributes, probably since the switch of the patron search. Maybe this helps? -- You are receiving this mail because: You are the assignee for the

[Koha-bugs] [Bug 31867] New: Add note to DefaultPatronSearchFields that searchable patron attributes are always included

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31867 Bug ID: 31867 Summary: Add note to DefaultPatronSearchFields that searchable patron attributes are always included Change sponsored?: --- Product: Koha Version:

[Koha-bugs] [Bug 16656] Add option to send patron search results to batch patron modification without using patron lists

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16656 Katrin Fischer changed: What|Removed |Added Summary|Add option to send patron |Add option to send patron

[Koha-bugs] [Bug 31858] TT syntax for ACQORDER notices

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31858 --- Comment #3 from Katrin Fischer --- (In reply to Alex Arnaud from comment #2) > (In reply to Katrin Fischer from comment #1) > > Did you see you can use [% basket %] now? (Bug 31858). That should allow us > Wrong bug number ?

[Koha-bugs] [Bug 31858] TT syntax for ACQORDER notices

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31858 --- Comment #2 from Alex Arnaud --- (In reply to Katrin Fischer from comment #1) > Did you see you can use [% basket %] now? (Bug 31858). That should allow us Wrong bug number ? -- You are receiving this mail because: You are the

[Koha-bugs] [Bug 31865] Hide display of 'dev/testing' packages on production installs

2022-10-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au ---

<    1   2   3