From 833cbce9e07f2aa4e72431f9c4362a165c8581b0 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 30 Sep 2015 14:07:50 -0400 Subject: [PATCH] add appropriate help_text to run_ad_hoc_command --- awx/main/models/organization.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/main/models/organization.py b/awx/main/models/organization.py index b72a1df45c..d64bc82a09 100644 --- a/awx/main/models/organization.py +++ b/awx/main/models/organization.py @@ -129,7 +129,8 @@ class Permission(CommonModelNameNotUnique): # the project parameter is not used when dealing with READ, WRITE, or ADMIN permissions. permission_type = models.CharField(max_length=64, choices=PERMISSION_TYPE_CHOICES) - run_ad_hoc_commands = models.BooleanField(default=False) + run_ad_hoc_commands = models.BooleanField(default=False, + help_text=_('Execute Commands on the Inventory')) def __unicode__(self): return unicode("Permission(name=%s,ON(user=%s,team=%s),FOR(project=%s,inventory=%s,type=%s%s))" % (