[koha-commits] main Koha release repository branch master updated. v3.22.00-1546-g44e0cb2

Git repo owner gitmaster at git.koha-community.org
Thu May 5 22:36:33 CEST 2016


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, master has been updated
       via  44e0cb2895f5e9fbf541603f5497f67f58fd5baf (commit)
       via  cb912decef4ffa56c93920e4f62c56ac085703f5 (commit)
      from  f0983f0570691a2b196fdc7539f5aaf85972c449 (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 44e0cb2895f5e9fbf541603f5497f67f58fd5baf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 3 16:13:44 2016 +0100

    Bug 16325: Do not return all suggestions if search for STATUS=''
    
    This is a quick and dirty way to fix a bad bug in a messy area.
    The "unknown status" tab in the suggestions table display all the
    suggestions. It should only display suggestions with a STATUS=''
    
    Test plan:
    - Create some suggestions
    - Go to Home > Acquisitions > Suggestions management
    - Edit some suggestions and give them different status,
    e.g. accepted, rejected, pending.
    - Verify that they appear in the tabs as appropriate
    - Edit one suggestion, set "Mark selected as" to --Choose a status--
    => Without this patch: New tab "Status unknown" containing all
    suggestions
    => With this patch: tab contains only suggestions with "Unknown status"
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit cb912decef4ffa56c93920e4f62c56ac085703f5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 3 16:13:27 2016 +0100

    Bug 16325: Add a test for SearchSuggestions when searching for STATUS=''
    
    Test fails as expected without second patch and passes OK with second patch.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

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

Summary of changes:
 C4/Suggestions.pm            |    5 ++++-
 t/db_dependent/Suggestions.t |    7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list