Skip to content

Commit

Permalink
fix to adapt other user outdoor vue to backend filters (but did not i…
Browse files Browse the repository at this point in the history
…mplement filters for other users)
  • Loading branch information
pectum83 committed Dec 12, 2024
1 parent 23ed5ee commit 1bf8531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/logBooks/outdoors/LogBookList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
promise = new UserApi(this.$axios, this.$auth).ascendedCragRoutes(
this.user.uuid,
this.order,
this.climbingType, // todo-now: est ce qu'on filtre aussi les autres users views
this.climbingType,
this.page
)
} else {
Expand Down
2 changes: 1 addition & 1 deletion services/oblyk-api/UserApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class UserApi extends BaseApi {
},
params: {
order,
climbing_type: climbingType,
filters: { climbing_type_filter: climbingType },
page
}
})
Expand Down

0 comments on commit 1bf8531

Please sign in to comment.