mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Merge pull request #4553 from mabashian/3829-lookup-sort-column
Sort by the name column when the list is a lookup
This commit is contained in:
@@ -510,7 +510,7 @@ export default ['$location', '$compile', '$rootScope', 'Attr', 'Icon',
|
|||||||
collection="${list.name}"
|
collection="${list.name}"
|
||||||
dataset="${list.iterator}_dataset"
|
dataset="${list.iterator}_dataset"
|
||||||
column-sort
|
column-sort
|
||||||
column-field="${name}"
|
column-field="name"
|
||||||
column-iterator="${list.iterator}"
|
column-iterator="${list.iterator}"
|
||||||
column-no-sort="${list.fields.name.nosort}"
|
column-no-sort="${list.fields.name.nosort}"
|
||||||
column-label="${list.fields.name.label}"
|
column-label="${list.fields.name.label}"
|
||||||
|
|||||||
Reference in New Issue
Block a user