* Fix bug#31506.

This commit is contained in:
xieqiyu
2023-01-11 15:47:47 +08:00
parent 243a877816
commit 03a227dbe6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
</form>
</div>
</div>
<?php js::set('bugModule', $lang->bug->module);?>
<?php if(empty($product->shadow)) js::set('bugModule', $lang->bug->module);?>
<?php js::set('bugExecution', $projectModel == 'kanban' ? $lang->bug->kanban : $lang->bug->execution);?>
<script>
$(function(){parent.$('body.hide-modal-close').removeClass('hide-modal-close');})
+1 -1
View File
@@ -276,7 +276,7 @@ foreach(explode(',', $config->testcase->create->requiredFields) as $field)
</div>
</div>
</div>
<?php js::set('caseModule', $lang->testcase->module)?>
<?php if(!$hiddenProduct) js::set('caseModule', $lang->testcase->module)?>
<script>
$(function()
{