[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-80-gc08642687d

Git repo owner gitmaster at git.koha-community.org
Tue Sep 15 00:11:35 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  c08642687d35305cda2948272335530c8fc76b3c (commit)
      from  67aa733726b13f0437bb11b6cb5d18220caba757 (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 c08642687d35305cda2948272335530c8fc76b3c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Aug 18 13:33:33 2020 +0000

    Bug 26236: Fix translating interface from DB term to readable term
    
    When viewing the logs we try to swith the db values like 'cron' to friendly terms like
    'Cron job'
    
    The values we use for building the selectors on the page ar eupper case, but DB values are lower case
    
    If we simply force upper case in the comparison we can ensure we always match correctly
    
    To test:
    1 - Enable some 'Logs' setting in System preferences
    2 - Perform some action in koha that will log
        Run a cronjob
        Change a syspref
        etc.
    3 - Browse to Tools-> Log viewer
    4 - Click 'Submit' to see all logs
    5 - Note the 'Interface' column contains lower case DB values
    6 - Apply patch
    7 - Reload the page
    8 - Values in interface are now Camel cased and more friendly
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1733944b34499c145c2ae4c68c70efc87a5bec27)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list