[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-50-g7f708a3

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 14:01:18 CET 2015


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, 3.22.x has been updated
       via  7f708a361b95c449a972b8571acde4c52d3f336b (commit)
      from  53cebcb07d8e5c58aa4f9e9da25e9be11444ee51 (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 7f708a361b95c449a972b8571acde4c52d3f336b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Dec 15 10:15:25 2015 -0500

    Bug 15382: 245$a visibility constraints not respected in opac-MARCdetail.pl
    
    This tiny change determines if the bibliotitle should be set or not
    in accordance with the 'Advanced constraints' visiblity setting for
    OPAC.
    
    TEST PLAN
    ---------
    1) Find a record detail in OPAC
    2) Click 'MARC view'
       -- 245$a should be visible.
    3) In a new tab, log into the staff client
    4) Click 'Koha administration'
    5) Click 'MARC bibliographic framework'
    6) Click 'MARC structure' for the framework of
       the record displayed in OPAC.
    7) Search for tag: 245, and click 'Search'
    8) Click 'Subfields'
    9) Click 'Edit' beside the a subfield.
    10) Click 'Advanced constraints'
    11) Uncheck 'OPAC'
    12) Click 'Save changes'
    13) In the OPAC tab, refresh
        -- 245$a (Title) will still be visible!
    14) Apply this patch
    15) In the OPAC tab, refresh
        -- 245$a (Title) will be hidden.
    16) In the staff client, navigate back to
        'Advanced constraints' and check 'OPAC'
    17) Click 'Save changes'
    18) In the OPAC tab, refresh
        -- 245$a (Title) will be visible again.
    19) Run koha qa tools
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit d827bb50d93a83c0ab7ce326675284bee411959a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 opac/opac-MARCdetail.pl |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list