* 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');})