* [perf bug #50508] open edit bug page in modal when from modal.
This commit is contained in:
@@ -75,6 +75,12 @@ if(!$bug->deleted)
|
||||
}
|
||||
$actions[$key] = $action;
|
||||
}
|
||||
if($action['icon'] == 'edit' && isInModal())
|
||||
{
|
||||
$action['data-load'] = 'modal';
|
||||
$action['data-size'] = 'lg';
|
||||
$actions[$key] = $action;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user