Ignore:
Timestamp:
May 7, 2009, 12:43:35 PM (14 years ago)
Author:
Martin Svensson
Message:

Fixes #1305 table exporter says java.io.IOException: Unknown column 'spt.ch2' in 'where clause' when exporting Illumina 1-channel data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.11-stable/www/views/experiments/spotdata/index.jsp

    r4511 r4923  
    116116  {
    117117    // Run an export plugin in a list context
    118     ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext);
     118    ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, subContext, pageContext, defaultContext);
    119119    dc = sc.newDbControl();
    120120    if (bas != null) dc.reattachItem(bas);
     
    124124    dc.close();
    125125    cc.setQuery(query);
    126     redirect = "../../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+spot+data";
     126    redirect = "../../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&subcontext="+subContext+"&context_type=LIST&title=Export+spot+data";
    127127  }
    128128  else if ("CreateReporterList".equals(cmd))
Note: See TracChangeset for help on using the changeset viewer.