Open witwall opened 8 years ago
Does No-CMS support logic delete without modified to many code?
Grocery crud doesn't support this. You might need to disable delete $crud->unset_delete(); And add your own action http://www.grocerycrud.com/documentation/options_functions/add_action
$crud->unset_delete();
Does No-CMS support logic delete without modified to many code?