This revision's diff has been copied from Wikimedia. Please warn me if there is an error.
Ref T15082
Differential D25111
Allow for reordering milestones Cigaryno on Apr 5 2023, 17:23. Authored by
Details
This revision's diff has been copied from Wikimedia. Please warn me if there is an error.
Ref T15082 Reorder milestones in the menu.
Diff Detail
Event TimelineComment Actions Maybe I can propose to control this new behavior by a new method: public isMilestoneReordable() { // historically this was false, but hey, this is a community edition return true; } So that Evan can keep this to false Comment Actions Since this change is highly controversial from the opinion of the glorious Evan, I would like to propose to introduce a flag, like this one: public isMilestoneReordable() { return true; // if we are bold return false; // if we are not bold } Premising I have NOT a strong opinion about the default value, I think that a dedicated activation method is strongly necessary to allow Evan to disable this more easily, or Wikimedia to enable this more easily, without very minimal custom ad-hoc code. |