Commit 6e8cb698 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #655 in RMS/api-main-service from red-develop to product-dev

* commit '7809b717':
  fixed issue on rms dashboard max_display, user and department count
parents dfcecd83 7809b717
......@@ -136,6 +136,7 @@ class RMSDashBoardViewSet(APIView):
"recent_companies": arr_company,
"recent_users": recently_users[:10]
}
return Response(data)
data = {
......
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