https://bugzilla.wikimedia.org/show_bug.cgi?id=59204
--- Comment #12 from MWJames <[email protected]> --- (In reply to comment #10) > Hi. > A quick test seems to indicate this fix works :) > > Thanks Guys. Please try to pull the new changes from [1] and adopt your LocalSettings with [2] in order to enable the refresh related entities. You may set `smwgDeleteSubjectAsDeferredJob` true or false depending on your local infrastructure. If `smwgDeleteSubjectAsDeferredJob` set true then only after the JobQueue is finished a subject will be removed from Store together with an update/refresh of related properties and subjects. [1] https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/bug [2] $GLOBALS['smwgOnDeleteAction'] = array( 'smwgDeleteSubjectAsDeferredJob' => true, 'smwgDeleteSubjectWithAssociatesRefresh' => true ); -- 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
