matej_suchanek claimed this task.
matej_suchanek added a comment.

That's becuase they are in the special group per the Wikidata setting while they are in their own groups in the database: species, wikidata etc.

$siteExists = in_array( $site->getGroup(), $this->groups );
// expanded
$siteExists = in_array( 'species', [ /* ... */ ] ); // false

So the specialSiteLinkGroups should be taken into account as well.


TASK DETAIL
https://phabricator.wikimedia.org/T123928

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: matej_suchanek
Cc: matej_suchanek, Ricordisamoa, Aklapper, Lydia_Pintscher, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to