https://bugzilla.wikimedia.org/show_bug.cgi?id=68533
Daniel Kinzler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Daniel Kinzler <[email protected]> --- Seems like Special:MergeHistory is trying to create a redirect, but we don't support "plain" redirects for Wikibase entities (and can't, really). Some kinds of entities, like Properties, do not support redirects at all - Special:MergeHistory could and should check this using ContentHandler::supportsRedirects. However, some kinds of entities, like Items, will soon support redirects, but they require more information than just the title of the target page when constructing them (in particular, an Item redirect needs to know its own id). I see no good way to fix this. But perhaps Special:MergeHistory could be made more robust in this regard. -- 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
