Summary:
onAddCompany, onEditCompany
Detailed Description:
Hello,
The object send to the onAddCompany and onEditCompany is private, can you make
this public, so we can reach the elements a normal way.
I have now used:
$objCompany = $params["object"];
$status = $objCompany->__get('status');
$id = $objCompany->__get('id');
This is working, but if you change the code, the maybe you change the __get()
function and my code won't work anymore.
Or send also the id seperate to the event, as you do with onDeleteCompany.
With here the topic on the forum:
http://forum.cmsmadesimple.org/viewtopic.php?f=7&t=75172&p=329286#p329286
Thank you
Martijn