Просмотр исходного кода

Force rendering of activity view if activity items count changed.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9787 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.1.0
Jean-Philippe Lang 12 лет назад
Родитель
Сommit
8d4e528f22
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      app/controllers/activities_controller.rb

+ 1
- 1
app/controllers/activities_controller.rb Просмотреть файл

@@ -40,7 +40,7 @@ class ActivitiesController < ApplicationController

events = @activity.events(@date_from, @date_to)

if events.empty? || stale?(:etag => [@activity.scope, @date_to, @date_from, @with_subprojects, @author, events.first, User.current, current_language])
if events.empty? || stale?(:etag => [@activity.scope, @date_to, @date_from, @with_subprojects, @author, events.first, events.size, User.current, current_language])
respond_to do |format|
format.html {
@events_by_day = events.group_by {|event| User.current.time_to_date(event.event_datetime)}

Загрузка…
Отмена
Сохранить