* Modify the problem of the project module return link.

This commit is contained in:
tianshujie
2021-08-30 11:18:33 +08:00
parent d88cf84cca
commit bc10a2e360
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
common::printIcon('bug', 'edit', $params, $bug);
if($this->app->openApp != 'product')
{
common::printIcon('bug', 'create', $copyParams, $bug, 'button', 'copy', '', '', false, "data-app='qa'");
common::printIcon('bug', 'create', $copyParams, $bug, 'button', 'copy');
}
common::printIcon('bug', 'delete', $params, $bug, 'button', 'trash', 'hiddenwin');
?>