Compare commits

..

2 Commits

Author SHA1 Message Date
Mojib Wali
9d2ad34601 v0.4.1 2021-01-18 10:54:09 +01:00
Mojib Wali
1eb836aec8 permission: restriction to only open access 2021-01-18 10:28:34 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ RDM_RECORDS_CUSTOM_VOCABULARIES = {
'access_right': { 'access_right': {
'path': join( 'path': join(
dirname(abspath(__file__)), dirname(abspath(__file__)),
'restrictions', 'access_right', 'access_right.csv' 'restrictions', 'access_right', 'access_right_limit.csv'
) )
} }
} }

View File

@@ -0,0 +1,2 @@
access_right,access_right_name,icon,notes
open, Open Access, lock open
1 access_right,access_right_name,icon,notes
2 open, Open Access, lock open

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = "0.4.0" __version__ = "0.4.1"