Skip to content
Snippets Groups Projects
Commit 745c0dfa authored by Valeriy Sizov's avatar Valeriy Sizov
Browse files

remove length of issue content

according to #2677
parent 69ec189a
No related branches found
No related tags found
1 merge request!2940Expanding repos and hooks paths in settings
Loading
Loading
@@ -24,8 +24,6 @@ class Issue < ActiveRecord::Base
 
acts_as_taggable_on :labels
 
validates :description, length: { within: 0..10000 }
def self.open_for(user)
opened.assigned(user)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment