← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~chrisjohnston/launchpad/part-essential into lp:launchpad

 

Chris Johnston has proposed merging lp:~chrisjohnston/launchpad/part-essential into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~chrisjohnston/launchpad/part-essential/+merge/124559

This changes the wording for participation essential of a blueprint to remove the part of the text that states that the scheduler will try to work around the persons availability. This has been changed in Summit to where a user will no longer be marked as required due to too much spam of people marking themselves required when they aren't actually required.
-- 
https://code.launchpad.net/~chrisjohnston/launchpad/part-essential/+merge/124559
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~chrisjohnston/launchpad/part-essential into lp:launchpad.
=== modified file 'lib/lp/blueprints/interfaces/specificationsubscription.py'
--- lib/lp/blueprints/interfaces/specificationsubscription.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/specificationsubscription.py	2012-09-15 19:49:19 +0000
@@ -50,10 +50,8 @@
         readonly=True)
     specificationID = Attribute('db specification value')
     essential = Bool(title=_('Participation essential'), required=True,
-        description=_('Check this if participation in the design and '
-        'discussion of the feature is essential. This will '
-        'cause the meeting scheduler to try to ensure that this person '
-        'attends meetings about this feature.'),
+        description=_('Check this if participation in the design of '
+        'the feature is essential.'),
         default=False)
 
     @call_with(user=REQUEST_USER)


Follow ups