diff -r 3f9dd37d98a8 -r 3b5e0e0880cd app/soc/views/models/notification.py --- a/app/soc/views/models/notification.py Sat Apr 11 22:58:19 2009 +0000 +++ b/app/soc/views/models/notification.py Sat Apr 11 22:58:57 2009 +0000 @@ -195,7 +195,7 @@ self._logic.updateEntityProperties(entity, {'unread' : False} ) context['entity_type_url'] = self._params['url_name'] - context['entity_suffix'] = self._logic.getKeySuffix(entity) + context['entity_suffix'] = entity.key().id_or_name() return True