[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.08-79-gd4676ff

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 17:30:03 CEST 2019


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.11.x has been updated
       via  d4676ff4532f41abec87ba2d1128e3f219d9c920 (commit)
       via  f95749a66bb5dad53fa2cf00224fc38f52c1e788 (commit)
      from  d30a8ac8171f27bd22c251281128ddf059016ab6 (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 d4676ff4532f41abec87ba2d1128e3f219d9c920
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 28 11:04:21 2019 -0400

    Bug 23229: (QA follow-up) Fix indentation
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 95b6f56026c0381ffdd49a25bba9b5c170e141dc)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit a234c18b960399d02006ee3ba815a3f273096a39)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit f95749a66bb5dad53fa2cf00224fc38f52c1e788
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Fri Jun 28 10:24:32 2019 +0100

    Bug 23229: Only load ILL table JS when needed
    
    This patch prevents the JS associated with the ILL table from loading
    unless we're actually displaying the table. This has the knock on effect
    of not causing the "get all ILL requests" API request to fire when
    loading any ILL page.
    
    Test plan:
    
    - Go to "ILL requests" page
    - TEST: Observe that the table loads all ILL requests
    - Go to the "New ILL request" page for any installed backend
    - TEST: Check the browser dev tools "Network" panel, observe that the
    /api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments,requested_partners
    request is not made.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f79da166ae7f910648266b98d89f19f4307d10ea)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 5ab8a4c13ed843b540274f4856fdf3e83202bc03)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt  |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list