diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-17 21:00:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-17 21:00:56 +0000 |
commit | 524cd689cf8743c389aab6a767a09383891dc5c6 (patch) | |
tree | 857334f93146211c3fc88e08ca8da6e5e7437746 /test/fixtures/projects.yml | |
parent | b4eafd9ea8132534f75e3065c3d36345610e907a (diff) | |
download | redmine-524cd689cf8743c389aab6a767a09383891dc5c6.tar.gz redmine-524cd689cf8743c389aab6a767a09383891dc5c6.zip |
Project identifier is now used in URLs (instead of project id).
URLs with a project id will still be recognized.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1007 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/projects.yml')
-rw-r--r-- | test/fixtures/projects.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/projects.yml b/test/fixtures/projects.yml index d3758c9e3..ad5cf4aa2 100644 --- a/test/fixtures/projects.yml +++ b/test/fixtures/projects.yml @@ -41,5 +41,5 @@ projects_004: description: eCookbook Subproject 2
homepage: ""
is_public: true
- identifier: subproject1
+ identifier: subproject2
parent_id: 1
|