diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb
index 2e50188..5a90cc0 100644
--- a/app/views/custom_fields/_form.html.erb
+++ b/app/views/custom_fields/_form.html.erb
@@ -27,33 +27,12 @@
<% case @custom_field.class.name
when "IssueCustomField" %>
<%= f.check_box :is_required %>
- <%= f.check_box :is_for_all, :data => {:disables => '#custom_field_project_ids input'} %>
<% if @custom_field.format.is_filter_supported %>
<%= f.check_box :is_filter %>
<% end %>
<% if @custom_field.format.searchable_supported %>
<%= f.check_box :searchable %>
<% end %>
-
-
-
-
- <% Role.givable.sorted.each do |role| %>
-
- <% end %>
- <%= hidden_field_tag 'custom_field[role_ids][]', '' %>
-
<% when "UserCustomField" %>
<%= f.check_box :is_required %>
@@ -99,6 +78,27 @@ when "IssueCustomField" %>
<% if @custom_field.is_a?(IssueCustomField) %>
+
+
+
-