From b99203caa6d64c8694c5685f0c8ae0a33621746d Mon Sep 17 00:00:00 2001 From: Yagami Date: Tue, 18 Oct 2022 11:23:12 +0800 Subject: [PATCH] * Finish task #72678. --- module/execution/view/story.html.php | 1 + module/product/view/browse.html.php | 2 +- module/story/control.php | 20 ++++++++++++++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index e1f2bd7d83..c0a35305a9 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -76,6 +76,7 @@ id", '', 'button', 'bar-chart muted'); common::printLink('story', 'export', "productID=$productID&orderBy=id_desc&executionID=$execution->id", " " . $lang->story->export, '', "class='btn btn-link export iframe'"); $canLinkStory = $execution->hasProduct or $execution->multiple; diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index aa82083b22..b3d43c62a6 100755 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -146,7 +146,7 @@ js::set('storyType', $storyType);
- app->rawModule != 'projectstory') common::printIcon('story', 'report', "productID=$productID&branchID=$branch&storyType=$storyType&browseType=$browseType&moduleID=$moduleID&chartType=pie", '', 'button', 'bar-chart muted'); ?> +