[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-94-g541dfa7dde

Git repo owner gitmaster at git.koha-community.org
Sat Feb 8 01:38:45 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  541dfa7ddeec9fc72dd764165087dcfb601ddf07 (commit)
       via  6cc2c566ece46e36bd56a728d2208e1c0e865220 (commit)
      from  ddfc3fca690ccc4a041089d5813558e79c93f359 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 541dfa7ddeec9fc72dd764165087dcfb601ddf07
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 20 20:04:10 2019 +0000

    Bug 21296: suspend hold ignores system preference on intranet
    
    This patch modifies the DataTable configuration for the table of holds
    which displays under the "Holds" tab on the patron's checkout and
    details pages. A variable is now defined in the JavaScript with the
    value of the "SuspendHoldsIntranet" system preference. This variable is
    passed to the DataTable configuration to determine whether the column is
    visible or not.
    
    One of the changes made in this patch moves a <script> block so that it
    appears before some of the JS includes on the page. This helps keep the
    string-defining JS together in one block.
    
    To test, apply the patch and set the "SuspendHoldsIntranet" system
    preference to "Allow."
    
     - Open the checkout page for a patron with one or more holds.
     - Under the "Holds" tab, the table of holds should have a "Suspend"
       column with controls for suspending or resuming holds.
     - Check that the same is true on the patron detail page.
     - Set the "SuspendHoldsIntranet" system preference to "Don't allow."
     - Test the checkout and detail pages again and confirm that the
       "Suspend" column does not appear.
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 6cc2c566ece46e36bd56a728d2208e1c0e865220
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 21 16:26:53 2019 +0000

    Bug 16683: Help links to fields 59X in cataloguing form are broken
    
    This patch adds more specificity to handling of MARC21 documentation
    links in the basic MARC editor.
    
    To test, apply the patch and make sure the "advancedMARCeditor" system
    preference is set to "Display."
    
    You may need to edit a bibliographic framework so that 09x, 59x, and 69x
    tags will display in the editor.
    
    Edit or create a bibliographic record using that framework. Next to each
    tag label in the editor should be a "?" link. Clicking this link should
    open a new window with the correct Library of Congress documentation
    page.
    
    Check the links for 09x, 59x, and 69x tags as well as others to confirm
    they open the correct pages.
    
    Signed-off-by: Cori Lynn Arnold <carnold at dgiinc.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/modules/cataloguing/addbiblio.tt              |  6 ++++++
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt     | 14 ++++++++------
 .../intranet-tmpl/prog/en/modules/members/moremember.tt   | 15 +++++++++------
 koha-tmpl/intranet-tmpl/prog/js/holds.js                  |  1 +
 4 files changed, 24 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list