From b81995eb56b27625ee620b7db3e795f3f14fc9b5 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Fri, 2 Jun 2023 08:49:05 +0800 Subject: [PATCH] * Fix bug #35658. --- module/story/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/config.php b/module/story/config.php index 524d3feef5..cecbf7d104 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -43,7 +43,7 @@ $config->story->list->customCreateFields = 'source,verify,pri,estimate,mail $config->story->list->customBatchCreateFields = 'plan,spec,source,verify,pri,estimate,review,keywords'; $config->story->list->customBatchEditFields = 'branch,plan,estimate,pri,assignedTo,source,stage,closedBy,closedReason,keywords'; -$config->story->list->actionsOpratedParentStory = ',edit,batchcreate,change,review,recall,submitreview,'; +$config->story->list->actionsOpratedParentStory = ',edit,batchcreate,change,review,recall,submitreview,processstorychange,'; $config->story->custom = new stdclass(); $config->story->custom->createFields = $config->story->list->customCreateFields;