* Refactor select execution control and jump link.

This commit is contained in:
tianshujie
2023-08-01 16:25:13 +08:00
parent 3ab80765a6
commit aaafab6a2b
3 changed files with 29 additions and 6 deletions
-1
View File
@@ -1400,7 +1400,6 @@ class doc extends control
}
if(strpos($this->post->module, '_') !== false) list($libID, $moduleID) = explode('_', $this->post->module);
$response['message'] = $this->lang->saveSuccess;
$response['result'] = 'success';
$response['closeModal'] = true;
$response['callback'] = "redirectParentWindow(\"{$this->post->space}\", {$libID}, {$moduleID}, \"{$this->post->type}\")";