mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
AC-395 Changed txt of 'No unassigned playbook directories' message. Message now displays in the form rather than via a modal dialog. The message is only displayed when scm_type is manual and all project directories are already assigned.
This commit is contained in:
@@ -161,7 +161,9 @@ function ProjectsAdd ($scope, $rootScope, $compile, $location, $log, $routeParam
|
||||
}
|
||||
}
|
||||
else {
|
||||
data[fld] = scope[fld];
|
||||
if (form.fields[fld].type !== 'alertblock') {
|
||||
data[fld] = scope[fld];
|
||||
}
|
||||
}
|
||||
}
|
||||
if (scope.scm_type) {
|
||||
@@ -339,7 +341,9 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara
|
||||
}
|
||||
}
|
||||
else {
|
||||
params[fld] = scope[fld];
|
||||
if (form.fields[fld].type !== 'alertblock') {
|
||||
params[fld] = scope[fld];
|
||||
}
|
||||
}
|
||||
}
|
||||
if (scope.scm_type) {
|
||||
|
||||
Reference in New Issue
Block a user