Fix permission for deposit link list/search view.
This commit is contained in:
parent
a93b8a33fb
commit
ab0c5bb45f
|
@ -95,7 +95,7 @@ def includeme(config):
|
|||
|
||||
# list deposit links
|
||||
config.add_view(DepositLinksGrid, route_name='depositlinks',
|
||||
renderer='/depositlinks/index.mako', permission='depositlinks.view')
|
||||
renderer='/depositlinks/index.mako', permission='depositlinks.list')
|
||||
|
||||
# deposit link crud
|
||||
config.add_view(DepositLinkCrud, attr='create', route_name='depositlink.new',
|
||||
|
|
Loading…
Reference in a new issue