Skip to content

Commit

Permalink
adding a ZCatalog object did not refresh the menu properly
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Oct 2, 2001
1 parent b299579 commit 5b2b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCatalog.py
Expand Up @@ -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):
Expand Down

0 comments on commit 5b2b385

Please sign in to comment.