Page MenuHomePhabricator

category.py move removes sortkey
Closed, DuplicatePublic

Description

pwb.py category move -from:Foo -to:Bar removes sortkey

Tested both in compat and core
https://cs.wikipedia.org/w/index.php?title=Kategorie:Lid%C3%A9_ze_%C5%A0anghaje&action=history

tested in both frameforks with cosmetic changes enabled and disabled too

see also T59877 and T68921

Event Timeline

JAnD raised the priority of this task from to High.
JAnD updated the task description. (Show Details)
JAnD changed Security from none to None.
JAnD updated the task description. (Show Details)
JAnD subscribed.

Action move has a -keepsortkey option that preserves the sort key as expected.

From the module's documentation:

An alternative method to keep sortKey is to use -inplace
option.

Dalba claimed this task.