[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-2-g48757bd379

Git repo owner gitmaster at git.koha-community.org
Mon Nov 9 20:10:12 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, 20.05.x has been updated
       via  48757bd3790dbf6d3091ea3b3f78acbe82be2f01 (commit)
      from  f095fc1aeffaabd9d54f7df0378f226b0d2e0729 (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 48757bd3790dbf6d3091ea3b3f78acbe82be2f01
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 28 11:46:17 2020 +0000

    Bug 26551: Correct modal markup to prevent long heading from overflowing
    
    This patch modifies the markup of the MARC framework import and export
    modals so that CSS intended only for Bootstrap buttons isn't applied to
    content in the modal.
    
    The modal dialog markup was nested inside a ".btn-group" <div>, which
    carries with it CSS that prevents text wrapping. Moving the modal markup
    out of the button group while keeping it inside the <td> corrects the
    problem. Lines have only been shifted and reindented.
    
    To test, apply the patch and go to Administration -> MARC bibliographic
    framework.
    
    - In the table of frameworks, from the "Actions" menu, test both
      the "Import" and "Export" links. Both should work as expected.
    - Confirm that the text of the heading on the "Import" modal wraps
      correctly.
    - Test the same operations for a framework other than the default one.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c21de86ab2d1bf5c147dfd453b195a441603e118)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/admin/biblio_framework.tt      | 192 ++++++++++-----------
 1 file changed, 96 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list