+ add the feature of delete and view to product.

This commit is contained in:
wangchunsheng
2010-04-10 14:50:59 +00:00
parent 739759d7b1
commit 449969e91f
10 changed files with 104 additions and 25 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class build extends control
{
$buildID = $this->build->create($projectID);
if(dao::isError()) die(js::error(dao::getError()));
$this->loadModel('action')->create('build', $buildID, 'Opened');
$this->loadModel('action')->create('build', $buildID, 'opened');
die(js::locate($this->createLink('project', 'build', "project=$projectID"), 'parent'));
}