From 5742b9007d3019761d9b68db0dbc78025008ef79 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 24 Jun 2024 10:39:13 +0200 Subject: [PATCH] use instructions on searchable also for ProjectCustomField --- app/views/custom_fields/_form.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index f1b0039a02bf..bd686068abbb 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -224,8 +224,11 @@ See COPYRIGHT and LICENSE files for more details.
- <%= f.check_box :searchable, - data: { 'admin--custom-fields-target': 'searchable' }%> + <%= f.check_box :searchable, + data: { 'admin--custom-fields-target': 'searchable' }%> +
+

<%= t('custom_fields.instructions.searchable') %>

+
<% when "TimeEntryCustomField" %>