[Koha-bugs] [Bug 35959] New: Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 31 14:04:20 CET 2024


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

            Bug ID: 35959
           Summary: Inconsistent hierarchy during C3 merge of class
                    'Koha::AuthorisedValue'
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

Running perl -cw on Koha/AuthorisedValue gives me on master and 22.11 the
following:

Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue':
        current merge results [
                Koha::AuthorisedValue,
        ]
        merging failed on 'Koha::Object' at
/usr/lib/x86_64-linux-gnu/perl-base/base.pm line 186.
BEGIN failed--compilation aborted at Koha/AuthorisedValue.pm line 25.

This needs attention.
Probably related to object inheritance etc.
use base qw(Koha::Object Koha::Object::Limit::Library);

Do we really need them both here as parents?

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


More information about the Koha-bugs mailing list