andrews
#1
Found a bug in AdminMenuService
The following code needs to be applied to make it work
AdminMenuService function removeTopMenu(required topMenu){
for(var x=1; x lte arrayLen(menu); x++ ){
if( menu[x].name eq topMenuMap[arguments.topMenu].name ){
arrayDeleteAt( menu, x );
structDelete(topMenuMap, arguments.topMenu);
break;
}
}
// return
return this;
}
lmajano
#2
Found a bug in AdminMenuService
The following code needs to be applied to make it work
AdminMenuService function removeTopMenu(required topMenu){
for(var x=1; x lte arrayLen(menu); x++ ){
if( menu[x].name eq topMenuMap[arguments.topMenu].name ){
arrayDeleteAt( menu, x );
structDelete(topMenuMap, arguments.topMenu);
break;
}
}
// return
return this;
}
lmajano
#3
andrews
#4
I see this has not been fixed yet either 
lmajano
#5
You are more than welcome to submit a pull request as well.
Luis Majano
CEO
Ortus Solutions, Corp
Toll Free/Fax: 1-888-557-8057
Direct: 909-248-3408
www.ortussolutions.com
Twitter: @lmajano, @ortussolutions