Editing titlebar for model CRUD
I am having some issues getting $this->fuel->admin->set_titlebar() to work when using the built in CRUD functionality for either simple or advanced modules. If I am running it through one of my advanced controllers it works fine, but when using the built in CRUD functionality it won't let me overwrite the default. It seems to only work from a controller not a model, is there something I am missing on how to set the breadcrumb/titlebar?
Comments