diff --git a/module/bug/ui/view.html.php b/module/bug/ui/view.html.php
index a21b4e2c73..329da7536d 100644
--- a/module/bug/ui/view.html.php
+++ b/module/bug/ui/view.html.php
@@ -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;
+ }
}
}