typo introduced in menu loading code at revision 2107

Bug #926408 reported by Ferdinand
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Fix Released
Undecided
OpenERP R&D Web Team

Bug Description

=== modified file 'addons/web/controllers/main.py'
--- addons/web/controllers/main.py 2012-02-03 13:22:49 +0000
+++ addons/web/controllers/main.py 2012-02-03 23:25:49 +0000
@@ -695,7 +695,7 @@
         :rtype: dict('children': menu_nodes)
         """
         root_children = self.do_load_level(req)
- root_menu = {'id': False, 'name': 'root', 'parent_id': [-1, ''], 'children' : children }
+ root_menu = {'id': False, 'name': 'root', 'parent_id': [-1, ''], 'children' : root_children }
         return root_menu

     @openerpweb.jsonrequest

Related branches

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Fixed at revision 2108 revision-id: <email address hidden>

Changed in openerp-web:
assignee: nobody → OpenERP R&D Web Team (openerp-dev-web)
status: New → Fix Released
summary: - coding error children
+ typo introduced in menu loading code at revision 2107
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.