Browse Source

Add custom wizard event trigger

Angus McLeod 7 năm trước cách đây
mục cha
commit
5174d23055
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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