[Koha-bugs] [Bug 34857] OPAC advanced search operator "not" is searching as "and" on chrome

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 29 10:38:39 CET 2023


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

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The change on bug 33233 was quite small, any idea on how we could fix?

@@ -459,6 +459,9 @@
 [% BLOCK jsinclude %]
 [% Asset.js("lib/jquery/plugins/jquery.deserialize.min.js") | $raw %]
 <script>
+window.addEventListener('pageshow', function( e ){
+    $('.form-control').prop('disabled' , false );
+});
 $(document).ready(function() {
     [% IF search_groups %]
         function branch_limit() {
@@ -559,6 +562,5 @@ $(document).ready(function() {
         $(this).parent().parent().remove();
         $('.search-term-row .search-term-input
select[name="op"]').first().prop("disabled",true).hide();
     });
-
 </script>
 [% END %]

-- 
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