Skip to content

Commit

Permalink
Fix sorting of workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jan 29, 2024
1 parent ffacdc0 commit 7bcd651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo_radar/exports/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def submit(self):
return render(self.request, 'plugins/exports_radar.html', {'form': form}, status=200)

def get_get_url(self):
return f'{self.radar_url}/radar/api/workspaces?rows=100'
return f'{self.radar_url}/radar/api/workspaces?rows=100&sort=descriptiveMetadata.title'

def get_success(self, request, response):
workspace_choices = [
Expand Down

0 comments on commit 7bcd651

Please sign in to comment.