[Koha-bugs] [Bug 8437] Large database backups and large exports from export.pl fail under plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 22 04:56:53 CEST 2020


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

--- Comment #38 from David Cook <dcook at prosentient.com.au> ---
For some reason, my HTML response is being cut off here:

    <script>
        $(document).ready(function() {
            $('#exporttype').tabs();

            $("li.csv_profiles").hide();

            $("#bibs select[name='output_format']").on('change', function(){
                var format = $(this).val();
                if ( format == 'csv' ) {
                    $("#bibs li.csv_profiles").show();
                } else {
                    $("#bibs li.csv_profiles").hide();
                }
            });
            $("#checkall").on("click",function(e){
                e.preventDefault();
                $(".branch_select").prop("checked",1);
            });
            $("#checknone").on("click",func

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


More information about the Koha-bugs mailing list