Project

General

Profile

« Previous | Next » 

Revision e361f5c2

Added by Ivan Necas almost 7 years ago

Update the satellite upgrade to new code

View differences:

definitions/procedures/sync_plans/enable.rb
private
def enabled_sync_plans
feature(:sync_plans).load_from_storage(storage)
with_spinner('re-enabling sync plans') do |spinner|
record_ids = feature(:sync_plans).make_enable
spinner.update "Total #{record_ids.length} sync plans are now enabled."
end
ensure
feature(:sync_plans).save_to_storage(storage)
end
end
end

Also available in: Unified diff