Commit 0beb3e17 authored by Jim Fulton's avatar Jim Fulton

Added magic to update the navigation pane when a class is added.

parent 84765d27
......@@ -158,7 +158,8 @@ def manage_addZClass(self, id, title='', baseclasses=[],
id+'_addForm',
)
if REQUEST is not None: return self.manage_main(self,REQUEST)
if REQUEST is not None:
return self.manage_main(self,REQUEST, update_menu=1)
def manage_subclassableClassNames(self):
r={}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment