-
Notifications
You must be signed in to change notification settings - Fork 67
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
Non-Crossref DOI Settings are available in manager to edit but seem to do nothing #876
Comments
I’m not sure I follow you. identifiers/logic.py clearly uses settings from the Crossref page to determine the registration of Crossref identifiers. For example under create_crossref_doi_identifier I can see: doi_prefix = setting_handler.get_setting('Identifiers', 'crossref_prefix', article.journal) Which is fetching the Crossref prefix for the journal.... |
Sorry the title of this issue was a bit unclear. the
|
Right, I see what you're saying.
|
Under all settings where you are able to change DOI-related things: DOI display prefix, suffix, DOI Pattern, Use Crossref DOIs all seem to do nothing other than retain the value that is entered and saved. In
identifiers/logic.py
all the settings that are being referenced are specific to crossref and these are being ignored or not used.Confusing at this point but perhaps you want to reintroduce them when #871 is completed?
The text was updated successfully, but these errors were encountered: