[Koha-bugs] [Bug 28692] Reduce DB action_log table size

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 26 14:17:32 CEST 2021


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

--- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
I tend to think that we should solve this issue and the unblessed-thing on bug
28700 together.

    if ( ref $infos eq 'Koha::Hold' ) {
        $varname = 'hold';
    } elsif ( ref $infos eq 'Koha::Item' ) {
        $varname = 'item';
    }
    if ($varname) {
        $infos = Data::Dumper->new( [ $infos->unblessed ], [$varname]
)->Indent(0)->Sortkeys(1)->Dump;
    }

This is a bit ugly :)

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


More information about the Koha-bugs mailing list