Skip to content

Commit

Permalink
Merge pull request #1869 from gtech-mulearn:dev
Browse files Browse the repository at this point in the history
[MINOR] Some minor changes
  • Loading branch information
MZaFaRM authored Dec 27, 2023
2 parents a6aeb7c + 5e558c4 commit 44e0132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/dashboard/location/location_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get(self, request, state_id=None):
request,
["name", "country__name", "created_by__full_name", "updated_by__full_name"],
{
"name": "name",
"label": "name",
"country": "country__name",
"created_by": "created_by__full_name",
"created_at": "created_at",
Expand Down Expand Up @@ -189,7 +189,7 @@ def get(self, request, zone_id=None):
"updated_by__full_name",
],
{
"name": "name",
"label": "name",
"state": "state__name",
"country": "state__country__name",
"created_by": "created_by__full_name",
Expand Down Expand Up @@ -276,7 +276,7 @@ def get(self, request, district_id=None):
"updated_by__full_name",
],
{
"name": "name",
"label": "name",
"zone": "zone__name",
"state": "zone__state__name",
"country": "zone__state__country__name",
Expand Down

0 comments on commit 44e0132

Please sign in to comment.