Commit 69a9cac2 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

bt5_prototype: Import Pdata for exporting images and files

parent a61c144b
......@@ -40,6 +40,7 @@ import time
from copy import deepcopy
from collections import defaultdict
from cStringIO import StringIO
from OFS.Image import Pdata
from lxml.etree import parse
from urllib import quote, unquote
from OFS import SimpleItem, XMLExportImport
......@@ -590,7 +591,6 @@ class PathTemplatePackageItem(Implicit, Persistent):
for id_ in list(id_list):
_delObjectWithoutHook(obj, id_)
self._objects[relative_url] = obj
self._hash[relative_url] = hash_func(obj.asXML()).hexdigest()
obj.wl_clearLocks()
def export(self, context, bpa, catalog_method_template_item = 0, **kw):
......
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