* Fix bug #13967.
This commit is contained in:
@@ -345,7 +345,7 @@ class gitlab extends control
|
||||
$options = "<option value=''></option>";
|
||||
foreach($executions as $index =>$execution)
|
||||
{
|
||||
$options .= "<option value='{$index}' data-name='{$execution}'>{$execution}</option>";
|
||||
$options .= "<option title='{$execution}' value='{$index}' data-name='{$execution}'>{$execution}</option>";
|
||||
}
|
||||
return $this->send($options);
|
||||
}
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<style>
|
||||
.chosen-container .chosen-drop.chosen-auto-max-width {max-width: 100%;}
|
||||
</style>
|
||||
<div id="mainContent" class="main-content">
|
||||
<div class="main-header">
|
||||
<h2><?php echo $lang->gitlab->importIssue;?></h2>
|
||||
|
||||
Reference in New Issue
Block a user