v1.0.6 permissions issue with advanced module
I have a v1.0.6 Fuel site on which I have created an advanced module, with 2 sub models. I've added the permissions for the parent module name, and both sub models. I've added the other CMS user to these. When I log in as this user, I can see (from the navigation links) the parent, and just 1 sub model. But not the other. I cannot think why this would be so.
The user is in the fuel relationships table against the permissions, and if I use the sub module url, that user has access to it, but the link in the left menu refuses to show. It differs from the other model in having an underscore in the name, but I can't see that matters? As admin, of course both models are visible. The module nav is like so:
$config['nav']['sms'] = array(
'sms' => 'Sms',
'sms/customer_messages' => 'Customer Messages',
'sms/reminders' => 'Reminder list',
);
It's the "customer_messages" link that won't show for the non-admin user!
Incidentally, I tried to upgrade to the last Fuel version (to avoid the "change permissions, reset user password problem" in particular), but I entered a lot of pain doing that, with blogs as much as anything else (Dwoo libraries and so on)
Comments
On the other hand, the sibling model "reminders" is not stored as "sms/reminders" but not only appears, but is accessible too.