[Koha-bugs] [Bug 18980] Add an explanation when Anyone permission has no actual effect

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 26 14:48:45 CEST 2017


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65231|0                           |1
        is obsolete|                            |

--- Comment #9 from Marc Véron <veron at veron.ch> ---
Created attachment 65275
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65275&action=edit
Bug 18980: Remove js function Check from opac-shelves

This function only serves to check if the shelf name is not empty. It
does not even work since it incorrectly refers to f.addshelf (while it
should test #shelfname).
We can solve this and improve consistency by doing the same as in the
staff template with html5 required.

Test plan:
[1] Without this patch it was possible to add a list without a name in
    OPAC (with js error: TypeError: f.addshelf is undefined).
[2] With this patch, verify that you cannot do this anymore.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

Signed-off-by: Lee Jamison <ldjamison at marywood.edu>

Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list