I have 2 different extensions that override the same controller file \Espo\Controllers\EntityManager.php
They do not over ride the same methods.
The extension with the highest module number is loaded and executed and the other is not executed
How does the overriding work? can only one extension override a controller at a time?
There are no logs to indicate an error.
They do not over ride the same methods.
The extension with the highest module number is loaded and executed and the other is not executed
How does the overriding work? can only one extension override a controller at a time?
There are no logs to indicate an error.
Comment