##// END OF EJS Templates
Allow project custom fields to be searchable (#4945)....
Jean-Philippe Lang -
r3396:82310d3162ed
parent child
Show More
@@ -90,6 +90,7 when "IssueCustomField" %>
90 90
91 91 <% when "ProjectCustomField" %>
92 92 <p><%= f.check_box :is_required %></p>
93 <p><%= f.check_box :searchable %></p>
93 94
94 95 <% when "TimeEntryCustomField" %>
95 96 <p><%= f.check_box :is_required %></p>
General Comments 0
You need to be logged in to leave comments. Login now