15 Apr
2009
15 Apr
'09
12:50 p.m.
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