Commit b287462bb488077b1b05195d9c005963df0571af
Exists in
master
and in
4 other branches
Merge pull request #4795 from bke-drewb/issue-4769
Issue-4769 - Unable to update case of label
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
app/models/issue.rb
app/models/project.rb
... | ... | @@ -27,6 +27,8 @@ |
27 | 27 | class Project < ActiveRecord::Base |
28 | 28 | include Gitlab::ShellAdapter |
29 | 29 | extend Enumerize |
30 | + | |
31 | + ActsAsTaggableOn.strict_case_match = true | |
30 | 32 | |
31 | 33 | attr_accessible :name, :path, :description, :issues_tracker, :label_list, |
32 | 34 | :issues_enabled, :wall_enabled, :merge_requests_enabled, :snippets_enabled, :issues_tracker_id, | ... | ... |