* [bug#67306,done,0.1h] set load url when the page is window-pop.
This commit is contained in:
@@ -582,6 +582,7 @@ class testtask extends control
|
||||
}
|
||||
|
||||
$message = $this->executeHooks($taskID) ?: $this->lang->saveSuccess;
|
||||
if(isInModal()) return $this->send(array('result' => 'success', 'message' => $message, 'load' => true));
|
||||
return $this->send(array('result' => 'success', 'message' => $message, 'load' => $this->session->testtaskList, 'closeModal' => true));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user