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/views/experiments/bioassaysets/index.jsp

    r2993 r3592  
    358358    // Display the edit page for for filtering a bioassay set (should be opened in a popup)
    359359    ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext);
    360     redirect = "../../../common/plugin/index.jsp?ID="+ID+"&cmd=NewJob&item_type="+itemType.name()+"&context_type=ITEM&main_type=ANALYZE&title=Filter+bioassay+set&plugin_class=net.sf.basedb.plugins.FormulaFilter";
     360    redirect = "../../../common/plugin/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&main_type=ANALYZE&title=Filter+bioassay+set&plugin_type=net.sf.basedb.core.plugin.AnalysisFilterPlugin";
    361361  }
    362362  else
Note: See TracChangeset for help on using the changeset viewer.