mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #15215 from roxanneskelly/Case21790
Stand-alone Tagging: tagged places not coming first in GOTO list
This commit is contained in:
commit
80a1eaa3fd
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