mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
Merge pull request #14111 from zfox23/newConnectionsQuery
Fix MS18608: Use new connections api endpoint
This commit is contained in:
commit
05609384b7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Rectangle {
|
||||||
HifiModels.PSFListModel {
|
HifiModels.PSFListModel {
|
||||||
id: connectionsUserModel;
|
id: connectionsUserModel;
|
||||||
http: http;
|
http: http;
|
||||||
endpoint: "/api/v1/users?filter=connections";
|
endpoint: "/api/v1/users/connections";
|
||||||
property var sortColumn: connectionsTable.getColumn(connectionsTable.sortIndicatorColumn);
|
property var sortColumn: connectionsTable.getColumn(connectionsTable.sortIndicatorColumn);
|
||||||
sortProperty: switch (sortColumn && sortColumn.role) {
|
sortProperty: switch (sortColumn && sortColumn.role) {
|
||||||
case 'placeName':
|
case 'placeName':
|
||||||
|
|
Loading…
Reference in a new issue