https://bugzilla.wikimedia.org/show_bug.cgi?id=71291
Aude <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Aude <[email protected]> --- In the old serializers in lib, Claim(De)Serializer has: if ( array_key_exists( 'id', $serialization ) ) { $claim->setGuid( $serialization['id'] ); } so it was optional. this place in the code does not have any knowledge about what entity we are concerned with and thus don't see nice way to provide fallback and generate one. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
