[ic] Bug in menu loader -- FIXED

Stefan Hornburg racke at linuxia.de
Mon Feb 9 14:11:04 EST 2004


On Mon, 09 Feb 2004 14:27:18 +0100
"Dr. Michael Streubel" <Michael.Streubel at palmwaregroup.com> wrote:

> Hi,
> 
> IC 5.0.0.
> 
> In the menu loader, it wasn't possible to use the "non-standard"
> menu modes (tabs other than "Groups and Category Fields"),
> in particular you couldn't create combined category fields
> ( the comb_category field of the products table was not used at all).
> 
> Reason: There is a bug in lib/UI/pages/admin/menu_editor.html in
> lines 84 and 87: The CGI variable qmenu_use_comb_field isn't
> set anywhere; menu_loader.html uses the variable qmenu_comb_field
> instead.
> 
> Therefore: Changing variable name
> qmenu_use_comb_field --> qmenu_comb_field
> in menu_editor.html fixes the bug.

Thanks for the report. I just committed a different fix for that problem
to CVS:

*** menu_loader.html	8 Dec 2003 16:42:51 -0000	2.6
--- menu_loader.html	9 Feb 2004 19:07:36 -0000
***************
*** 207,213 ****
  	<form action="[process href=admin/menu_editor]" style="margin-bottom:0px;">
  	<input type=hidden name=mv_session_id value="[data session id]">
  	<input type=hidden name=mv_action value="back">
! 
  
  <table width="100%" border=0 cellpadding=4 cellspacing=0>
  	<tr>
--- 207,213 ----
  	<form action="[process href=admin/menu_editor]" style="margin-bottom:0px;">
  	<input type=hidden name=mv_session_id value="[data session id]">
  	<input type=hidden name=mv_action value="back">
! 	<input type=hidden name=qmenu_use_comb_field value=1>
  
  <table width="100%" border=0 cellpadding=4 cellspacing=0>
  	<tr>

Bye
	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the interchange-users mailing list