[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-56-g95a6403

Git repo owner gitmaster at git.koha-community.org
Mon May 16 13:13:55 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, 3.22.x has been updated
       via  95a6403bf1f42e8a6453fd3f10b50b005145f8d6 (commit)
       via  c95c2c671a63325c501488135e13d347b3d6ba29 (commit)
      from  81c18c7da272155dc3f7a6b79175845ce8bd08d3 (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 95a6403bf1f42e8a6453fd3f10b50b005145f8d6
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>
    (cherry picked from commit 44e0cb2895f5e9fbf541603f5497f67f58fd5baf)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit c95c2c671a63325c501488135e13d347b3d6ba29
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>
    (cherry picked from commit cb912decef4ffa56c93920e4f62c56ac085703f5)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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