Modified: trunk/app/models/workflow.rb (2263 => 2264)
--- trunk/app/models/workflow.rb 2009-08-20 15:28:41 UTC (rev 2263)
+++ trunk/app/models/workflow.rb 2009-08-21 12:07:33 UTC (rev 2264)
@@ -81,8 +81,7 @@
end
- #non_versioned_fields.push("image", "svg", "license", "tag_list") # acts_as_versioned and file_column don't get on
- non_versioned_columns.push("license_id", "tag_list", "body_html")
+ non_versioned_columns.push("license_id", "tag_list")
acts_as_solr(:fields => [ :title, :body, :tag_list, :contributor_name, :kind, :get_all_search_terms ],
:boost => "search_boost",