summaryrefslogtreecommitdiff
path: root/app/services
diff options
context:
space:
mode:
authorEugenia Grieff <egrieff@gitlab.com>2019-07-18 18:52:10 +0000
committerBob Van Landuyt <bob@gitlab.com>2019-07-18 18:52:10 +0000
commit4b7cf4a54e95316a582d8df4211674d67b7cf1e2 (patch)
tree765ae9e5666071ef556294614bc225a8507e90bf /app/services
parent0b859d2f4fb3c7595f343fda0caa7dfc6919462b (diff)
downloadgitlab-ce-4b7cf4a54e95316a582d8df4211674d67b7cf1e2.tar.gz
CE port for milestones should not be set on epics issue promotion
Diffstat (limited to 'app/services')
-rw-r--r--app/services/issuable/clone/attributes_rewriter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/issuable/clone/attributes_rewriter.rb b/app/services/issuable/clone/attributes_rewriter.rb
index 0300cc0d8d3..3c061d35558 100644
--- a/app/services/issuable/clone/attributes_rewriter.rb
+++ b/app/services/issuable/clone/attributes_rewriter.rb
@@ -17,6 +17,8 @@ module Issuable
private
def cloneable_milestone
+ return unless new_entity.supports_milestone?
+
title = original_entity.milestone&.title
return unless title