fix - my devices search

This commit is contained in:
2025-11-25 10:54:55 +03:30
parent a87670e14e
commit b14e07b4b4

View File

@@ -78,6 +78,7 @@ class DeviceViewSet(BaseViewSet, SoftDeleteMixin, viewsets.ModelViewSet, AdminFi
'mac',
'serial',
'organization__name',
'assignment__client__organization__name'
]
def create(self, request, *args, **kwargs):