Closed emanueldima closed 10 years ago
Right, git bisect says it's caused by my increase in priority for bibupload. Investigating.
Not the priority, but the record cache is to blame. An invalid cache of the html of a record is created if the user tries to view the record before it is put in place by bibupload. The solution is to get out of the record view function early, thus avoiding creating the cache in the first place.
@noumar reports he has the same problem again, investigating
Deposits made by admins are incorrectly cached. Deposits made by normal users are ok. Working on it.
On the new B2SHARE I'm having the same problem, reopening issue. The title and description of records are not visible on search results.
It may be related to the content of the record -- if the record contains text files, the bug manifests; if it contains .c or .cmdi files, it does not.