[koha-commits] main Koha release repository branch master updated. v3.14.00-56-g0c63193

Git repo owner gitmaster at git.koha-community.org
Wed Nov 27 19:07:57 CET 2013


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  0c631934de5adf5c8d9d35aaaf94a19134f4a166 (commit)
      from  3c50683e0d6412b29144962e7f5d539fec28da04 (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 0c631934de5adf5c8d9d35aaaf94a19134f4a166
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Nov 7 10:22:49 2013 +0100

    Bug 11214: improve create/edit routing list links in serial collection page
    
    When a subscription has no routing list yet, the page
    serials/subscription-detail.pl shows in left menu : "Create routing list".
    In serials/serials-collection.pl page, the link in table is always
    "Edit routing list", even when there is no routing list.
    
    This patch adds a conditionnal link "Edit routing list"/"Create routing
    list" into serials/serials-collection.pl page.
    
    Test plan :
    - Create a subscription no. 1 without routing list and a subscription
      no. 2 with a routing list
    - Go to serials/serials-collection.pl of subscription no. 1
    => You see "Create routing list" link
    - Click on link
    => You see "Create routing list for"
    - Go to serials/serials-collection.pl of subscription no. 2
    => You see "Edit routing list" link
    - Click on link
    => You see "Edit routing list for ..."
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Functional and automated tests pass. Passes koha-qa.pl.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    With the patch applied the serial collection page shows the
    right link depending on the existance of a routing list.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt  |    6 +++++-
 serials/serials-collection.pl                                    |    1 +
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list