daniel added a comment.
@JanZerebecki:
ItemContent has:
public function isCountable( $hasLinks = null ) {
return !$this->isRedirect() && !$this->getItem()->isEmpty();
}
This could easily be changed to
public function isCountable( $hasLinks = null ) {
return !$this->isRedirect() && !$this->isStub();
}
I seem to remember that we discussed this at some point, but I do not recall
why we decided to count stubs.
TASK DETAIL
https://phabricator.wikimedia.org/T76145
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: daniel
Cc: Addshore, Aklapper, JanZerebecki, Lucie, daniel, Wikidata-bugs, aude
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs