[Koha-bugs] [Bug 26890] New: opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 1 22:26:06 CET 2020


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

            Bug ID: 26890
           Summary: opac-detail plugin like
                    intranet/cgi-bin/catalogue/detail.pl
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: koha at trust-box.at
        QA Contact: testopia at bugs.koha-community.org

enable opac-detail to use the same/similar plugin infrastructure as in

intranet/cgi-bin/catalogue/detail.pl

 68     my @plugins = Koha::Plugins->new()->GetPlugins({
 69         method => 'intranet_catalog_biblio_enhancements_toolbar_button'
 70     });
 71
 72     my @tab_plugins = Koha::Plugins->new()->GetPlugins({
 73         method => 'intranet_catalog_biblio_tab',
 74     });
 75     my @tabs;
 76     foreach my $tab_plugin (@tab_plugins) {
 77         my @biblio_tabs;
 78

to add a new tab in opac-detail.pl result page

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


More information about the Koha-bugs mailing list