mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
With #2089, PluginConfig.installed() is also called for newly created events. However, the passed event argument is still not committed. The plugins cannot use the event to insert or select objects, as it does not have an ID yet.