Skip to content

Commit a325870

Browse files
committed
-> Need to add in cloud logging
1 parent 3e98326 commit a325870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/js/tables.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ define(['cartutils','filterutils','tippy','jquery', 'base'], function(cartutils,
763763

764764
window.updateStudyTable = function(rowsAdded, studyID, table_search) {
765765
let updatePromise = $.Deferred();
766-
let nonViewAbleModality= new Set([""]);
766+
let nonViewAbleModality= new Set(["REG"]);
767767
var viewCases = [];
768768
for (projid in window.openCases) {
769769
viewCases = viewCases.concat(Object.keys(window.openCases[projid]));
@@ -1127,7 +1127,7 @@ define(['cartutils','filterutils','tippy','jquery', 'base'], function(cartutils,
11271127

11281128
window.updateSeriesTable = function(rowsAdded, seriesID, table_search) {
11291129
let updatePromise = $.Deferred();
1130-
var nonViewAbleModality= new Set(["PR","SEG","RTSTRUCT","RTPLAN","RWV", "SR", "ANN"])
1130+
var nonViewAbleModality= new Set(["PR","SEG","REG", "RTSTRUCT","RTPLAN","RWV", "SR", "ANN"])
11311131
var slimViewAbleModality=new Set(["SM"])
11321132
viewStudies = []
11331133
for (caseid in window.openStudies){

0 commit comments

Comments
 (0)