I'm trying to override the trash button in the administrator back end in Joomla
I'm putting into the controller:
public function trash( $task = 'trash', $alt = 'trash', $check = true ){
echo "here";
exit();
}
(I've also tried it with task = remove)
But I can't get it to work. Joomla ignores this and simply deletes the field.
I've already put in a save override and save2copy but I can't figure out why this won't work. Can someone help?
thanks