equal
deleted
inserted
replaced
796 * add owned_by relation by creating the necessary CWRelation entity |
796 * add owned_by relation by creating the necessary CWRelation entity |
797 * register an operation to add the entity type to the instance's |
797 * register an operation to add the entity type to the instance's |
798 schema on commit |
798 schema on commit |
799 """ |
799 """ |
800 __regid__ = 'syncaddcwetype' |
800 __regid__ = 'syncaddcwetype' |
801 events = ('before_add_entity',) |
801 events = ('after_add_entity',) |
802 |
802 |
803 def __call__(self): |
803 def __call__(self): |
804 entity = self.entity |
804 entity = self.entity |
805 if entity.get('final'): |
805 if entity.get('final'): |
806 return |
806 return |