oarepo-runtime 2.0.0.dev41__tar.gz → 2.0.0.dev42__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/PKG-INFO +1 -1
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/__init__.py +1 -1
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/resources/signposting/__init__.py +1 -1
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/.gitignore +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/LICENSE +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/README.md +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/api.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/cli/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/cli/search.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/config.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/ext.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/info/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/info/views.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/proxies.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/py.typed +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/drafts.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/mapping.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/pid_providers.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/base.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/custom_fields.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/mapping.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/publication_status.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/relations.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/systemfields/selectors.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/resources/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/resources/config.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/config/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/config/components.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/config/link_conditions.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/config/permissions.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/base.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/date.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/nested_facet.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/params.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/utils.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/generators.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/records/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/records/custom_fields.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/records/links.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/records/mapping.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/results.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/__init__.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/i18n.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/i18n_ui.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/ui.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/typing.py +0 -0
- {oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/pyproject.toml +0 -0
|
@@ -294,7 +294,7 @@ def landing_page_signpost_links_list(datacite_dict: dict, record_dict: dict, sho
|
|
|
294
294
|
# describedby
|
|
295
295
|
for model_export in model.exports:
|
|
296
296
|
model_export_url = model.ui_url(
|
|
297
|
-
view_name="
|
|
297
|
+
view_name="record_export", pid_value=record_dict["id"], export_format=model_export.code
|
|
298
298
|
)
|
|
299
299
|
# just sanity check, we don't expect this to happen, not covered in tests
|
|
300
300
|
if not model_export_url: # pragma: no cover
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/records/pid_providers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/resources/__init__.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/resources/config.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/__init__.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/__init__.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/base.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/date.py
RENAMED
|
File without changes
|
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/params.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/facets/utils.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/generators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/records/links.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/records/mapping.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/results.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/__init__.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/i18n.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/i18n_ui.py
RENAMED
|
File without changes
|
{oarepo_runtime-2.0.0.dev41 → oarepo_runtime-2.0.0.dev42}/oarepo_runtime/services/schema/ui.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|