diff --git a/module/execution/js/batchedit.ui.js b/module/execution/js/batchedit.ui.js index 27e0eca8ca..7e5513263f 100644 --- a/module/execution/js/batchedit.ui.js +++ b/module/execution/js/batchedit.ui.js @@ -1,6 +1,6 @@ window.renderRowData = function($row, index, row) { - if(row.type == 'stage' || row.attribute != '') + if((row.type == 'stage' || row.attribute != '') && stageList[row.attribute]) { const parentType = row.grade > 1 && parents[row.parent] ? parents[row.parent].attribute : ''; /* If is stage, modify lifetime to attribute. */