You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
There is a following error during setup after item indexing during browsing of brief view of documents: Something bad happened; please try again later.
Following error is logged in server log:
File "/Users/peter/devel/rero/rero-ils/rero_ils/modules/documents/serializers.py", line 76, in post_process_serialize_search
metadata.get('pid')).is_available(viewcode)
AttributeError: 'NoneType' object has no attribute 'is_available'
Describe the issue
There is a following error during setup after item indexing during browsing of brief view of documents:
Something bad happened; please try again later.
Following error is logged in server log:
To Reproduce
During setup after item indexing try to visit web address:
http://localhost:5000/global/search/documents?q=&page=1&size=10
Expected behavior
We can already browse documents without error.
The text was updated successfully, but these errors were encountered: