Ignore:
Timestamp:
Jul 23, 2007, 2:57:39 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #687: Make it possible for other plug-ins than the FormulaFilter? to be launched by the 'Filter bioassayset' button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/plugin/index.jsp

    r3574 r3592  
    129129    GuiContext context = new GuiContext(itemType, contextType, subContext);
    130130    Plugin.MainType mainType = Plugin.MainType.valueOf(request.getParameter("main_type"));
    131 
    132     ItemQuery<PluginDefinition> pluginQuery = PluginDefinition.getQuery(context, null);
     131    String pluginType = request.getParameter("plugin_type");
     132
     133    ItemQuery<PluginDefinition> pluginQuery = PluginDefinition.getQuery(context, pluginType);
    133134    pluginQuery.restrict(
    134135      Restrictions.eq(
Note: See TracChangeset for help on using the changeset viewer.