[Bug 20772] New: Bib metadata pertaining to an ILL request should be editable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Bug ID: 20772 Summary: Bib metadata pertaining to an ILL request should be editable Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: andrew.isherwood@ptfs-europe.com Currently, when an ILL request is created a variety of metadata is gathered pertaining to that request. 1) Request specific metadata : This is metadata that relates directly to the request, such as requested date, request status etc. 2) Record specific metadata : This is metadata that relates to the record being requested, with some backends, such as BLDSS, this metadata is supplied by the backend. With other backends, such as FreeForm, this metadata is supplied by the requester. 3) Additional record specific metadata : When a request is placed for a partial work, such as a book chapter, additional metadata is supplied detailing the partial work. This metadata may be supplied by the backend (for example, article request from the BLDSS), or by the requester (for example, a request for a chapter from a book record from the BLDSS). There is a requirement to be able to edit some of this metadata, according to these proposed rules: 1) This is already editable 2 & 3) *May* need to be editable, depending on it's origin. i.e. If the metadata has originated from a "canonical" source, such as BLDSS, it should not be editable. If, however, it has originated from the requester via, for example, the FreeForm backend, it *should* be editable. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |andrew.isherwood@ptfs-europ |ity.org |e.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #1 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75491&action=edit Bug 20772: Add 'illrequestattributes.readonly' This patch adds a 'readonly' column to illrequestattributes. On a DB upgrade it also populates all existing rows with 1, indicating 'read only' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #2 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75492&action=edit Bug 20772: Add 'illrequest.price_paid' This patch adds a 'price_paid' column to 'illrequests' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #3 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75493&action=edit Bug 20772: DO NOT PUSH - Schema update Schema update for illrequestattributes.readonly Schema update for illrequests.price_paid -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #4 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75494&action=edit Bug 20772: Borrowernumber should be read only On the Manage Request page, borrowernumber should be read only, we do not want users modifying the destination user once a request is placed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #5 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75495&action=edit Bug 20772: Fix malformed class name Supplier metadata elements have a dynamically formed class name, part of the name is formed from the metadata key, this breaks if the key has a space, so we replace spaces -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #6 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75496&action=edit Bug 20772: Return cost & price_paid in API -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #7 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75497&action=edit Bug 20772: Display and edit of price_paid -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #8 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 75563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75563&action=edit Bug 20772: Bug preventing backend JS execution We should be 'PROCESS'ing any backend JS, not 'INCLUDE'ing it -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7317 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #9 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Test plan: - Apply patches - Enable ILL - Ensure you have the FreeForm ILL backend available, a clone of the master branch here is required: https://github.com/PTFS-Europe/FreeForm - Create an request ILL using the FreeForm backend, populate as much metadata as possible, ensuring to also supply some custom fields - Save the request - On the "Manage ILL request" page for the newly created request, select the "Edit request metadata" - On the resulting edit page: => TEST: Ensure all entered metadata is displayed - Add new values, remove values, change values, including custom fields - Click "Update" - On the resulting "Manage ILL request": => TEST: Ensure all metadata fields reflect their changed values - Repeat the editing and updating process until you're happy it works -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Joe McGlynn <joe.mcglynn@educampus.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joe.mcglynn@educampus.ie -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Niamh <niamh.walker-headon@it-tallaght.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |niamh.walker-headon@it-tall | |aght.ie -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Bug 20772 depends on bug 7317, which changed state. Bug 7317 Summary: Add an Interlibrary Loan Module to Circulation and OPAC https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75491|0 |1 is obsolete| | CC| |bc@interleaf.ie --- Comment #10 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77230&action=edit Bug 20772: Add 'illrequestattributes.readonly' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75492|0 |1 is obsolete| | --- Comment #11 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77231&action=edit Bug 20772: Add 'illrequest.price_paid' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75493|0 |1 is obsolete| | --- Comment #12 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77232&action=edit Bug 20772: DO NOT PUSH - Schema update -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75494|0 |1 is obsolete| | --- Comment #13 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77233&action=edit Bug 20772: Borrowernumber should be read only -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75495|0 |1 is obsolete| | --- Comment #14 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77234&action=edit Bug 20772: Fix malformed class name -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75496|0 |1 is obsolete| | --- Comment #15 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77235&action=edit Bug 20772: Return cost & price_paid in API -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75497|0 |1 is obsolete| | --- Comment #16 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77236&action=edit Bug 20772: Display and edit of price_paid -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75563|0 |1 is obsolete| | --- Comment #17 from Barry Cannon <bc@interleaf.ie> --- Created attachment 77237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77237&action=edit Bug 20772: Bug preventing backend JS execution -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #18 from Barry Cannon <bc@interleaf.ie> --- Test plan: - Apply patches - Enable ILL - Ensure you have the FreeForm ILL backend available, a clone of the master branch here is required: https://github.com/PTFS-Europe/FreeForm - Create an request ILL using the FreeForm backend, populate as much metadata as possible, ensuring to also supply some custom fields - Save the request - On the "Manage ILL request" page for the newly created request, select the "Edit request metadata" - On the resulting edit page: => TEST: Ensure all entered metadata is displayed - Add new values, remove values, change values, including custom fields - Click "Update" - On the resulting "Manage ILL request": => TEST: Ensure all metadata fields reflect their changed values - Repeat the editing and updating process until you're happy it works Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Paul Thornton <paul.thornton@educampus.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.thornton@educampus.ie -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 C Hofstede <chloe.hofstede@educampus.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chloe.hofstede@educampus.ie -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18589 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |katrin.fischer@bsz-bw.de CC| |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77230|0 |1 is obsolete| | --- Comment #19 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80010 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80010&action=edit Bug 20772: Add 'illrequestattributes.readonly' This patch adds a 'readonly' column to illrequestattributes. On a DB upgrade it also populates all existing rows with 1, indicating 'read only' Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77231|0 |1 is obsolete| | --- Comment #20 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80011&action=edit Bug 20772: Add 'illrequest.price_paid' This patch adds a 'price_paid' column to 'illrequests' Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77232|0 |1 is obsolete| | --- Comment #21 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80012&action=edit Bug 20772: DO NOT PUSH - Schema update Schema update for illrequestattributes.readonly Schema update for illrequests.price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77233|0 |1 is obsolete| | --- Comment #22 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80013&action=edit Bug 20772: Borrowernumber should be read only On the Manage Request page, borrowernumber should be read only, we do not want users modifying the destination user once a request is placed Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77234|0 |1 is obsolete| | --- Comment #23 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80014 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80014&action=edit Bug 20772: Fix malformed class name Supplier metadata elements have a dynamically formed class name, part of the name is formed from the metadata key, this breaks if the key has a space, so we replace spaces Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77235|0 |1 is obsolete| | --- Comment #24 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80015 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80015&action=edit Bug 20772: Return cost & price_paid in API Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77236|0 |1 is obsolete| | --- Comment #25 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80016 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80016&action=edit Bug 20772: Display and edit of price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77237|0 |1 is obsolete| | --- Comment #26 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80017 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80017&action=edit Bug 20772: Bug preventing backend JS execution We should be 'PROCESS'ing any backend JS, not 'INCLUDE'ing it Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #27 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Some first QA notes: - There are 2 database updates that add new columns. Can you please use AFTER/BEFORE column to make sure the sequence matches what we have in kohastructure.sql? - This here should be simplified to be picked up by translations: [% request.price_paid || "N/A" %] -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |20797 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20797 [Bug 20797] If an Ill request has an associated bib record, the detail view should contain a link to the record -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80010|0 |1 is obsolete| | --- Comment #28 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80027&action=edit Bug 20772: Add 'illrequestattributes.readonly' This patch adds a 'readonly' column to illrequestattributes. On a DB upgrade it also populates all existing rows with 1, indicating 'read only' Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80011|0 |1 is obsolete| | --- Comment #29 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80028 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80028&action=edit Bug 20772: Add 'illrequest.price_paid' This patch adds a 'price_paid' column to 'illrequests' Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80012|0 |1 is obsolete| | --- Comment #30 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80029 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80029&action=edit Bug 20772: DO NOT PUSH - Schema update Schema update for illrequestattributes.readonly Schema update for illrequests.price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80013|0 |1 is obsolete| | --- Comment #31 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80030&action=edit Bug 20772: Borrowernumber should be read only On the Manage Request page, borrowernumber should be read only, we do not want users modifying the destination user once a request is placed Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80014|0 |1 is obsolete| | --- Comment #32 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80031&action=edit Bug 20772: Fix malformed class name Supplier metadata elements have a dynamically formed class name, part of the name is formed from the metadata key, this breaks if the key has a space, so we replace spaces Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80015|0 |1 is obsolete| | --- Comment #33 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80032&action=edit Bug 20772: Return cost & price_paid in API Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80016|0 |1 is obsolete| | --- Comment #34 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80033&action=edit Bug 20772: Display and edit of price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80017|0 |1 is obsolete| | --- Comment #35 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80034&action=edit Bug 20772: Bug preventing backend JS execution We should be 'PROCESS'ing any backend JS, not 'INCLUDE'ing it Signed-off-by: Barry Cannon <bc@interleaf.ie> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #36 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80035&action=edit Bug 20772: (follow-up) Fix DB updates and templates Carry out changes requested in commenbt #27 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80027|0 |1 is obsolete| | --- Comment #37 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80036&action=edit Bug 20772: Add 'illrequestattributes.readonly' This patch adds a 'readonly' column to illrequestattributes. On a DB upgrade it also populates all existing rows with 1, indicating 'read only' Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80028|0 |1 is obsolete| | --- Comment #38 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80037&action=edit Bug 20772: Add 'illrequest.price_paid' This patch adds a 'price_paid' column to 'illrequests' Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80029|0 |1 is obsolete| | --- Comment #39 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80039&action=edit Bug 20772: DO NOT PUSH - Schema update Schema update for illrequestattributes.readonly Schema update for illrequests.price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80030|0 |1 is obsolete| | --- Comment #40 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80041&action=edit Bug 20772: Borrowernumber should be read only On the Manage Request page, borrowernumber should be read only, we do not want users modifying the destination user once a request is placed Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80031|0 |1 is obsolete| | --- Comment #41 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80042 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80042&action=edit Bug 20772: Fix malformed class name Supplier metadata elements have a dynamically formed class name, part of the name is formed from the metadata key, this breaks if the key has a space, so we replace spaces Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80032|0 |1 is obsolete| | --- Comment #42 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80043&action=edit Bug 20772: Return cost & price_paid in API Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80033|0 |1 is obsolete| | --- Comment #43 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80044&action=edit Bug 20772: Display and edit of price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80034|0 |1 is obsolete| | --- Comment #44 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80045&action=edit Bug 20772: Bug preventing backend JS execution We should be 'PROCESS'ing any backend JS, not 'INCLUDE'ing it Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80035|0 |1 is obsolete| | --- Comment #45 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80046&action=edit Bug 20772: (follow-up) Fix DB updates and templates Carry out changes requested in commenbt #27 Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #46 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- There is a known problem with the Type being empty when editing, this will be fixed in another bug report. This is the starting patch for now. We will add dependencies for others as we go. Note to Andrew: Please fix bug title and maybe text to go in the release notes to also mention the new price_paid field. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|18589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589 [Bug 18589] Show ILLs as part of patron profile -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #47 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 80051 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80051&action=edit Bug 20772: (QA follow-up) Add a missing html filter -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Added the new price_paid release notes| |field to ILL requests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bib metadata pertaining to |Make request metadata |an ILL request should be |editable and add price_paid |editable |field -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #48 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 80232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80232&action=edit Bug 20772: (follow-up) Add unit test Add unit test for price_paid -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #49 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I'm confused by the readonly attribute. How are we going to use it? (there's no reference on this patchset) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80036|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80037|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80039|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80232|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80041|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80042|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80043|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80044|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80045|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80046|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80051|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #50 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80566&action=edit Bug 20772: Add 'illrequestattributes.readonly' This patch adds a 'readonly' column to illrequestattributes. On a DB upgrade it also populates all existing rows with 1, indicating 'read only' Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #51 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80567&action=edit Bug 20772: Add 'illrequest.price_paid' This patch adds a 'price_paid' column to 'illrequests' Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #52 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80568&action=edit Bug 20772: Borrowernumber should be read only On the Manage Request page, borrowernumber should be read only, we do not want users modifying the destination user once a request is placed Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #53 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80569&action=edit Bug 20772: Fix malformed class name Supplier metadata elements have a dynamically formed class name, part of the name is formed from the metadata key, this breaks if the key has a space, so we replace spaces Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #54 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80570&action=edit Bug 20772: Return cost & price_paid in API Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #55 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80571&action=edit Bug 20772: Display and edit of price_paid Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #56 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80572&action=edit Bug 20772: Bug preventing backend JS execution We should be 'PROCESS'ing any backend JS, not 'INCLUDE'ing it Signed-off-by: Barry Cannon <bc@interleaf.ie> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #57 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80573&action=edit Bug 20772: (follow-up) Fix DB updates and templates Carry out changes requested in commenbt #27 Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #58 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80574&action=edit Bug 20772: (QA follow-up) Add a missing html filter Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #59 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80575&action=edit Bug 20772: (follow-up) Add unit test Add unit test for price_paid Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #60 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80576&action=edit Bug 20772: DBRev 18.06.00.041 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #61 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 80577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80577&action=edit Bug 20772: (QA follow-up) 'readonly' is a boolean Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #62 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed for 18.11. Thanks all! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 --- Comment #63 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #49)
I'm confused by the readonly attribute. How are we going to use it? (there's no reference on this patchset)
The backends can use it to determine which fields can be edited and which cannot (is what I understood) :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #64 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Enhancement, will not be backported to 18.05.x series. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org