* Add default project when create bug in project-bug.

This commit is contained in:
zhouxin
2023-10-23 10:44:19 +08:00
parent 277f870417
commit 2f6cc751ff
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ formPanel
(
set::name('project'),
set::items($projects),
set::value($bug->projectID)
set::value($defaultProject)
)
)
)