Skip to content
New issue

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

versions: dump latest_id and next_draft_id as string #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

max-moser
Copy link
Contributor

Dump the UUIDs for latest_id and next_draft_id as string, if they are not None.
Otherwise, the results may not be manageable for further processing (e.g. json.dumps(...)).

This is relevant for Invenio-SIPStore, where json.dumps(record.dumps()) is used

* dump the UUIDs for `latest_id` and `next_draft_id` as string, if they
  are not `None`
* otherwise, the results may not be manageable for further processing
  (e.g. `json.dumps(...)`)
@max-moser max-moser force-pushed the mm/versions-sysfield-dumps branch from f72e207 to d87b757 Compare May 13, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant