[Zope-dev] Zope 2.12: versions thingy in Control_Panel
Chris Withers
chris at simplistix.co.uk
Wed Apr 15 08:50:27 EDT 2009
Hi All,
A little gotcha in 2.12 is that, because Versions are now gone, you get
some weird errors when you try and view the ZMI using an older Data.fs.
The following fixed it for me:
>>> cp = app.Control_Panel
>>> cp._objects = tuple([i for i in app._objects if
i['id']!='Versions'])
>>> import transaction
>>> transaction.get().commit()
Hope this helps!
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-Dev
mailing list