As designed  XenForo_ControllerAdmin_NodeAbstract needs some abstract methods

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
When i try to delete a node from the acp node list, method Deleteconfirm is called automatic.

I didn't know that this method is required, so i didn't implement it into my acp node controller

That's why i'm getting
The controller Ragtek_AS_ControllerAdmin_Category does not define an action called Deleteconfirm.

IMHO you should implement the necessary methods (edit, confirmdelete,save) as abstract in XenForo_ControllerAdmin_NodeAbstract.
 
Top Bottom