ERoot.find and ERoot.findOne are supposed to be able to find all created controllers, including
the extended ones. The same goes for EController.find and EController.findOne - they are supposed to be able to find extended controllers, and not just the explicit ones.
Actual Behavior
The above methods can only find explicit controller names, but not the extended ones.
Steps to Reproduce
Create an alias name, and try to find it during initialization. It will fail.
The solution was a major update, adding new event onPostInit, as the only point at which it is possible to locate and communicate with controllers created through extension.
Expected Behavior
ERoot.find and ERoot.findOne are supposed to be able to find all created controllers, including the extended ones. The same goes for EController.find and EController.findOne - they are supposed to be able to find extended controllers, and not just the explicit ones.
Actual Behavior
The above methods can only find explicit controller names, but not the extended ones.
Steps to Reproduce
Create an alias name, and try to find it during initialization. It will fail.
Environment