inveniosoftware / invenio-circulation

Library circulation module for Invenio.
https://invenio-circulation.readthedocs.io
MIT License
0 stars 18 forks source link

Protect Loan actions view with default `allow_all` #72

Closed ntarocco closed 6 years ago

ntarocco commented 6 years ago

Implement default dummy authorization decorator for Loan actions view that can be configured in the app using the module.

Something like:

@need_view_permission('loan-actions')