[Koha-bugs] [Bug 15584] Staff client list errors are incorrectly styled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 3 12:42:09 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15584

--- Comment #19 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
So, for instance:

1/ on admin/cities, delete one city, you will get an 'alert': "Are you sure you
want to delete this stuff?"
2/ on admin/branches, delete one library, not linked to anything. You won't get
an 'alert', but a 'fieldset' (fixme, not consistent).
3/ on admin/branches, delete one library linked to a patron. You will get an
'error' "This library cannot be deleted."
4/ on admin/branches, create a library with an existing branchcode. You will
get an 'error' "An error occurred when adding this library. The branchcode
might already exist."

The last one is definitely an error, the patron has lost his form. And as I
said previously, it should be caught when editing the form.

1/ and 2/ should have the same behavior (which one? we usually use 'alert')

3/ is between the 'alert' and the 'error', it's more an info actually.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list