mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
AC-640 Added additional help text explaining why an organization is required on a project.
This commit is contained in:
parent
ce7688d252
commit
7952cb560b
@ -42,7 +42,9 @@ angular.module('ProjectFormDefinition', [])
|
||||
ngClick: 'lookUpOrganization()',
|
||||
awRequiredWhen: {variable: "organizationrequired", init: "true" },
|
||||
awPopOver: '<p>A project must have at least one organization. Pick one organization now to create the project, and then after ' +
|
||||
'the project is created you can add additional organizations.' ,
|
||||
'the project is created you can add additional organizations.</p><p>Only super users and organization administrators are allowed ' +
|
||||
'to make changes to projects. Associating one or more organizations to a project determins which organizations admins have ' +
|
||||
'access to modify the project.',
|
||||
dataTitle: 'Organization',
|
||||
dataContainer: 'body',
|
||||
dataPlacement: 'right'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user