OJS 3.1: Reviewer can see author name after review complete

we applied this patch and authors name dissapeared (one remained :/)

Can you provide any more detail about the one that remained? What roles does the current user have on that submission? Do they have any stage assignments?

some articles are not showing its title

The submission list will look for a title in the current language. If it can’t find one, it will then look for a title in the journal’s primary language. If it can’t find that, it will return an empty string. You can see the localize function used in the submission list here:

And that’s called in the SubmissionListItem component here: