[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.00-29-g04be64e

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 15:22:48 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, 3.14.x has been updated
       via  04be64ec3ea01aede7ae23fad92df0677252db4b (commit)
      from  704462e888e96af63058929262c3c8644124be31 (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 04be64ec3ea01aede7ae23fad92df0677252db4b
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>
    (cherry picked from commit 0c631934de5adf5c8d9d35aaaf94a19134f4a166)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.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