* Code for kanban error.

This commit is contained in:
孙广明
2022-07-01 14:38:20 +08:00
parent 190890790a
commit 52a588ec90
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -916,7 +916,7 @@ class bug extends control
* @access public
* @return void
*/
public function edit($bugID, $comment = false, $kanbanGroup = '')
public function edit($bugID, $comment = false, $kanbanGroup = 'default')
{
if(!empty($_POST))
{
@@ -1351,7 +1351,7 @@ class bug extends control
* @access public
* @return void
*/
public function assignTo($bugID, $kanbanGroup = '')
public function assignTo($bugID, $kanbanGroup = 'default')
{
$bug = $this->bug->getById($bugID);
$this->bug->checkBugExecutionPriv($bug);