Call plugin's installed() method upon event creation (#2089)

Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
Maico Timmerman
2021-05-27 10:27:18 +02:00
committed by GitHub
parent ffc41605f9
commit ab30129fc2
3 changed files with 7 additions and 2 deletions

View File

@@ -1402,7 +1402,7 @@ class QuickSetupView(FormView):
})
quota.items.add(*items)
self.request.event.plugins = ",".join(plugins_active)
self.request.event.set_active_plugins(plugins_active, allow_restricted=True)
self.request.event.save()
messages.success(self.request, _('Your changes have been saved. You can now go on with looking at the details '
'or take your event live to start selling!'))