Skip to content

Commit 812e582

Browse files
committed
Make views editable
1 parent 4c5f66f commit 812e582

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<customView xmlns="http://labkey.org/data/xml/queryCustomView" label="All">
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" label="All" canOverride="true">
22
<columns>
33
<column name="rowid" />
44
<column name="readset/rowid" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<customView xmlns="http://labkey.org/data/xml/queryCustomView">
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" canOverride="true">
22
<columns>
33
<column name="rowid" />
44
<column name="readset/rowid" />
@@ -15,7 +15,7 @@
1515
<column name="archived" />
1616

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<customView xmlns="http://labkey.org/data/xml/queryCustomView">
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" canOverride="true">
22
<columns>
33
<column name="rowid" />
44
<column name="readset/rowid" />
@@ -15,7 +15,7 @@
1515
<column name="archived" />
1616

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

0 commit comments

Comments
 (0)