[Koha-bugs] [Bug 5002] No error message if category code already exists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 25 17:06:46 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5002

--- Comment #6 from Marc Véron <veron at veron.ch> ---
Created attachment 37226
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37226&action=edit
[Signed-off] Bug 5002: Display messages on adding/deleting patron category

There are no messages on adding and deleting patron category.
If an error occurs and the data is not inserted, the interface does not
alert the user.

This patch adds a message block to alert the user if something wrong
happened.

Test plan:
1/ Create a patron category PATCAT. You should get a confirmation
message.
2/ Try to create another patron category with the same code. You should
get an error message
3/ Delete the patron category PATCAT. You should get a confirmation
message.

Confirm there is no regression on this form (try update an existing
patron category too).

Followed test plan, works as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list