I am trying to do small change in community module MDN_Organizer in Magento 1.9 and it is turning out to be nightmare for me.
I need to change also one Grid so I created in code/local folders MDN / Organizer / Block / Task and new file Grip.php
For that, I have to rewrite one Action in controller TaskController which is in folder MDN / Organizer / Controllers / TaskController.php
Is it possible to rewrite that controller in local MDN / Organizer folder? Or Do I need to put controller to my own modules?
Can controller have the same name? How etc/config should looks?
Controller is for admin.