* [refac bug #53452] Change to do not open page in modal.
This commit is contained in:
@@ -6,6 +6,7 @@ window.onRenderCell = function(result, {row, col})
|
||||
{
|
||||
result[0].props.items[0]['disabled'] = projectPriv ? false: true;
|
||||
result[0].props.items[0]['url'] = projectReviewLink.replace('{id}', row.data.id);
|
||||
delete result[0].props.items[0]['data-toggle'];
|
||||
}
|
||||
else if(reviewPrivs[row.data.module])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user