* Fix bug#38119

This commit is contained in:
zenggang
2023-09-05 03:21:14 +00:00
parent fa96335484
commit 923190bf5f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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;
+1
View File
@@ -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));
}
/**