* Fix bug for menu light.

This commit is contained in:
liuruogu
2022-09-22 02:07:58 +00:00
parent fb33ebbeaa
commit 2253d59efa
+4
View File
@@ -58,6 +58,10 @@
$otherParam = "storyID=&projectID={$this->session->project}";
$tab = 'project';
}
else if($this->app->rawModule == 'execution')
{
$tab = 'execution';
}
?>
<?php common::printLink('story', 'create', "productID={$story->product}&branch={$story->branch}&moduleID={$story->module}&$otherParam&bugID=0&planID=0&todoID=0&extra=&type=$story->type", "<i class='icon icon-plus'></i> " . $lang->story->create, '', "class='btn btn-primary' data-app='$tab'"); ?>
<?php endif;?>