From 1ed79acc71f7bd05638606978d79ca6d6794a318 Mon Sep 17 00:00:00 2001 From: Yuichi HARADA Date: Wed, 25 Aug 2021 15:36:19 +0900 Subject: [PATCH 2/5] Change is_for_all to true in test/fixtures/custom_fields.yml --- test/fixtures/custom_fields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index 489eea15a1..1c617625c2 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -34,7 +34,7 @@ custom_fields_002: custom_fields_003: name: Development status regexp: "" - is_for_all: false + is_for_all: true is_filter: true type: ProjectCustomField possible_values: @@ -126,7 +126,7 @@ custom_fields_009: custom_fields_010: name: Overtime regexp: "" - is_for_all: false + is_for_all: true is_filter: false type: TimeEntryCustomField possible_values: "" -- 2.33.0