equal
deleted
inserted
replaced
74 super(Logic, self)._onCreate(entity) |
74 super(Logic, self)._onCreate(entity) |
75 |
75 |
76 def _updateField(self, entity, entity_properties, name): |
76 def _updateField(self, entity, entity_properties, name): |
77 """Called when the fields of the request are updated. |
77 """Called when the fields of the request are updated. |
78 |
78 |
79 - Sends out a message depending on the change of status |
79 Sends out a message depending on the change of status. |
80 """ |
80 """ |
81 |
81 |
82 value = entity_properties[name] |
82 value = entity_properties[name] |
83 |
83 |
84 if name == 'status' and entity.status != value: |
84 if name == 'status' and entity.status != value: |