Detect changes to the user image correctly
This commit is contained in:
parent
6aa8decccc
commit
5564bcabbf
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ private
|
|||
(new_record.nil? or
|
||||
old_record.visible? != new_record.visible? or
|
||||
old_record.display_name != new_record.display_name or
|
||||
old_record.image != new_record.image)
|
||||
old_record.image.fingerprint != new_record.image.fingerprint)
|
||||
old_record.diary_entries.each do |entry|
|
||||
expire_action(:controller => 'diary_entry', :action => 'view', :display_name => old_record.display_name, :id => entry.id)
|
||||
expire_action(:controller => 'diary_entry', :action => 'list', :language => entry.language_code, :display_name => nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue