Fixed problem in attachments api

remotes/origin/enhancement/email-actions
Jesús Espino 2014-05-19 12:48:58 +02:00
parent 53425bedba
commit a91bc3b008
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class TaskAttachmentViewSet(BaseAttachmentViewSet):
class WikiAttachmentViewSet(BaseAttachmentViewSet): class WikiAttachmentViewSet(BaseAttachmentViewSet):
content_type = "wiki.wiki" content_type = "wiki.wikipage"
create_notification_template = "create_wiki_notification" create_notification_template = "create_wiki_notification"
update_notification_template = "update_wiki_notification" update_notification_template = "update_wiki_notification"
destroy_notification_template = "destroy_wiki_notification" destroy_notification_template = "destroy_wiki_notification"