diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-22 15:35:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-22 15:35:11 +0000 |
commit | 0d5b03bab7338da4a5c456f21d18dd09308e0d8a (patch) | |
tree | 7ad69dd36856a69db0a3fe84f251f0687674e0c1 /test/fixtures | |
parent | b025b63111089a5048f4fef5af30c98c0de26b8a (diff) | |
download | redmine-0d5b03bab7338da4a5c456f21d18dd09308e0d8a.tar.gz redmine-0d5b03bab7338da4a5c456f21d18dd09308e0d8a.zip |
Add filters on cross-project issue list for custom fields marked as 'For all projects'.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1576 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/custom_fields.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index 3a9e79a29..9d88bc6fb 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -30,6 +30,7 @@ custom_fields_003: min_length: 0
regexp: ""
is_for_all: false
+ is_filter: true
type: ProjectCustomField
max_length: 0
possible_values: Stable|Beta|Alpha|Planning
|