Fix: handle mixed entry types in reference list display#175
Fix: handle mixed entry types in reference list display#175mihirvala08 merged 3 commits intogoogle:mainfrom
Conversation
… display Prevent 'str' object has no attribute 'value' error by checking entry type. - Strings used directly - Dicts fetch 'value' or fallback to 'Unknown' - Objects with .value handled - Other types fallback to str() Includes safeguard for large lists (limit 50).
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Hi, I’ve signed the CLA. The fix ensures reference list tools handle mixed entry types safely. |
|
Hi, I've tested and can confirm that the issue has been resolved. Thank you |
|
Hi @Adriana1969 and @alberto-mate team, The reporter has confirmed that this PR #175 resolves the issue successfully ✅. Kindly requesting the maintainers to review and merge the PR at the earliest convenience. Thanks a lot |
|
Hi @google/mergers @dandye @emeryray2002 @alberto-mate, The original issue reporter @Adriana1969 has confirmed that the issue is resolved by PR #175. Kindly requesting your review and approval so this fix can be merged at the earliest convenience. |
|
@MRADULTRIPATHI Thanks for this change. I was still running into the I’ve updated the view handling in addition to the existing changes. I’ll update |
|
Hi @dandye @emeryray2002, The PR #175 is now fully ready:
Kindly requesting your review and merge at the earliest convenience 🙏 |
|
Hi @mihirvala-crestdata, Thank you so much for your support, updates, and for approving this PR. If I may ask — do you have an idea of how much time it might take for this PR to get merged? |
|
Hi @google/mergers, The PR #175 is now:
It is fully ready to merge. Kindly requesting your assistance to complete the merge |


This PR fixes issue #168.
Changes
Testing