Skip to content
Snippets Groups Projects
Commit 1dd927e5 authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

increase weights range to 99

parent 2154fef2
Branches andrey-remove-group-caching
No related tags found
1 merge request!120increase weights range to 99
Pipeline #
Loading
Loading
@@ -27,7 +27,7 @@ class Issue < ActiveRecord::Base
include Referable
include Sortable
include Taskable
WEIGHT_RANGE = 1..9
WEIGHT_RANGE = 1..99
 
ActsAsTaggableOn.strict_case_match = true
 
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