bug fix: delete all objects in list...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2945 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7e2c0d98bf
commit
4d05fa9ab3
1 changed files with 2 additions and 2 deletions
|
@ -95,6 +95,6 @@ class ActionExecutor(FormController):
|
|||
print '*** delete', uids
|
||||
for uid in uids:
|
||||
obj = util.getObjectForUid(uid)
|
||||
parent = getParent(obj)
|
||||
del parent[getName(obj)]
|
||||
parent = getParent(obj)
|
||||
del parent[getName(obj)]
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue