* revert the status field of bug module.

This commit is contained in:
wangchunsheng
2011-10-28 03:25:08 +00:00
parent 1c02570a10
commit cf741de82d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ class bugModel extends model
$bug = fixer::input('post')
->add('openedBy', $this->app->user->account)
->add('openedDate', $now)
->add('status', 'active')
->setDefault('project,story,task', 0)
->setDefault('openedBuild', '')
->setIF($this->post->assignedTo != '', 'assignedDate', $now)