* Finish task #37526.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DELETE FROM zt_cron WHERE command='moduleName=weekly&methodName=computeWeekly';
|
||||
ALTER TABLE zt_story drop column `project`;
|
||||
|
||||
@@ -4333,7 +4333,6 @@ class upgradeModel extends model
|
||||
public function processMergedData($programID, $projectID, $lineID, $productIdList = array(), $sprintIdList = array())
|
||||
{
|
||||
/* Product linked objects. */
|
||||
$this->dao->update(TABLE_STORY)->set('project')->eq($projectID)->where('product')->in($productIdList)->exec();
|
||||
$this->dao->update(TABLE_RELEASE)->set('project')->eq($projectID)->where('product')->in($productIdList)->exec();
|
||||
|
||||
/* Compute product acl. */
|
||||
|
||||
Reference in New Issue
Block a user