From 67c4ed6cc4b58ea7ebd5227d1049aeea73e0b65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Fri, 1 Dec 2017 16:24:56 +0800 Subject: [PATCH] * Fix 1317 --- module/story/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index a1631efaa2..c4d6ee8aa8 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -466,7 +466,6 @@ class storyModel extends model ->add('lastEditedDate', $now) ->setDefault('status', $oldStory->status) ->setDefault('product', $oldStory->product) - ->setDefault('plan', $oldStory->plan) ->setDefault('branch', $oldStory->branch) ->setIF($this->post->assignedTo != $oldStory->assignedTo, 'assignedDate', $now) ->setIF($this->post->closedBy != false and $oldStory->closedDate == '', 'closedDate', $now)