mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Removing console.logs
This commit is contained in:
@@ -6,12 +6,10 @@ export default ['Rest', '$q', 'GetBasePath', 'Wait', 'ProcessErrors', '$log', fu
|
|||||||
var obj = {};
|
var obj = {};
|
||||||
// build the value (key)
|
// build the value (key)
|
||||||
var value;
|
var value;
|
||||||
console.log(field)
|
|
||||||
if (field.searchField && field.filterBySearchField === true){
|
if (field.searchField && field.filterBySearchField === true){
|
||||||
value = field.searchField;
|
value = field.searchField;
|
||||||
}
|
}
|
||||||
else if (field.sourceModel && field.sourceField) {
|
else if (field.sourceModel && field.sourceField) {
|
||||||
console.log('condition met 2')
|
|
||||||
value = field.sourceModel + '__' + field.sourceField;
|
value = field.sourceModel + '__' + field.sourceField;
|
||||||
obj.related = true;
|
obj.related = true;
|
||||||
} else if (typeof(field.key) === String) {
|
} else if (typeof(field.key) === String) {
|
||||||
|
|||||||
Reference in New Issue
Block a user