* Don't show bug delete action in modal.
This commit is contained in:
@@ -157,6 +157,7 @@ $config->bug->actionList['delete']['hint'] = $lang->bug->delete;
|
||||
$config->bug->actionList['delete']['url'] = array('module' => 'bug', 'method' => 'delete', 'params' => 'bugID={id}');
|
||||
$config->bug->actionList['delete']['className'] = 'ajax-submit';
|
||||
$config->bug->actionList['delete']['data-confirm'] = array('message' => $lang->bug->notice->confirmDelete, 'icon' => 'icon-exclamation-sign', 'iconClass' => 'warning-pale rounded-full icon-2x');
|
||||
$config->bug->actionList['delete']['notInModal'] = 'trash';
|
||||
|
||||
$config->bug->actionList['createBranch']['icon'] = 'treemap';
|
||||
$config->bug->actionList['createBranch']['hint'] = $lang->bug->codeBranch;
|
||||
|
||||
Reference in New Issue
Block a user