Skip to content

Commit

Permalink
exclude GUIDE frames from the archive table in request detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Feb 20, 2020
1 parent 539df88 commit 8a63884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/components/archivetable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
refreshTable: function() {
if (this.requestid) {
$('#archive-table').bootstrapTable('refresh',
{url: archiveRoot + 'frames/?limit=1000&REQNUM=' + this.requestid}
{url: archiveRoot + 'frames/?limit=1000&exclude_OBSTYPE=GUIDE&REQNUM=' + this.requestid}
);
}
}
Expand Down

0 comments on commit 8a63884

Please sign in to comment.