3.6 updates
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Oct 2009 08:47:41 +0200
changeset 3645 7272b793d7c9
parent 3630 275feb5370c9
child 3646 3bba270202ef
3.6 updates
web/views/actions.py
web/views/tabs.py
--- a/web/views/actions.py	Fri Oct 09 16:46:44 2009 +0200
+++ b/web/views/actions.py	Tue Oct 13 08:47:41 2009 +0200
@@ -366,7 +366,7 @@
 # footer actions ###############################################################
 
 class PoweredByAction(action.Action):
-    id = 'poweredby'
+    __regid__ = 'poweredby'
     __select__ = yes()
 
     category = 'footer'
--- a/web/views/tabs.py	Fri Oct 09 16:46:44 2009 +0200
+++ b/web/views/tabs.py	Tue Oct 13 08:47:41 2009 +0200
@@ -195,7 +195,7 @@
 
 
 class PrimaryTab(primary.PrimaryView):
-    id = 'main_tab'
+    __regid__ = 'main_tab'
     title = None
 
     def is_primary(self):