소스 검색

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

Angus McLeod 6 년 전
부모
커밋
8de21f05b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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