mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 12:40:57 +00:00
(cherry picked from commit 721f56f36e
)
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2a9d737157
commit
1dd056fdf2
@ -805,7 +805,7 @@ class IconList(ListAPI):
|
|||||||
|
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
"""Return a list of all available icon packages."""
|
"""Return a list of all available icon packages."""
|
||||||
return get_icon_packs().values()
|
return list(get_icon_packs().values())
|
||||||
|
|
||||||
|
|
||||||
class SelectionListList(ListCreateAPI):
|
class SelectionListList(ListCreateAPI):
|
||||||
|
Reference in New Issue
Block a user