From 5174d23055ee9be9490088967f28b889570c804c Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 16 Jan 2018 15:13:50 +0800 Subject: [PATCH] Add custom wizard event trigger --- plugin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.rb b/plugin.rb index 1dbfd009..4070f086 100644 --- a/plugin.rb +++ b/plugin.rb @@ -135,4 +135,6 @@ after_initialize do complete_custom_wizard.present? end end + + DiscourseEvent.trigger(:custom_wizard_ready) end