Skip to content

Conversation

@sakshamarora1
Copy link
Contributor

No description provided.


RECORD_EXPORTERS.pop("bibtex", None)
APP_RDM_RECORD_EXPORTERS = {
**RECORD_EXPORTERS,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer that instead of adding **RECORD_EXPORTERS, we probably do:

APP_RDM_RECORD_EXPORTERS = {
  RECORD_EXPORTERS['first'],
  RECORD_EXPORTERS['...'],
  ....

WDYT?
Ping @kpsherva @zzacharo

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, @sakshamarora1 can you simply sort the keys and that's it? I think that it makes sense to me to have them alphabetically sorted.

@ntarocco ntarocco merged commit bfa9985 into CERNDocumentServer:master Dec 3, 2025
3 checks passed
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.

2 participants