aude added a comment.
this issue happens when trying to view a deleted revision (if you are admin), and maybe in other cases. before, we checked if we got an EntityRevision object and if not, skip rendering the term box (return html rendering as empty string): https://gerrit.wikimedia.org/r/#/c/277771/5/view/src/EntityViewPlaceholderExpander.php We need to re-introduce such a check in the code, though in a way that keeps EntityRevisionLookup out of EntityViewPlaceholderExpander. TASK DETAIL https://phabricator.wikimedia.org/T132645 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: aude Cc: bd808, JanZerebecki, aude, Aklapper, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
