diff options
author | Go MAEDA <maeda@farend.jp> | 2022-09-01 05:25:04 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-09-01 05:25:04 +0000 |
commit | 099a9adcb30054b7a58bcea61c5bd5d39c17f9ad (patch) | |
tree | f7b031aceda06866b72481dbe32b24b6a798a116 /test/fixtures | |
parent | 6755063664241d02043eb8c12a97c1377cd72e11 (diff) | |
download | redmine-099a9adcb30054b7a58bcea61c5bd5d39c17f9ad.tar.gz redmine-099a9adcb30054b7a58bcea61c5bd5d39c17f9ad.zip |
Add description field to custom fields API (#37617).
Patch by Holger Just and Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@21793 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 98dccdfcb..0ca34ab9f 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -1,6 +1,7 @@ --- custom_fields_001: name: Database + description: Select one of the databases regexp: "" is_for_all: true is_filter: true |