Commit 04573788 authored by Andreas Jung's avatar Andreas Jung

adding a ZCatalog object did not refresh the menu properly

parent 7b625d75
......@@ -124,7 +124,7 @@ def manage_addZCatalog(self, id, title,
c=ZCatalog(id, title, vocab_id, self)
self._setObject(id, c)
if REQUEST is not None:
return self.manage_main(self, REQUEST)
return self.manage_main(self, REQUEST,update_menu=1)
class ZCatalog(Folder, Persistent, Implicit):
......
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