* [task#126383,doing,0.5h] Fix the bug of execution burn.
This commit is contained in:
@@ -238,7 +238,7 @@ class tutorialModel extends model
|
||||
$execution->hasProduct = '1';
|
||||
$execution->multiple = '';
|
||||
$execution->order = 1;
|
||||
$execution->burns = array('');
|
||||
$execution->burns = array();
|
||||
$execution->type = 'sprint';
|
||||
$execution->projectName = '';
|
||||
$execution->projectModel = 'scrum';
|
||||
|
||||
Reference in New Issue
Block a user