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

Group page's "Recently Added Items" section's "Title" column is blank for item type "Case" #50

Open
jon-freed opened this issue Feb 4, 2021 · 0 comments

Comments

@jon-freed
Copy link

jon-freed commented Feb 4, 2021

On group pages, the "Title" column is blank in the "Recently Added Section" for items that are of item type "Case", "Email", or "Statute".

In contrast, the "Title" column is not blank for those item types within the regular Zotero user interface.

Lines of code that are relevant to recent items on the group page appear to include these:

It appears that the group recent items does not use but should use the zotero-base-mappings that are used within the web library code. See https://github.com/zotero/web-library/blob/3b72faf5da5645bafabebc3e1f96352efb666ba3/src/js/common/item.js#L15. So, the group recent items should not just use the title. Instead, they should use whatever the title is resolved to through those base mappings.

@fcheslack can you take this? You appear to have done the most recent relevant commits for the group recent items, and I don't know how easy a change for this issue would be for you versus for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant