Explorar o código

We're taking an exclusive approach to attributes in the client now

Angus McLeod %!s(int64=6) %!d(string=hai) anos
pai
achega
8de21f05b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/admin.rb

+ 1 - 1
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