As part of a customization I defined a module with a menu that has sublevels.
The menu location appears but with no text, It'is only visible when passing the mouse over it.
Menu with sublevels are not visible in 0.6.5, text white?
Started by k1000o, May 20 2012 09:49 PM
menu sublevel visible 0.6.5
2 replies to this topic
#2
Posted 22 May 2012 - 05:54 PM
It's fixed, The problem was that the URL was empty. It was made on purpose because it's a parent menu that does not have a real class behind. So i Changed from
To
'startingState' => 1, 'tabMenuItems' => array( array( 'label' => 'LibrariesModulePluralLabel', 'right' => self::RIGHT_ACCESS_LIBRARIES, 'items' => array(
To
'startingState' => 1,
'tabMenuItems' => array(
array(
'label' => 'LibrariesModulePluralLabel',
'url' => array('/'),
'right' => self::RIGHT_ACCESS_LIBRARIES,
'items' => array(
#3
Posted 22 May 2012 - 08:19 PM
ah ok. Good. Glad to hear it is fixed
Jason Green
Zurmo Team
Need support? Upgrade now
Also tagged with one or more of these keywords: menu, sublevel, visible, 0.6.5
Zurmo Discussions →
Bug Reports →
(Archive) Emails not visible (unless using super user)Started by BjornV, Yesterday, 06:00 PM |
|
|
||
General →
New Here? →
sub menu addingStarted by ksgopinath, 22 Jan 2013 |
|
|
||
Zurmo Discussions →
Installation and Setup →
Creating New Menu and Sub MenuStarted by santosh, 03 Nov 2012 |
|
|
||
Zurmo Discussions →
Bug Reports →
Working Strange with Sublevel menu of moduleStarted by DavidS, 13 Aug 2012 |
|
|
||
Zurmo Discussions →
User Questions →
Zurmo documentation and slow/crash on apacheStarted by Guest_helloworld_* , 10 Mar 2012 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










