Gerrit Patch Uploader has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348445 )

Change subject: category.py : add link in the default summary
......................................................................

category.py : add link in the default summary

Bug: T151109
Change-Id: Ie8e0cee269e3e4d5f21bc2c31b426f2a740feb44
---
M scripts/category.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/45/348445/1

diff --git a/scripts/category.py b/scripts/category.py
index 7e7bd69..ffdd13c 100755
--- a/scripts/category.py
+++ b/scripts/category.py
@@ -488,7 +488,7 @@
         template_vars = {'oldcat': self.oldcat.title(withNamespace=False)}
         if self.newcat:
             template_vars.update({
-                'newcat': self.newcat.title(withNamespace=False),
+                'newcat': self.newcat.title(withNamespace=False, asLink=True),
                 'title': self.newcat.title(withNamespace=False)})
         # Set edit summary for changed pages.
         if comment:

-- 
To view, visit https://gerrit.wikimedia.org/r/348445
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8e0cee269e3e4d5f21bc2c31b426f2a740feb44
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>
Gerrit-Reviewer: Framawiki <framaw...@tools.wmflabs.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to