[Koha-bugs] [Bug 25713] New: get_qualified_table_name should be a class method rather than an object method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 11 14:26:25 CEST 2020


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

            Bug ID: 25713
           Summary: get_qualified_table_name should be a class method
                    rather than an object method
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Plugin architecture
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

It would be very useful if "get_qualified_table_name" were a class method
rather than an object method.

That way you should easily get a qualified table name from anywhere in a plugin
without having to instantiate a plugin object.

The current method could be updated to support either class or object method
invocations.

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