mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Stand-alone Tagging: tagged places not coming first in GOTO list
This commit is contained in:
parent
840f3a3a2e
commit
b6e583087e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Column {
|
|||
'require_online=true',
|
||||
'protocol=' + encodeURIComponent(Window.protocolSignature())
|
||||
];
|
||||
endpoint: '/api/v1/user_stories?' + options.join('&');
|
||||
endpoint: '/api/v1/user_stories?' + options.join('&') + (PlatformInfo.isStandalone() ? '&standalone_optimized=true' : '')
|
||||
itemsPerPage: 4;
|
||||
processPage: function (data) {
|
||||
return data.user_stories.map(makeModelData);
|
||||
|
|
Loading…
Reference in a new issue