[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-78-g5675b95

Git repo owner gitmaster at git.koha-community.org
Tue Feb 12 23:39:45 CET 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.05.x has been updated
       via  5675b95d66c0d179c63bb75e90cd510d4367dc39 (commit)
      from  7ce9ac1f7deb6ab016256be3f068ffd342b84eef (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 5675b95d66c0d179c63bb75e90cd510d4367dc39
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 6 12:49:58 2019 +0000

    Bug 22278: Clear cache when creating new report groups or subgroups
    
    When a user adds a new group we create it, then fetch the groups from the cache. However, we aren't clearing the cache on creation. This patch fixes that
    
    To test:
     0) Start a new report
     1) Pick create for the group
     2) Enter code and value
     3) Save
     4) You remain on the page and value and code are now empty (ok)
     5) BUT: The pull down for the group remains "None" instead of reflecting
        the new group
     6) Open a new tab and browse to reports - note the group exists and the report is in it
     7) On original tab save report again, the group was not selected so is lost
     8) Apply patch
     9) Retest with a new report
    10) Group is created, saved, and selected upon save
    11) Subsequent edits include the new group
    12) Test with subgroups as well
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ea36265697c85cfb1f7de0b2344ef8647dc31387)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f64d0d9038a58abe360744200348950688e834cd)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 reports/guided_reports.pl |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list