Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
We're taking an exclusive approach to attributes in the client now
Dieser Commit ist enthalten in:
Ursprung
b71ec64a9f
Commit
8de21f05b3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren