Skip to content

Commit

Permalink
NAS-105205 / 12.0 / Sort pool.filesystem_choices by name (#6875)
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed May 11, 2021
1 parent 40a2003 commit b2b300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ async def filesystem_choices(self, types):
('pool', 'in', vol_names),
('type', 'in', types),
],
{'extra': {'retrieve_properties': False}},
{'extra': {'retrieve_properties': False}, 'order_by': ['name']},
)
]

Expand Down

0 comments on commit b2b300b

Please sign in to comment.