https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23050 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com QA Contact|testopia@bugs.koha-communit |tomascohen@gmail.com |y.org | --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Julian, I think this is a pretty cool idea. I don't like it that you generate content on the .pl (tab id, title, etc). It feels like all that could be done on the templates if we pass the plugins like: Why not just: my @tab_plugins = Koha::Plugins->new()->GetPlugins({ method => 'intranet_catalog_biblio_tab', }); $template->param( plugins => \@plugins, tab_plugins => \@tab_pluginss, ); Also, (for a later enhancement) there should be a way to define the order in which the tabs will be placed. Not sure how/where. -- You are receiving this mail because: You are watching all bug changes.