@@ -56,7 +56,7 class Project < ActiveRecord::Base | |||||
56 | :delete_permission => :manage_files |
|
56 | :delete_permission => :manage_files | |
57 |
|
57 | |||
58 | acts_as_customizable |
|
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 | acts_as_event :title => Proc.new {|o| "#{l(:label_project)}: #{o.name}"}, |
|
60 | acts_as_event :title => Proc.new {|o| "#{l(:label_project)}: #{o.name}"}, | |
61 | :url => Proc.new {|o| {:controller => 'projects', :action => 'show', :id => o.id}}, |
|
61 | :url => Proc.new {|o| {:controller => 'projects', :action => 'show', :id => o.id}}, | |
62 | :author => nil |
|
62 | :author => nil |
General Comments 0
You need to be logged in to leave comments.
Login now