https://bugzilla.wikimedia.org/show_bug.cgi?id=45904
Daniel Werner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|[statements-ui] when |ReferencedEntitiesFinder::f |deleting an item property, |indClaimLinks does not find |the UI will also show the |items used in Snaks with |referenced item as deleted |deleted property with data |in statements using this |type item |property | --- Comment #1 from Daniel Werner <[email protected]> --- Try this in your JS console: > $.evalJSON( mw.config.get( 'wbUsedEntities' ) ) This will not include the item used in the Snak using the deleted property. This is bad and a backend issue: The ReferencedEntitiesFinder::findClaimLinks does not (anymore?) find the item used in the Snak with the deleted property. Also see EntityView::registerJsConfigVars, line 745: $usedEntityIds = $refFinder->findClaimLinks( $entity->getClaims() ); -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
