mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Fixed whitespace
This commit is contained in:
@@ -16,7 +16,7 @@ class DjangoSearchModel {
|
|||||||
return relatedSearchField.replace(/\__search$/, "");
|
return relatedSearchField.replace(/\__search$/, "");
|
||||||
}
|
}
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.searchExamples = [];
|
this.searchExamples = [];
|
||||||
this.related = _.map(relatedSearchFields, trimRelated);
|
this.related = _.map(relatedSearchFields, trimRelated);
|
||||||
// Remove "object" type fields from this list
|
// Remove "object" type fields from this list
|
||||||
for (var key in baseFields) {
|
for (var key in baseFields) {
|
||||||
|
|||||||
Reference in New Issue
Block a user