Matthias Mullie has submitted this change and it was merged. Change subject: (bug 43384) Fixing Feedback from my watched pages » URL ......................................................................
(bug 43384) Fixing Feedback from my watched pages » URL Current URL inconditionnaly uses ? to start the query string. This could lead to wrong URL like: /w/index.php?title=Special:ArticleFeedbackv5Watchlist?ref=watchlist This fix uses & instead to append an existing query string when appropriate. Change-Id: Ica66048ab199f27afe2577aa628696c0d06b70b9 --- M modules/ext.articleFeedbackv5/ext.articleFeedbackv5.watchlist.js 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Martineznovo: Looks good to me, but someone else must approve Matthias Mullie: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/40324 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ica66048ab199f27afe2577aa628696c0d06b70b9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5 Gerrit-Branch: master Gerrit-Owner: Dereckson <[email protected]> Gerrit-Reviewer: Martineznovo <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
