Merge "Consistent about using True and False and not true and false"
This commit is contained in:
commit
778d55b7c9
@ -178,19 +178,19 @@ DEFAULT_ACTION_SETTINGS:
|
||||
days_between_autoapprove: 30
|
||||
SendAdditionalEmailAction:
|
||||
initial:
|
||||
email_current_user: false
|
||||
email_current_user: False
|
||||
reply: no-reply@example.com
|
||||
from: bounce+%(task_uuid)s@example.com
|
||||
subject: "Openstack Email Notification"
|
||||
template: null
|
||||
token:
|
||||
email_current_user: false
|
||||
email_current_user: False
|
||||
reply: no-reply@example.com
|
||||
from: bounce+%(task_uuid)s@example.com
|
||||
subject: "Openstack Email Notification"
|
||||
template: null
|
||||
completed:
|
||||
email_current_user: false
|
||||
email_current_user: False
|
||||
reply: no-reply@example.com
|
||||
from: bounce+%(task_uuid)s@example.com
|
||||
subject: "Openstack Email Notification"
|
||||
@ -200,7 +200,7 @@ DEFAULT_ACTION_SETTINGS:
|
||||
# email_roles:
|
||||
# - project_admin
|
||||
# Or sends to an email set in the task cache
|
||||
# email_task_cache: true
|
||||
# email_task_cache: True
|
||||
# Or sends to an arbitrary admin email
|
||||
# email_additional_addresses:
|
||||
# - admin@example.org
|
||||
|
@ -233,9 +233,9 @@ for it's related task view.
|
||||
|
||||
The additional email action can also send to a subset of people.
|
||||
|
||||
The user who made the request can be emailed with ::
|
||||
The user who made the request can be emailed with::
|
||||
|
||||
email_current_user: true
|
||||
email_current_user: True
|
||||
|
||||
Or the email can be sent to everyone who has a certain role on the project.
|
||||
(Multiple roles can also be specified)
|
||||
@ -248,7 +248,7 @@ Or the email can be sent to everyone who has a certain role on the project.
|
||||
Or an email can be sent to a specified address in the task cache
|
||||
(key: ``additional_emails``) ::
|
||||
|
||||
email_in_task_cache: true
|
||||
email_in_task_cache: True
|
||||
|
||||
Or sent to an arbitrary administrative email address(es)::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user