Content deleted Content added
m Fix bug where notifying the target uses the redirect target instead of redirect (via CAE) |
m Edit the target talk page, not the redirect (via CAE) |
||
Line 1,605:
id: 'rfd-notify-target',
titles: Object.fromEntries(Object.keys(redirectTargets).map(title => {
let page = new mw.Title(redirectTargets[title]);
return [page.getTalkPage().getPrefixedText(), title];
})), // return a map of page we want to edit : orginal title - this will (as a dicitionary) remove duplicates, but in an unpredictable way - it seems to retain the last one
|