[koha-commits] main Koha release repository branch master updated. v3.22.00-579-g20989b7

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 02:38:16 CET 2016


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, master has been updated
       via  20989b76b9507bc128c980e4eeebc5891f72e2ff (commit)
      from  9a7c6f695c4dd0fe5a1a92534ad0af79adbf1122 (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 20989b76b9507bc128c980e4eeebc5891f72e2ff
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 17 09:33:28 2016 -0500

    Bug 15843: Move MARC subfields structure JavaScript into separate file
    
    The JavaScript embedded in the MARC subfields structure template is not
    dependent on template processing and can safely be moved to a separate
    file. This patch does so. Removed in the process is some lines which
    were commented out.
    
    To test, apply the patch and go to Administration -> MARC framworks.
    
     - Click 'MARC structure' for a framework you can edit.
     - Click 'subfields' for a tag you can edit.
     - Click 'Edit' for a subfield you can edit.
     - Confirm that tabs and accordian sections work correctly.
     - Make changes under Advanced constraints -> Visibility and confirm
       that they are saved correctly.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/js/marc_subfields_structure.js         |  143 +++++++++++++++++
 .../en/modules/admin/marc_subfields_structure.tt   |  160 +-------------------
 2 files changed, 144 insertions(+), 159 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/marc_subfields_structure.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list