Commit 9c28d3d5 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #184 in RMS/api-main-service from red-develop to RMSv2

* commit 'f3e8f6ab':
  fixing
parents 1e5ab7e5 f3e8f6ab
......@@ -126,6 +126,7 @@ class UserManagementRetreiveSerializer(serializers.ModelSerializer):
)
# mod = mod.exclude(parent=0)
mod = mod.order_by("parent", "sort_id")
mod = ModuleSerializer(data=mod, many=True)
mod.is_valid()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment