Stumbled into this issue again. So what I have is a select with parent categories in the listview. When I select parent category 92 I get parent category 192 as well. The sql explains it:
SELECT `id`, `title`, `slug`, `parent`, `precedence`, `activ…
Thanks. Most is working now. I have ran into the following issues:
Pages > Create
Pages > Edit
Message: Undefined index: location
Filename: models/Fuel_pages_model.php
Line Number: 72
I changed the casing of the model name. It helps for Ed…
I tried that, but it doesn't make a difference. I noticed the following as well: when I assign a category to a tag, than that category shows in the tag dialog instead of the tag.
1. There is no where property, just: public $has_many = array('tags' => 'fuel_tags');
2. Tables look fine. There's no problem with tag management as well. They just don't show up in the model.
3. I checked the specs of the servers. The server whe…
I mean the CMS admin menu on the left side. So the state is rembered by cookie? That's an elegant solution. However, as I do see an encrypted cookie containing the word leftnav, closing menus, loggin out and in again does not return the menus in the…