From a65dfde8dc16bd057954277504097109c38dc72a Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Wed, 8 Jun 2016 15:03:46 -0400 Subject: [PATCH] Nuked obsolete multi-org project help tooltip on projects page #2237 --- awx/ui/client/src/forms/Projects.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/awx/ui/client/src/forms/Projects.js b/awx/ui/client/src/forms/Projects.js index 19ceab2305..d82b0cabb4 100644 --- a/awx/ui/client/src/forms/Projects.js +++ b/awx/ui/client/src/forms/Projects.js @@ -48,10 +48,6 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) reqExpression: "organizationrequired", init: "true" }, - awPopOver: '

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.

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'