* Modify the commit to unlink the response.

This commit is contained in:
tianshujie
2023-06-20 18:48:23 +08:00
parent a584185970
commit 9af2425d9b
+1 -1
View File
@@ -365,7 +365,7 @@ class design extends control
{
$this->design->unlinkCommit($designID, $commitID);
return $this->sendSuccess(array('load' => true));
return $this->sendSuccess(array('load' => array('url' => inlink('viewCommit', "designID={$designID}"), 'selector' => '.modal-dialog')));
}
/**