* Fix bug for menu light.
This commit is contained in:
@@ -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;?>
|
||||
|
||||
Reference in New Issue
Block a user