diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-05 10:08:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-05 10:08:11 +0000 |
commit | ca166b30e1b223c7f3aba3befc894a8597362592 (patch) | |
tree | 42d3a97b4d38db99ba3ff6a91aa23e75db44b5c4 /test/fixtures/boards.yml | |
parent | 3d65ed7aa0b6892ca76160a89694acc4efa79f27 (diff) | |
download | redmine-ca166b30e1b223c7f3aba3befc894a8597362592.tar.gz redmine-ca166b30e1b223c7f3aba3befc894a8597362592.zip |
Adds the ability to move threads between project forums (#2452). 'Edit message' permission is required.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2649 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/boards.yml')
-rw-r--r-- | test/fixtures/boards.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/boards.yml b/test/fixtures/boards.yml index b6b42aaa3..a4795c21e 100644 --- a/test/fixtures/boards.yml +++ b/test/fixtures/boards.yml @@ -6,8 +6,8 @@ boards_001: id: 1
description: Help board
position: 1
- last_message_id: 5
- messages_count: 5
+ last_message_id: 6
+ messages_count: 6
boards_002:
name: Discussion
project_id: 1
|