mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d2ad34601 | ||
|
|
1eb836aec8 |
@@ -217,7 +217,7 @@ RDM_RECORDS_CUSTOM_VOCABULARIES = {
|
||||
'access_right': {
|
||||
'path': join(
|
||||
dirname(abspath(__file__)),
|
||||
'restrictions', 'access_right', 'access_right.csv'
|
||||
'restrictions', 'access_right', 'access_right_limit.csv'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
access_right,access_right_name,icon,notes
|
||||
open, Open Access, lock open
|
||||
|
@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
|
||||
and parsed by ``setup.py``.
|
||||
"""
|
||||
|
||||
__version__ = "0.4.0"
|
||||
__version__ = "0.4.1"
|
||||
|
||||
Reference in New Issue
Block a user