* Modify the commit to unlink the response.
This commit is contained in:
@@ -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')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user