fix document activity url
This commit is contained in:
parent
47ecf151dd
commit
81e97d23a8
@ -21,7 +21,7 @@ class Document < ActiveRecord::Base
|
|||||||
acts_as_attachable :delete_permission => :manage_documents
|
acts_as_attachable :delete_permission => :manage_documents
|
||||||
|
|
||||||
acts_as_journalized :event_title => Proc.new {|o| "#{l(:label_document)}: #{o.title}"},
|
acts_as_journalized :event_title => Proc.new {|o| "#{l(:label_document)}: #{o.title}"},
|
||||||
:event_url => Proc.new {|o| {:controller => 'documents', :action => 'show', :id => o.id} },
|
:event_url => Proc.new {|o| {:controller => 'documents', :action => 'show', :id => o.versioned_id}},
|
||||||
:event_author => (Proc.new do |o|
|
:event_author => (Proc.new do |o|
|
||||||
o.attachments.find(:first, :order => "#{Attachment.table_name}.created_on ASC").try(:author)
|
o.attachments.find(:first, :order => "#{Attachment.table_name}.created_on ASC").try(:author)
|
||||||
end)
|
end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user