##// END OF EJS Templates
Makes project identifiers searchable (#4897)....
Jean-Philippe Lang -
r3367:b2dee55e72f4
parent child
Show More
@@ -56,7 +56,7 class Project < ActiveRecord::Base
56 56 :delete_permission => :manage_files
57 57
58 58 acts_as_customizable
59 acts_as_searchable :columns => ['name', 'description'], :project_key => 'id', :permission => nil
59 acts_as_searchable :columns => ['name', 'identifier', 'description'], :project_key => 'id', :permission => nil
60 60 acts_as_event :title => Proc.new {|o| "#{l(:label_project)}: #{o.name}"},
61 61 :url => Proc.new {|o| {:controller => 'projects', :action => 'show', :id => o.id}},
62 62 :author => nil
General Comments 0
You need to be logged in to leave comments. Login now