* Fix bug#30036.

This commit is contained in:
xieqiyu
2022-11-21 14:20:03 +08:00
parent 7a47096356
commit c35c8bbcad
+1 -1
View File
@@ -81,7 +81,7 @@
if($productID) common::printIcon('story', 'report', "productID=$productID&branchID=&storyType=$storyType&browseType=$type&moduleID=$param&chartType=pie&projectID=$execution->id", '', 'button', 'bar-chart muted');
common::printLink('story', 'export', "productID=$productID&orderBy=id_desc&executionID=$execution->id&browseType=$type&storyType=$storyType", "<i class='icon icon-export muted'></i> " . $lang->story->export, '', "class='btn btn-link export iframe'");
$canLinkStory = $execution->multiple;
$canLinkStory = ($execution->hasProduct or $execution->multiple);
if(common::canModify('execution', $execution))
{
$this->lang->story->create = $this->lang->execution->createStory;