Skip to content

Commit 8afd03e

Browse files
committed
Execute readset download query from parent folder
1 parent 0b74243 commit 8afd03e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/window/RunExportWindow.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Ext4.define('SequenceAnalysis.window.RunExportWindow', {
2020
Ext4.Msg.wait('Loading...');
2121

2222
LABKEY.Query.selectRows({
23+
containerPath: Laboratory.Utils.getQueryContainerPath(),
2324
schemaName: 'sequenceanalysis',
2425
queryName: 'readdata',
2526
filterArray: [
@@ -61,6 +62,7 @@ Ext4.define('SequenceAnalysis.window.RunExportWindow', {
6162
Ext4.Msg.wait('Loading...');
6263

6364
LABKEY.Query.selectRows({
65+
containerPath: Laboratory.Utils.getQueryContainerPath(),
6466
schemaName: 'sequenceanalysis',
6567
queryName: 'sequence_analyses',
6668
filterArray: [

0 commit comments

Comments
 (0)