* Deal with the scope of the product when creating and editing bugs.

This commit is contained in:
tianshujie
2021-11-19 19:21:34 +08:00
parent 01bfb0629e
commit 47a651b599
5 changed files with 37 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ js::set('isStepsTemplate', $isStepsTemplate);
js::set('oldProjectID', $projectID);
js::set('blockID', $blockID);
js::set('moduleID', $moduleID);
js::set('tab', $this->app->tab);
if($this->app->tab == 'execution') js::set('objectID', $executionID);
if($this->app->tab == 'project') js::set('objectID', $projectID);
?>
<div id="mainContent" class="main-content fade">
<div class="center-block">