Skip to content

Commit

Permalink
use instructions on searchable also for ProjectCustomField
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Jun 24, 2024
1 parent 51006d1 commit 5742b90
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/custom_fields/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@ See COPYRIGHT and LICENSE files for more details.
</div>
</div>
<div class="form--field">
<%= f.check_box :searchable,
data: { 'admin--custom-fields-target': 'searchable' }%>
<%= f.check_box :searchable,
data: { 'admin--custom-fields-target': 'searchable' }%>
<div class="form--field-instructions">
<p><%= t('custom_fields.instructions.searchable') %></p>
</div>
</div>
<% when "TimeEntryCustomField" %>
<div class="form--field">
Expand Down

0 comments on commit 5742b90

Please sign in to comment.