Bug 16325: Do not return all suggestions if search for STATUS=''
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 3 May 2016 15:13:44 +0000 (16:13 +0100)
committerBrendan Gallagher <bredan@bywatersolutions.com>
Thu, 5 May 2016 20:46:02 +0000 (20:46 +0000)
commit44e0cb2895f5e9fbf541603f5497f67f58fd5baf
tree03ab677f8187ded2d9ccd73db3aa32f975044965
parentcb912decef4ffa56c93920e4f62c56ac085703f5
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@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
C4/Suggestions.pm