* [bug#49921,done,1h,0h] Fix ipd project stage is not int stageList error.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user