We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serialize_oaipmh serializer (
invenio-records-rest/invenio_records_rest/serializers/dc.py
Line 56 in 82dc6e0
invenio-oaiserver
invenio-oaiserver has been change, the serializer is called with a python dict instead of a Record instance.
dict
Record
This serializer should be updated in a similar way than invenio-rdm: https://github.com/inveniosoftware/invenio-rdm-records/blob/89e63fe293a28204f678a0de81f2e2614943b800/invenio_rdm_records/resources/serializers/dublincore/__init__.py#L36
invenio-rdm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
serialize_oaipmh serializer (
invenio-records-rest/invenio_records_rest/serializers/dc.py
Line 56 in 82dc6e0
invenio-oaiserver
.invenio-oaiserver
has been change, the serializer is called with a pythondict
instead of aRecord
instance.This serializer should be updated in a similar way than
invenio-rdm
: https://github.com/inveniosoftware/invenio-rdm-records/blob/89e63fe293a28204f678a0de81f2e2614943b800/invenio_rdm_records/resources/serializers/dublincore/__init__.py#L36The text was updated successfully, but these errors were encountered: