# HG changeset patch # User Lennard de Rijk # Date 1254066403 -7200 # Node ID ba4aeaaad0a14ba7700592c188226967b97063cf # Parent 2b3c39483f6fdac4433dd4b89da13e33d8a3bedc Fixed GHOP Task Logic's updateEntityProperties. This method now properly calls the supermethod and also uses the right keyword argument (silent instead of siltent). diff -r 2b3c39483f6f -r ba4aeaaad0a1 app/soc/modules/ghop/logic/models/task.py --- a/app/soc/modules/ghop/logic/models/task.py Sun Sep 27 01:23:58 2009 +0530 +++ b/app/soc/modules/ghop/logic/models/task.py Sun Sep 27 17:46:43 2009 +0200 @@ -141,9 +141,9 @@ } entity_properties.update(history_property) - # call the base logic method to store the updated Task entity - return super(Logic, self).updateEntityProperties( - entity, entity_properties, siltent=silent, store=store) + # call the base logic method to store the updated Task entity + return super(Logic, self).updateEntityProperties( + entity, entity_properties, silent=silent, store=store) def updateEntityPropertiesWithCWS(self, entity, entity_properties, comment_properties=None,