Fix permission group label for email bounces
This commit is contained in:
parent
e1e4514038
commit
cebde053ad
|
@ -153,6 +153,8 @@ class EmailBouncesView(MasterView):
|
||||||
@classmethod
|
@classmethod
|
||||||
def defaults(cls, config):
|
def defaults(cls, config):
|
||||||
|
|
||||||
|
config.add_tailbone_permission_group('emailbounces', "Email Bounces", overwrite=False)
|
||||||
|
|
||||||
# mark bounce as processed
|
# mark bounce as processed
|
||||||
config.add_route('emailbounces.process', '/email-bounces/{uuid}/process')
|
config.add_route('emailbounces.process', '/email-bounces/{uuid}/process')
|
||||||
config.add_view(cls, attr='process', route_name='emailbounces.process',
|
config.add_view(cls, attr='process', route_name='emailbounces.process',
|
||||||
|
|
Loading…
Reference in a new issue