]> source.dussan.org Git - redmine.git/commit
Added project specific Enumeration overrides.
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 21 Oct 2009 22:34:34 +0000 (22:34 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 21 Oct 2009 22:34:34 +0000 (22:34 +0000)
commit29301c8a381aa5995a0ce2e10ad91f210dc6464f
tree5d855e29cb37ca5e2dc28a76a9b1bd4c781cce08
parente76d4c5c4c3f2beb8be1f441148e4627a14d37d1
Added project specific Enumeration overrides.

These will be used to track if Enumeration's custom data or active state
is overridden on a project.  An overridden Enumeration is one that is associated
with a parent Enumeration.

  #4077

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2947 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/enumeration.rb
db/migrate/20090403001910_add_project_to_enumerations.rb [new file with mode: 0644]
db/migrate/20090406161854_add_parent_id_to_enumerations.rb [new file with mode: 0644]
test/unit/enumeration_test.rb