[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-79-g5819ace6b5

Git repo owner gitmaster at git.koha-community.org
Tue Jul 28 17:49:28 CEST 2020


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, 20.05.x has been updated
       via  5819ace6b5419b206b58a7ecb9afc15def521dfa (commit)
       via  15d043d6a6d553dcb3de50e1bf31154dd7ec90a0 (commit)
      from  7802e319fcf50fba97aecf9b3bcc7e3ab9f5e8fe (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 5819ace6b5419b206b58a7ecb9afc15def521dfa
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 20 09:50:58 2020 -0300

    Bug 25845: (QA follow-up) Call it REST API instead of just API
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 015ed932114ff48e944739afa9123d2501d65e14)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 15d043d6a6d553dcb3de50e1bf31154dd7ec90a0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jun 23 11:06:55 2020 -0300

    Bug 25845: Add 'api' to the log viewer interface options
    
    This patch simply adds the API option to the log viewer.
    
    To test:
    1. Have BorrowersLog set
    2. Update some patron using the API. For example
       curl --location --request PUT 'http://koha:koha@kohadev-intra.mydnsname.org:8081/api/v1/patrons/1' \
    --header 'Content-Type: application/json' \
    --data-raw '{
    "firstname": "Tomasito",
    "surname": "None",
    "address": "Address",
    "category_id": "ST",
    "city": "Córdoba",
    "library_id": "MPL"
    }'
    3. Open the log viewer
    => FAIL: There's no way to filter on interface, choosing API
    4. Apply this patch
    5. Reload the log viewer
    => SUCCESS: There are options to filter by 'API' interface
    => SUCCESS: Filtering by 'API' works
    6. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9b526483c65550c0f36eabad70055bed79a8197c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list