dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] Adding a submenu entry to projects


From: Doursenaud , Raphaël
Subject: [Dolibarr-dev] Adding a submenu entry to projects
Date: Mon, 24 Nov 2014 15:50:43 +0100

Hi all,

I'm trying to declare a submenu to the projects menu.
So far I've only been able to add it to the "My projects", but I want it under "Projects".

Is this a bug or am I doing something stupid?

Here's the code I'm using in my module descriptor:
$this->menu[] = array(
'fk_menu' => 'fk_mainmenu=project,fk_leftmenu=projects',
'type' => 'left',
'titre' => 'MyMenuTitle',
'mainmenu' => 'project',
'leftmenu' => 'projects',
'url' => '/mymodule/project/somepage.php',
'langs' => 'address@hidden',
'position' => '100',
'enabled' => '$conf->mymodule->enabled && $conf->projet->enabled',
'perms' => '$user->rights->projet->lire',
'target' => '',
'user' => '0', // Internal only
);

Thanks!

--
Raphaël Doursenaud
Directeur technique (CTO)
Expert certifié en déploiement Google Apps
+33 (0)5 35 53 97 13 - +33 (0)6 68 48 20 10

http://gpcsolutions.fr
Technopole Hélioparc
2 avenue du Président Pierre Angot
64053 PAU CEDEX 9
SARL GPC.solutions au capital de 7 500 € - R.C.S. PAU 528 995 921

reply via email to

[Prev in Thread] Current Thread [Next in Thread]