[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.06-33-g8f25679

Git repo owner gitmaster at git.koha-community.org
Mon Jan 13 23:42:22 CET 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, 19.05.x has been updated
       via  8f256790fea12ed50ca9dff275edbcb8b78a19e8 (commit)
      from  4a059f220cdddec4f992101d38a8264714b701dd (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 8f256790fea12ed50ca9dff275edbcb8b78a19e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Dec 15 12:32:34 2019 +0100

    Bug 24242: Display funds that the logged in user can access - suggestions
    
    The design of this script is pretty bad and any modifications is a
    challenge.
    Here we are trying to display to display the funds available for the
    logged in user. I did not understand previous code, as we are doing a
    limit using CanUserUseBudget, I do not think it makes sense to retrieve
    funds for a given library.
    Also, I am wondering if the dropdown list in the filters has ever been
    populated: budgetid_loop in the template *never* appeared in the history
    of suggestion.pl (??)
    
    Test plan:
    Search for suggestions
    Add/edit suggestions
    => The funds in the dropdown list should be the ones the logged in user
    can use.
    
    Signed-off-by: hc <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit de309a26746523de2e39e285727d691b0b10392c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt    |    4 ++--
 suggestion/suggestion.pl                                      |    9 +--------
 2 files changed, 3 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list