Project

General

Profile

« Previous | Next » 

Revision b7cc39f8

Added by Dominic Cleal over 7 years ago

fixes #17197 - don't update DNS on ip6 change to empty string

View differences:

app/models/concerns/orchestration.rb
def update_cache
Rails.cache.write(progress_report_id, (queue.all + post_queue.all).to_json, :expires_in => 5.minutes)
end
def attr_equivalent?(old, new)
(old.blank? && new.blank?) || (old == new)
end
end

Also available in: Unified diff