|
|
|
@ -105,6 +105,7 @@ module Redmine
|
|
|
|
|
if event_type.to_s != 'course_journals_for_messages'
|
|
|
|
|
cur_objs = provider.find_events1(event_type, @user, from, to, @options)
|
|
|
|
|
end
|
|
|
|
|
if cur_objs
|
|
|
|
|
cur_objs.each do |cur_obj|
|
|
|
|
|
if cur_obj.class == Issue
|
|
|
|
|
if cur_obj.project != nil && cur_obj.project.project_status != nil
|
|
|
|
@ -115,6 +116,7 @@ module Redmine
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
if e.count > options[:limit]
|
|
|
|
|
break
|
|
|
|
|
end
|
|
|
|
|