launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #16713
[Merge] lp:~cjohnston/launchpad/fix-word-break into lp:launchpad
Celso Providelo has proposed merging lp:~cjohnston/launchpad/fix-word-break into lp:launchpad.
Requested reviews:
Celso Providelo (cprov)
For more details, see:
https://code.launchpad.net/~cjohnston/launchpad/fix-word-break/+merge/219285
- Set publish inline comments to true by default
--
https://code.launchpad.net/~cjohnston/launchpad/fix-word-break/+merge/219285
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/code/browser/codereviewcomment.py'
--- lib/lp/code/browser/codereviewcomment.py 2014-04-04 05:23:48 +0000
+++ lib/lp/code/browser/codereviewcomment.py 2014-05-13 04:29:27 +0000
@@ -259,7 +259,7 @@
comment = self.reply_to.as_quoted_email
else:
comment = ''
- return {'comment': comment}
+ return {'comment': comment, 'publish_inline_comments': True}
def setUpFields(self):
super(CodeReviewCommentAddView, self).setUpFields()
Follow ups