Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b287462b
Commit
b287462b
authored
Nov 08, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4795 from bke-drewb/issue-4769
Issue-4769 - Unable to update case of label
parents
9d79d6e1
45de7d26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
app/models/issue.rb
app/models/issue.rb
+2
-0
app/models/project.rb
app/models/project.rb
+2
-0
No files found.
app/models/issue.rb
View file @
b287462b
...
@@ -21,6 +21,8 @@ class Issue < ActiveRecord::Base
...
@@ -21,6 +21,8 @@ class Issue < ActiveRecord::Base
include
Issuable
include
Issuable
include
InternalId
include
InternalId
ActsAsTaggableOn
.
strict_case_match
=
true
belongs_to
:project
belongs_to
:project
validates
:project
,
presence:
true
validates
:project
,
presence:
true
...
...
app/models/project.rb
View file @
b287462b
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
class
Project
<
ActiveRecord
::
Base
class
Project
<
ActiveRecord
::
Base
include
Gitlab
::
ShellAdapter
include
Gitlab
::
ShellAdapter
extend
Enumerize
extend
Enumerize
ActsAsTaggableOn
.
strict_case_match
=
true
attr_accessible
:name
,
:path
,
:description
,
:issues_tracker
,
:label_list
,
attr_accessible
:name
,
:path
,
:description
,
:issues_tracker
,
:label_list
,
:issues_enabled
,
:wall_enabled
,
:merge_requests_enabled
,
:snippets_enabled
,
:issues_tracker_id
,
:issues_enabled
,
:wall_enabled
,
:merge_requests_enabled
,
:snippets_enabled
,
:issues_tracker_id
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment