mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
Removed fragment caching on gantt and calendar.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1157 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -25,8 +25,6 @@ class IssuesController < ApplicationController
|
||||
before_filter :authorize, :except => [:index, :changes, :preview, :update_form, :context_menu]
|
||||
before_filter :find_optional_project, :only => [:index, :changes]
|
||||
accept_key_auth :index, :changes
|
||||
|
||||
cache_sweeper :issue_sweeper, :only => [ :new, :edit, :bulk_edit, :destroy ]
|
||||
|
||||
helper :journals
|
||||
helper :projects
|
||||
|
||||
Reference in New Issue
Block a user