Skip to content

Commit

Permalink
bump invenio-app-rdm to v12.0.0b2.dev29
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 15, 2023
1 parent 268d5d8 commit 299ee10
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 73 deletions.
136 changes: 67 additions & 69 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions site/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,7 @@ def minimal_community2():
"""Data for a minimal community two."""
return {
"slug": "rdm",
"access": {
"visibility": "public",
},
"access": {"visibility": "public", "review_policy": "open"},
"metadata": {"title": "Research Data Management", "type": {"id": "topic"}},
}

Expand Down
5 changes: 4 additions & 1 deletion site/zenodo_rdm/facets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#
# ZenodoRDM is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

"""Zenodo communities facets."""

from invenio_i18n import gettext as _
from invenio_records_resources.services.records.facets import (
TermsFacet,
Expand All @@ -29,4 +32,4 @@
value_labels={
"restricted": _("Restricted"),
},
)
)

0 comments on commit 299ee10

Please sign in to comment.