Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-27 12:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-27 12:08:30 +0300
commit7892ed2e23152070d626f583888eb24a3b801c0e (patch)
treeafaf4812551be70e3974d1e6b4c2c20191c9b72c /app/models/concerns/issuable.rb
parent5c763ac4c62bdeb0f0fe26f710c0a7a91921a949 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/concerns/issuable.rb')
-rw-r--r--app/models/concerns/issuable.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/concerns/issuable.rb b/app/models/concerns/issuable.rb
index 1407a380978..f011426c9db 100644
--- a/app/models/concerns/issuable.rb
+++ b/app/models/concerns/issuable.rb
@@ -184,6 +184,10 @@ module Issuable
assignees.count > 1
end
+ def supports_weight?
+ false
+ end
+
private
def description_max_length_for_new_records_is_valid