Skip to content

Commit 3669001

Browse files
committed
Add workbook column to view
1 parent c04305e commit 3669001

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SequenceAnalysis/resources/queries/sequenceanalysis/readData/.qview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</properties>
2020
</column>
2121
<column name="created" />
22-
<column name="readset/workbook" />
22+
<column name="workbook" />
2323
</columns>
2424
<sorts>
2525
<sort column="readset" />

SequenceAnalysis/resources/queries/sequenceanalysis/readData/File Details.qview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<column name="archived" />
1616

1717
<column name="created" />
18-
<column name="readset/workbook" />
18+
<column name="workbook" />
1919
</columns>
2020
<sorts>
2121
<sort column="readset" />

SequenceAnalysis/resources/queries/sequenceanalysis/readData/With Filepath.qview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<column name="archived" />
1616

1717
<column name="created" />
18-
<column name="readset/workbook" />
18+
<column name="workbook" />
1919
</columns>
2020
<sorts>
2121
<sort column="readset" />

SequenceAnalysis/resources/schemas/sequenceanalysis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
</buttonBarOptions>
12381238
</table>
12391239
<table tableName="readData" tableDbType="TABLE" useColumnOrder="true">
1240-
<javaCustomizer class="org.labkey.ldk.query.DefaultTableCustomizer" />
1240+
<javaCustomizer class="org.labkey.laboratory.query.LaboratoryTableCustomizer" />
12411241
<auditLogging>DETAILED</auditLogging>
12421242
<tableTitle>Sequence Read Data</tableTitle>
12431243
<pkColumnName>rowid</pkColumnName>

0 commit comments

Comments
 (0)