Commit 587a5c22 authored by Amos Latteier's avatar Amos Latteier

Fixed ZInstanceSheetsSheet _delOb signature. There are still problems, though.

parent 2fae6511
......@@ -147,7 +147,7 @@ class ZInstanceSheetsSheet(OFS.PropertySheets.View,
rclass(pc)
def _delOb(self, id, value):
def _delOb(self, id):
delattr(self, id)
pc=self.aq_inner.aq_parent.aq_parent._zclass_propertysheets_class
delattr(pc,id)
......
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