* [task#126383,doing,0.1h] Change the config of page.

This commit is contained in:
xieqiyu
2024-09-04 17:31:41 +08:00
committed by 王于听
parent 49819cd9a5
commit 64f1b4bb75
+4 -1
View File
@@ -593,7 +593,7 @@ class tutorialModel extends model
$build->id = 1;
$build->project = 2;
$build->product = 1;
$build->branch = 0;
$build->branch = '0';
$build->execution = 3;
$build->builds = '';
$build->name = 'Test build';
@@ -610,7 +610,10 @@ class tutorialModel extends model
$build->deleted = 0;
$build->executionName = 'Test execution';
$build->productName = 'Test product';
$build->productType = 'normal';
$build->allBugs = '1';
$build->allStories = '1';
$build->files = array();
return $build;
}