[gen] Bugfixes.
This commit is contained in:
parent
50bd996c3b
commit
6cd64fdc50
4 changed files with 10 additions and 6 deletions
|
@ -893,6 +893,9 @@ class AbstractWrapper(object):
|
|||
setattr(appyObj, attrName, attrValue)
|
||||
except AttributeError, ae:
|
||||
if raiseOnWrongAttribute: raise ae
|
||||
# Call custom early initialization
|
||||
if executeMethods and hasattr(appyObj, 'onEditEarly'):
|
||||
appyObj.onEditEarly()
|
||||
if isField:
|
||||
# Link the object to this one
|
||||
field.linkObject(self, appyObj, executeMethods=executeMethods)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue