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

Tomás Cohen Arazi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         QA Contact|[email protected] |[email protected]
                   |y.org                       |

--- Comment #8 from Tomás Cohen Arazi <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to