- Issue created by @cobblestone.consulting
If the Events Logging configuration is saved without checking the "Database" checkbox in the Enabled events logging plugins section, a PluginNotFoundException is thrown when creating a taxonomy term
When the settings form is saved without the plugin selected, the plugin value is returned as "database": "0". The EventLog class is getting the "0" value and expecting it to be a plugin ID. Attached patch addresses this issue.
Active
2.0
Code