[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-28-gd83a915b6d

Git repo owner gitmaster at git.koha-community.org
Tue Mar 10 23:51:07 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.05.x has been updated
       via  d83a915b6d98c469f477fa34f29bf2fa35d9ca58 (commit)
      from  5bccfa152ab90183e84b7e5b03536b05efc71abd (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 d83a915b6d98c469f477fa34f29bf2fa35d9ca58
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 10 17:58:04 2020 +0000

    Bug 24619: Phase out jquery.cookie.js: MARC Frameworks
    
    This patch removes the use of the jquery.cookie plugin on the MARC
    Frameworks page and replaces it with a call to the new js-cookie
    library.
    
    To test, apply the patch and go to Administration -> MARC
    bibliographic frameworks.
    
     - Choose the 'MARC structure' menu item for one of the frameworks
       listed.
     - On the page which lists the tags in the framework, check the box
       labeled "Display only used tags/subfields." The page should reload.
     - The checkbox should remain checked and the list of tags should now
       show only used tags.
     - Uncheck the checkbox and the page should reload again.
    
    You can also follow the changes to the cookie using the browser's
    developer console. Look for a cookie named
    'marctagstructure_selectdisplay' and confirm that the value flips from 0
    to 1 and back.
    
    https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector
    https://developers.google.com/web/tools/chrome-devtools/storage/cookies
    
    Signed-off-by: David Nind <david at davidnind.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>
    (cherry picked from commit fb45f5bb98c07ac544184b8ffa029f1f5702e993)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list