mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
On lists searchField now has precedence over sourceModel/sourceField when generating search query string.
This commit is contained in:
@@ -35,7 +35,8 @@ angular.module('JobEventsListDefinition', [])
|
||||
ngClick: "viewHost(\{\{ jobevent.host \}\})",
|
||||
ngBind: 'jobevent.host_name',
|
||||
sourceModel: 'host',
|
||||
sourceField: 'name'
|
||||
sourceField: 'name',
|
||||
searchField: 'hosts__name'
|
||||
},
|
||||
status: {
|
||||
label: 'Status',
|
||||
|
||||
Reference in New Issue
Block a user