0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

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

Dieser Commit ist enthalten in:
Angus McLeod 2018-07-06 11:09:38 +10:00
Ursprung b71ec64a9f
Commit 8de21f05b3

Datei anzeigen

@ -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