Browse Source

Add custom wizard event trigger

Angus McLeod 7 years ago
parent
commit
5174d23055
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugin.rb

+ 2 - 0
plugin.rb

@@ -135,4 +135,6 @@ after_initialize do
       complete_custom_wizard.present?
     end
   end
+
+  DiscourseEvent.trigger(:custom_wizard_ready)
 end