From bf137818bbe1491fd41409d4729f9c35dc6a0ce2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 29 May 2011 07:12:38 +0000 Subject: Fixed: activity shows updates of private issues (#8432). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5944 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/journal.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app') diff --git a/app/models/journal.rb b/app/models/journal.rb index cb5aad21a..d0f7cc030 100644 --- a/app/models/journal.rb +++ b/app/models/journal.rb @@ -32,7 +32,6 @@ class Journal < ActiveRecord::Base :url => Proc.new {|o| {:controller => 'issues', :action => 'show', :id => o.issue.id, :anchor => "change-#{o.id}"}} acts_as_activity_provider :type => 'issues', - :permission => :view_issues, :author_key => :user_id, :find_options => {:include => [{:issue => :project}, :details, :user], :conditions => "#{Journal.table_name}.journalized_type = 'Issue' AND" + -- cgit v1.2.3