Page MenuHomePhabricator

update tables page_props (wikibase_item) and langlinks on purge when requested with forcelinkupdate
Open, MediumPublic

Description

api.php?action=purge&forcelinkupdate(&pageids=123) should also update wikibase_item value in page_props and all rows of langlinks table for this requested page on a wiki. So a purge should sync the information stored on a client wiki with data fetched from repository. This currently requires a null edit.

Note that this must also be done when purge is requested with forcerecursivelinkupdate instead of forcelinkupdate.

Event Timeline

Merl raised the priority of this task from to Needs Triage.
Merl updated the task description. (Show Details)
Merl changed Security from none to None.
Merl subscribed.
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).
Lydia_Pintscher added subscribers: hoo, aude, daniel.

Possibly related to T233520, or at least related to the way that we solve it

Michael added a project: TestMe.
Michael subscribed.

This might have been fixed in the meantime. Please check whether it still exists