<?xml version="1.0" encoding="UTF-8"?>
<issue>
  <id>775</id>
  <project name="Redmine" id="1"/>
  <tracker name="Patch" id="3"/>
  <status name="Closed" id="5"/>
  <priority name="Normal" id="4"/>
  <author name="Charles-Marie DE GRAEVE" id="488"/>
  <category name="Custom fields" id="14"/>
  <subject>unable to create a custom field for tracker</subject>
  <description>Here is a patch for an error i get with release 6.3 when clicking on Administration / Settings / Custom Values / trackers / new


&lt;pre&gt;
diff -Naur trunk_6.3/app/views/custom_fields/_form.rhtml eads_ver/app/views/custom_fields/_form.rhtml
--- trunk_6.3/app/views/custom_fields/_form.rhtml	2007-12-18 19:17:42.000000000 +0100
+++ eads_ver/app/views/custom_fields/_form.rhtml	2008-02-29 13:39:24.000000000 +0100
@@ -85,7 +85,7 @@
     &lt;p&gt;&lt;%= f.check_box :is_required %&gt;&lt;/p&gt;
     &lt;p&gt;&lt;%= f.check_box :is_for_all %&gt;&lt;/p&gt;
     &lt;p&gt;&lt;%= f.check_box :is_filter %&gt;&lt;/p&gt;
-    &lt;p&gt;&lt;%= f.check_box :searchable %&gt;&lt;/p&gt;
+
     
 &lt;% when "UserCustomField" %&gt;
     &lt;p&gt;&lt;%= f.check_box :is_required %&gt;&lt;/p&gt;
&lt;/pre&gt;
</description>
  <start_date>2008-03-03</start_date>
  <due_date></due_date>
  <done_ratio>0</done_ratio>
  <estimated_hours></estimated_hours>
  <created_on>Mon Mar 03 16:33:55 +0100 2008</created_on>
  <updated_on>Wed Mar 05 13:05:18 +0100 2008</updated_on>
  <journals>
    <journal id="1635">
      <user name="Jean-Philippe Lang" id="1"/>
      <notes>I think you forgot to migrate your database. The 'searchable' field was added in 0.6.3.</notes>
      <details>
        <detail old="1" name="status_id" property="attr" new="5"/>
      </details>
    </journal>
  </journals>
</issue>
