[Koha-bugs] [Bug 31611] More visibly highlight records that cannot be batch deleted/modified

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 16 16:29:29 CEST 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de
                   |y.org                       |
             Status|Signed Off                  |Failed QA

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
2 small things:

1) QA test tools failure:

 FAIL   koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc
   FAIL   forbidden patterns
                forbidden pattern: tab char (line 283)

2) The removed bit Jonathan noted, maybe a rebase issue?

-                <a id="selectallbutton" href="#"><i class="fa fa-check"></i>
Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i>
Clear all</a> | <a id="clearonloanbutton" href="#">Clear on loan</a>
+                <a id="selectallbutton" href="#"><i class="fa fa-check"></i>
Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i>
Clear all</a>

-    $("#clearonloanbutton").click(function () {
-        $("#itemst
input[name='itemnumber'][data-is-onloan='1']").each(function () {
-            $(this).prop('checked', false);
-        });
-        return false;
-    });

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


More information about the Koha-bugs mailing list