[Koha-bugs] [Bug 20205] New: Add IDs to buttons in patron-toolbar.inc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 15 10:08:37 CET 2018


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

            Bug ID: 20205
           Summary: Add IDs to buttons in patron-toolbar.inc
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Bug 3534 added the "Quick add new patron" button to patron-toolbar.inc. The
button is displayed if either PatronQuickAddFields or BorrowerMandatoryField
(or both) is set. This means there is no way to turn off the button if you
still want to have mandatory fields. 

An alternative way to remove the button is to hide it with CSS, but the buttons
in patron-toolbar.inc do not have unique IDs, so this harder than it needs to
be. 

This bug will add ID elements to the buttons in patron-toolbar.inc.

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


More information about the Koha-bugs mailing list