- Timestamp:
- May 7, 2009, 12:43:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.11-stable/www/views/experiments/spotdata/index.jsp
r4511 r4923 116 116 { 117 117 // 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); 119 119 dc = sc.newDbControl(); 120 120 if (bas != null) dc.reattachItem(bas); … … 124 124 dc.close(); 125 125 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"; 127 127 } 128 128 else if ("CreateReporterList".equals(cmd))
Note: See TracChangeset
for help on using the changeset viewer.