summaryrefslogtreecommitdiffstats
path: root/test/fixtures/versions.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-08 13:03:41 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-08 13:03:41 +0000
commitd201c54455fd15d0069de5a60bc99a57cc380ba3 (patch)
treeef8c74e1de77b36bb2548c43a09a21897b9c41ec /test/fixtures/versions.yml
parent7c14c6d42e469f1cd81b08c059a9717566fe4e1f (diff)
downloadredmine-d201c54455fd15d0069de5a60bc99a57cc380ba3.tar.gz
redmine-d201c54455fd15d0069de5a60bc99a57cc380ba3.zip
Adds version status to limit issue assignments (#1245).
Available version statuses are: * open: no restriction * locked: can not assign new issues to the version * closed: can not assign new issues and can not reopen assigned issues git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3020 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/versions.yml')
-rw-r--r--test/fixtures/versions.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/versions.yml b/test/fixtures/versions.yml
index 9306811f2..bcecb67d5 100644
--- a/test/fixtures/versions.yml
+++ b/test/fixtures/versions.yml
@@ -7,6 +7,7 @@ versions_001:
id: 1
description: Beta
effective_date: 2006-07-01
+ status: closed
versions_002:
created_on: 2006-07-19 21:00:33 +02:00
name: "1.0"
@@ -15,6 +16,7 @@ versions_002:
id: 2
description: Stable release
effective_date: <%= 20.day.from_now.to_date.to_s(:db) %>
+ status: locked
versions_003:
created_on: 2006-07-19 21:00:33 +02:00
name: "2.0"
@@ -23,4 +25,5 @@ versions_003:
id: 3
description: Future version
effective_date:
+ status: open
\ No newline at end of file