From 8de21f05b30c9f5dbc938b662645b24d63b76fe3 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 6 Jul 2018 11:09:38 +1000 Subject: [PATCH] We're taking an exclusive approach to attributes in the client now --- controllers/admin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin.rb b/controllers/admin.rb index 69941e77..b98cd9f9 100644 --- a/controllers/admin.rb +++ b/controllers/admin.rb @@ -105,7 +105,7 @@ class CustomWizard::AdminController < ::ApplicationController Jobs.enqueue(:clear_after_time_wizard, wizard_id: wizard['id']) end - PluginStore.set('custom_wizard', wizard["id"], existing.merge(wizard)) + PluginStore.set('custom_wizard', wizard["id"], wizard) render json: success_json end