Fix can_return_to_registering_or_process grok registration

This commit is contained in:
Nicolas Demonte 2019-05-29 11:35:21 +02:00
parent dc9a0209fb
commit 76a15bcb14
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class CanBeTrashedDmsAppendixFile(grok.View):
class CanReturnToRegisteringOrProcess(grok.View):
""""""
grok.name('can_return_to_registering_or_process')
grok.context(IDmsIncomingMail)
grok.context(IDmsDocument)
grok.require('zope2.View')
def render(self):