You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
I created folder Listerners in custom/Espo/Custom.
And added class inherits from AbstractListeners, but it does not hook into any actions.
then I add code to parse custom Listeners folder in getClassesName funcion in (vendor/treolabs/treocore/app/Treo/Core/EventManager/Manager.php)
` // for core
$corePath = CORE_PATH . '/Treo/Listeners';
if (file_exists($corePath)) {
$this->parseDir('Treo', $corePath, $listeners);
}
`
It works but I'm not sure about the others effect will occur or not.
The text was updated successfully, but these errors were encountered: