From 3e27fdaae68c6aacafa6c263e482d0205a669c11 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Mon, 6 Nov 2023 17:22:32 +0800 Subject: [PATCH] * Merge: 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 0bea639dad..b37884d22f 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -44,7 +44,7 @@ $config->story->list->customCreateFields = 'source,verify,pri,estimate,mail $config->story->list->customBatchCreateFields = 'plan,assignedTo,spec,source,verify,pri,estimate,URS,parent,keywords,mailto'; $config->story->list->customBatchEditFields = 'branch,plan,estimate,pri,assignedTo,source,stage,closedBy,closedReason,keywords'; -$config->story->list->actionsOperatedParentStory = ',edit,batchcreate,change,review,recall,submitreview,'; +$config->story->list->actionsOperatedParentStory = ',edit,batchcreate,change,review,recall,submitreview,processstorychange,'; $config->story->custom = new stdclass(); $config->story->custom->createFields = $config->story->list->customCreateFields;