[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.01-16-g64fc480

Git repo owner gitmaster at git.koha-community.org
Wed Jun 27 11:57:08 CEST 2018


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, 18.05.x has been updated
       via  64fc4809e9ee40d42413f9a2e33e1e93f53ec3d0 (commit)
       via  cd16582acd7ff76af7d2f6f12b5466d110695b99 (commit)
       via  9228175b253cd8f17e21ed29f895870b27a60468 (commit)
      from  7861cc07ba8afdf09079c7b51fdb99ad99132688 (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 64fc4809e9ee40d42413f9a2e33e1e93f53ec3d0
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 21 01:07:58 2018 +0000

    Bug 20456: (follow-up) Fix number of subscriptions and position display
    
    TT variables needed to be adjusted because of changes from bug 20400.
    Also: while we want logged_in_user in OPAC, we don't want that in staff.
    
    1) Check the right number of subscriptions is displayed on top of the table
    2) check the right position number is display for the routing list
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cd16582acd7ff76af7d2f6f12b5466d110695b99
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 16 10:13:19 2018 +0100

    Bug 20456: Remove the C4::Serials::GetSubscriptionsFromBorrower
    
    Bug 20400 added a routing list tab to the patron account in the
    OPAC using Koha::Object. After changing the staff view too,
    we can now safely remove GetSubscriptionsFromBorrower as it
    is no longer used.
    
    To test:
    - Make sure that GetSubscriptionsFromBorrower is no longer used.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9228175b253cd8f17e21ed29f895870b27a60468
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 16 09:57:06 2018 +0100

    Bug 20456: Switch routling list tab in staff to use Koha::Object
    
    Bug 20400 added a routing list tab to the patron account in the
    OPAC using Koha::Object.
    
    This patch switches the routing list tab in the patron account
    in intranet over to the new code. It also adds an additional
    column showing the position of the patron on the routing list
    and fixes the search.
    
    To test:
    - Create some subscriptions with routing lists
    - Take a look at the patron accounts of several patrons having
      - no entries on routing lists
      - 1 entry on a routing list
      - entries on several routing lists
    - Make sure the display works correctly.
    - Search for a subscription and make sure search works.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Serials.pm                                      |   36 ---------
 .../prog/en/modules/members/routing-lists.tt       |   79 ++++++++++----------
 members/routing-lists.pl                           |   19 -----
 3 files changed, 41 insertions(+), 93 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list