daniel added a comment. Confirmed: the fact that changes that only affect statements have an empty diff causes AffectedPagesFinder::getAffectedUsagesByPage to return an empty array.
To resolve this correctly, we need to again include information about the statement change in the EntityChange object. We should use a simplified diff for that, I'll file a ticket. As a quick fix, I will rig AffectedPagesFinger to assume "other" usages to be affected if the diff is empty. This is a hack though. TASK DETAIL https://phabricator.wikimedia.org/T113456 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: daniel, aude, Aklapper, Wikidata-bugs _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
