[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
Fri Feb 24 10:39:57 CET 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #18 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
+    // Highlight in yellow item rows that cannot be deleted
+    $(".error").parents('tr').find('td').css('background-color', '#ffff99');

Would normally expect this via css file, but similar actions are found already
in the batch delete too.

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


More information about the Koha-bugs mailing list