From 87781dcf5d40b20453e3f88c0bcb122fcba9ba98 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Wed, 31 Jul 2024 09:36:21 +0800 Subject: [PATCH] * [task#124568,done,0.5h,0h] When the change OR requirement is not reviewed, the downstream requirement does not display the Confirm Change button. --- lib/zin/wg/storybasicinfo/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/storybasicinfo/v1.php b/lib/zin/wg/storybasicinfo/v1.php index a3064a1459..0860427d1d 100644 --- a/lib/zin/wg/storybasicinfo/v1.php +++ b/lib/zin/wg/storybasicinfo/v1.php @@ -108,7 +108,7 @@ class storyBasicInfo extends wg setData('toggle', 'modal'), setData('size', 'lg') ) : $demand->title, - $story->demandVersion < $demand->version && common::hasPriv($story->type, 'processStoryChange') ? span + $demand->status == 'active' && $story->demandVersion < $demand->version && common::hasPriv($story->type, 'processStoryChange') ? span ( ' (', $lang->story->storyChange . ' ',