Commit f3e8f6ab authored by John Red Medrano's avatar John Red Medrano

fixing

parent 3caa119f
......@@ -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