fix(collections): register DOI when the issue is made public #159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/153"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR forward fixes the issue of DOIs for collection issues not being registered upon being made public. The code refactors the original pipeline into a function that is used in both the "Make Public" and "Publish Collection" instantiations. Note this does not backward fixes the already public collections whose DOIs are not yet registered due to being unpublished.
Fixes #153.