This commit is contained in:
liyang
2024-03-21 16:22:14 +08:00
parent b5cb15710c
commit 91c7307e9e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class gitfox extends control
$actionID = $this->action->create('gitfox', $gitfoxID, 'edited');
$changes = common::createChanges($oldGitFox, $gitFox);
$this->action->logHistory($actionID, $changes);
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => true, 'closeModal' => true));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'callback' => 'loadCurrentPage()', 'closeModal' => true));
}
$this->view->title = $this->lang->gitfox->common . $this->lang->colon . $this->lang->gitfox->edit;
+2 -2
View File
@@ -55,8 +55,8 @@ form
array(
'text' => $lang->goback,
'btnType' => 'info',
'onClick' => jsRaw('() => {goBack()}')
)
'back' => true
)
)
))
)