mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 00:21:30 -03:30
Merge pull request #2874 from leigh-johnson/2862
Fix 400 error sorting by type in jobs > schedules tab list
This commit is contained in:
commit
7ac59d952b
@ -45,7 +45,7 @@ export default
|
||||
sourceModel: 'unified_job_template',
|
||||
sourceField: 'unified_job_type',
|
||||
ngBind: 'schedule.type_label',
|
||||
searchField: 'unified_job_template__polymorphic_ctype__name',
|
||||
searchField: 'unified_job_template__name',
|
||||
searchLable: 'Type',
|
||||
searchable: true,
|
||||
searchType: 'select',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user