Page MenuHomePhabricator

Merge.js should not check conflicts itself but rely on API
Open, HighPublic

Description

After resolving T85347, it is possible to merge items with sitelinks to the same site while one is redirect to the second. However, because of built-in check in the script, an error is always reported and the merge is rejected. So let's drop the check from the gadget and only use the API.

Sadly, it requires some API cleanup.

Event Timeline

matej_suchanek raised the priority of this task from to Needs Triage.
matej_suchanek updated the task description. (Show Details)
matej_suchanek renamed this task from Merge.js should ignore sitelink conflicts and rely on API to Merge.js should not check conflicts itself but rely on API.Nov 12 2017, 9:42 AM