diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-10 10:16:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-10 10:16:00 +0000 |
commit | 6656d41a413a91a32f41e0f973c3f9db07cf9c93 (patch) | |
tree | fc1cd37b0e2801c6259c8e46eded594bf26890ef /test/fixtures/custom_values.yml | |
parent | bcbf08017a5f038a61b4af693042bec9f1100953 (diff) | |
download | redmine-6656d41a413a91a32f41e0f973c3f9db07cf9c93.tar.gz redmine-6656d41a413a91a32f41e0f973c3f9db07cf9c93.zip |
Fixes User/CustomValue association broken by r2869 (#3978).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2905 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_values.yml')
-rw-r--r-- | test/fixtures/custom_values.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/custom_values.yml b/test/fixtures/custom_values.yml index 4e3eee4f9..783aa75c9 100644 --- a/test/fixtures/custom_values.yml +++ b/test/fixtures/custom_values.yml @@ -12,19 +12,19 @@ custom_values_007: id: 7 value: Stable custom_values_001: - customized_type: User + customized_type: Principal custom_field_id: 4 customized_id: 3 id: 1 value: "" custom_values_002: - customized_type: User + customized_type: Principal custom_field_id: 4 customized_id: 4 id: 2 value: 01 23 45 67 89 custom_values_003: - customized_type: User + customized_type: Principal custom_field_id: 4 customized_id: 2 id: 3 |