mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02: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:
@@ -45,7 +45,7 @@ export default
|
|||||||
sourceModel: 'unified_job_template',
|
sourceModel: 'unified_job_template',
|
||||||
sourceField: 'unified_job_type',
|
sourceField: 'unified_job_type',
|
||||||
ngBind: 'schedule.type_label',
|
ngBind: 'schedule.type_label',
|
||||||
searchField: 'unified_job_template__polymorphic_ctype__name',
|
searchField: 'unified_job_template__name',
|
||||||
searchLable: 'Type',
|
searchLable: 'Type',
|
||||||
searchable: true,
|
searchable: true,
|
||||||
searchType: 'select',
|
searchType: 'select',
|
||||||
|
|||||||
Reference in New Issue
Block a user