mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Removed console
This commit is contained in:
@@ -601,7 +601,7 @@ function(ConfigurationUtils, i18n, $rootScope) {
|
|||||||
function applyValidationStrategy(viewValue, ctrl) {
|
function applyValidationStrategy(viewValue, ctrl) {
|
||||||
|
|
||||||
// use supplied data attributes to build an endpoint, query, resolve outstanding promise
|
// use supplied data attributes to build an endpoint, query, resolve outstanding promise
|
||||||
function applyValidation(viewValue) {console.log(viewValue);
|
function applyValidation(viewValue) {
|
||||||
basePath = GetBasePath(elm.attr('data-basePath')) || elm.attr('data-basePath');
|
basePath = GetBasePath(elm.attr('data-basePath')) || elm.attr('data-basePath');
|
||||||
query = elm.attr('data-query');
|
query = elm.attr('data-query');
|
||||||
query = query.replace(/\:value/, encodeURIComponent(viewValue));
|
query = query.replace(/\:value/, encodeURIComponent(viewValue));
|
||||||
|
|||||||
Reference in New Issue
Block a user