Editing titlebar for model CRUD

edited December 2013 in Feature Requests
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

  • edited 8:32PM
    That is one of the last things the module controller (fuel/modules/fuel/controllers/module.php) does before rendering the page, so if you set it somewhere in your model, it will get overwritten. The only way to set the title bar at this time is to do it in a controller.
Sign In or Register to comment.