Merge branch 'ticket_zhouxin_fixbugs' into 'sprint/zentaobiz12_ticket'

* Fix bugs of ticket.

See merge request easycorp/zentaopms!5726
This commit is contained in:
周鑫
2022-10-12 08:41:08 +00:00
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -717,6 +717,7 @@ $lang->action->label->mr = '合并请求|mr|view|id=%s';
$lang->action->label->gitlab = 'GitLab服务器|gitlab|view|id=%s';
$lang->action->label->stage = '瀑布模型的阶段|stage|browse|';
$lang->action->label->module = '模块|tree|browse|productid=%s&type=story&currentModuleID=0&branch=all';
$lang->action->label->ticket = '工单|ticket|view|id=%s';
/* Object type. */
$lang->action->search = new stdclass();
-1
View File
@@ -20,7 +20,6 @@
<div class="table-empty-tip">
<p>
<span class="text-muted"><?php echo $lang->ticket->noTicket;?></span>
<?php echo html::a(inlink('browse', "browseType=$type"), "<i class='icon icon-plus'></i> " . $lang->ticket->create, '', "class='btn btn-info'")?>
</p>
</div>
<?php else:?>