Thanks admin, it works now .
Doc is here - http://docs.getfuelcms.com/libraries/fuel_admin#func_set_notification
And message should look like - $this->fuel->admin->set_notification('Custom message ...', 'success');
yes, onegun, you are right, here is CI documentation about input class - https://ellislab.com/codeigniter/user-guide/libraries/input.html.
My question is: how to set filter value in the _model.php file?
The problem is because FUEL does an AJAX pag…
Hello Admin,
I have added filters in the config/MY_fuel_modules.php file, and now I see hidden field in the list, and I see it in the AJAX request.
But I still can't set value from Get ((.
I'm trying to do this in another_module_model.php->list…