You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can judge, this is completely bogus. It should be rather "Only viewable to owner and people listed in CC and Reviewers fields."
For reference, the code in question is in codereview/views.py:
private = forms.BooleanField(
required=False, initial=False, label='Protected',
help_text=(
'Only viewable by @chromium and @google accounts.'
'<div class="if_checked">'
'Please, avoid mailing lists in the CC and Reviewers fields.'
'</div>'))
The text was updated successfully, but these errors were encountered:
When editing an issue, there is the following text under the "protected" checkbox:
As far as I can judge, this is completely bogus. It should be rather "Only viewable to owner and people listed in CC and Reviewers fields."
For reference, the code in question is in
codereview/views.py
:The text was updated successfully, but these errors were encountered: