* Fix configurations of stage edit form.

This commit is contained in:
chentao
2023-07-19 17:30:26 +08:00
parent 037be425f7
commit 22196bed07
4 changed files with 45 additions and 32 deletions
+1 -2
View File
@@ -159,8 +159,7 @@ class programplan extends control
if($changes) $this->programplanZen->afterEdit($plan, $changes);
$locate = isonlybody() ? 'parent' : inlink('browse', "program=$plan->program&type=lists");
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $locate));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'callback' => 'loadCurrentPage', 'closeModal' => true));
}
$this->programplanZen->buildEditView($plan);