Update Private Label

Adds mention of security vulnerability to make it more
apparent to users that may not understand that making a story
private is how to report a security issue.

Change-Id: I70942e5e767a2cd9c66df75a70a5f4e07f09ab1a
This commit is contained in:
Kendall Nelson 2018-03-07 11:05:10 -08:00
parent 89b60c35ef
commit be03b9b8c1
2 changed files with 6 additions and 4 deletions

View File

@ -52,7 +52,7 @@
<div class="form-group">
<label for="private"
class="col-sm-2 control-label">
Private
Private or Security Vulnerability
</label>
<div class="col-sm-10 checkbox">
@ -70,7 +70,8 @@
<table class="table table-striped">
<thead>
<tr>
<th>Teams and Users that can see this story</th>
<th>Teams and Users that can see this story. If it is a security vulnerability,
add the associated teams, e.g. vmt, $project coresec, etc.</th>
<th class="text-right">
<small>
<a href

View File

@ -131,7 +131,7 @@
</div>
<div class="form-group" ng-if="!forcePrivate">
<label for="private" class="col-sm-2 control-label">
Private
Private or Security Vulnerability
</label>
<div class="col-sm-10 checkbox">
<input id="private"
@ -148,7 +148,8 @@
<table class="table table-striped">
<thead>
<tr>
<th>Teams and Users that can see this story</th>
<th>Teams and Users that can see this story. If it is a security vulnerability,
add the associated teams, e.g. vmt, $project coresec, etc.</th>
<th class="text-right">
<small>
<a href