* Fix bug#38119
This commit is contained in:
@@ -10,6 +10,8 @@ declare(strict_types=1);
|
||||
*/
|
||||
namespace zin;
|
||||
|
||||
dropmenu(set::tab('repo'));
|
||||
|
||||
foreach($bugs as $bug)
|
||||
{
|
||||
$bug->revisionA = $repo->SCM != 'Subversion' ? substr(strtr($bug->v2, '*', '-'), 0, 10) : $bug->v2;
|
||||
|
||||
@@ -295,6 +295,7 @@ class search extends control
|
||||
public function ajaxRemoveMenu($queryID)
|
||||
{
|
||||
$this->dao->update(TABLE_USERQUERY)->set('shortcut')->eq(0)->where('id')->eq($queryID)->exec();
|
||||
echo $this->send(array('result' => 'success', 'load' => true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user