Commit 8e7cdd11 authored by 's avatar

Merged fix for broken edit page

parent 9ca54c6c
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
Objects for packages that have been uninstalled. Objects for packages that have been uninstalled.
""" """
import string, SimpleItem, Globals, Acquisition import string, SimpleItem, Globals, Acquisition
from Acquisition import Acquired
import Persistence import Persistence
broken_klasses={} broken_klasses={}
...@@ -98,6 +99,9 @@ class BrokenClass(Acquisition.Explicit, SimpleItem.Item, ...@@ -98,6 +99,9 @@ class BrokenClass(Acquisition.Explicit, SimpleItem.Item,
product_name='unknown' product_name='unknown'
id='broken' id='broken'
manage_page_header = Acquired
manage_page_footer = Acquired
def __getstate__(self): def __getstate__(self):
raise SystemError, ( raise SystemError, (
"""This object was originally created by a product that """This object was originally created by a product that
......
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