Skip to content

Commit 5139721

Browse files
committed
ForHireList is sorted by: name,surname,username
1 parent 1de2ca5 commit 5139721

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

community-app/frontend/src/routes/ForHireListStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const useForHireListStore = defineStore ('forHireList',{
2929
})
3030

3131
const url = Constants.GET_USERS+`?fields=*,related.social.contact,related.hire.*,related.hire.availableFor.AvailableFor_Options_id.value
32-
&filter[related][hire][available][_eq]=true&sort=username&meta=filter_count`;
32+
&filter[related][hire][available][_eq]=true&sort=name,surname,username&meta=filter_count`;
3333

3434
async function fetchHireData ()
3535
{
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/vue/app-ForHireListStore-CLV1Ff7e.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

static/js/vue/app-ForHireListStore-Cd6plNer.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/vue/app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)