Adds journaled object reference

pull/712/head
Hagen Schink 11 years ago committed by Sebastian Schuster
parent 241d49685d
commit a297fb9eff
  1. 2
      lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb

@ -61,6 +61,7 @@ module Redmine
:author_id, :author_id,
:event_author, :event_author,
:event_datetime, :event_datetime,
:journable_id,
:project_id, :project_id,
:project, :project,
:event_type, :event_type,
@ -193,6 +194,7 @@ module Redmine
e['event_author'].to_i, e['event_author'].to_i,
nil, nil,
DateTime.parse(e['event_datetime']), DateTime.parse(e['event_datetime']),
e['journable_id'],
e['project_id'].to_i, e['project_id'].to_i,
nil, nil,
event_type.dup.singularize, event_type.dup.singularize,

Loading…
Cancel
Save