* Fix the creation and editing of stories and bugs.

This commit is contained in:
tianshujie
2021-11-17 09:21:05 +08:00
parent fdfadb7940
commit fdade49b5d
6 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ js::set('changeProductConfirmed' , false);
js::set('changeExecutionConfirmed' , false);
js::set('confirmChangeProduct' , $lang->bug->confirmChangeProduct);
js::set('planID' , $bug->plan);
js::set('oldExecutionID' , $bug->execution);
js::set('oldProjectID' , $bug->project);
js::set('oldStoryID' , $bug->story);
js::set('oldTaskID' , $bug->task);
js::set('oldOpenedBuild' , $bug->openedBuild);