Skip to content

Commit 24ec80f

Browse files
committed
Use POST for cDNAImportPanel
1 parent e30459f commit 24ec80f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

singlecell/resources/web/singlecell/panel/cDNAImportPanel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Ext4.define('SingleCell.panel.cDNAImportPanel', {
222222
Ext4.Msg.wait('Loading workbooks');
223223
LABKEY.Query.selectRows({
224224
containerPath: Laboratory.Utils.getQueryContainerPath(),
225+
method: 'POST',
225226
schemaName: 'core',
226227
queryName: 'workbooks',
227228
columns: 'Name,EntityId',
@@ -273,6 +274,7 @@ Ext4.define('SingleCell.panel.cDNAImportPanel', {
273274
Ext4.Msg.wait('Looking for matching cDNA');
274275
LABKEY.Query.selectRows({
275276
containerPath: Laboratory.Utils.getQueryContainerPath(),
277+
method: 'POST',
276278
schemaName: 'singlecell',
277279
queryName: 'cdna_libraries',
278280
columns: 'rowid,plateid,readsetId,tcrReadsetId,hashingReadsetId,citeseqReadsetId',

0 commit comments

Comments
 (0)