Our common controller extends Hybrid controller in our project.
Before we update our system to 1.3, we were using "post_somemethod". It worked fine.
Now when we use post_somemethod it doesn't even call it. It calls to "action_somemethod".
Why can't we use it like before?
Do we have to check it in our "action_somemethod" function with "is_ajax()"?
PS: None of them posted or got by ajax request.