mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 00:13:33 +02:00
proper include_actions for 'places' tab.
This commit is contained in:
parent
066a518142
commit
2beed7e70b
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ Window {
|
|||
function getUserStoryPage(pageNumber, cb) { // cb(error) after all pages of domain data have been added to model
|
||||
var options = [
|
||||
'now=' + new Date().toISOString(),
|
||||
'include_actions=snapshot,concurrency',
|
||||
'include_actions=' + selectedTab.includeActions,
|
||||
'restriction=' + (Account.isLoggedIn() ? 'open,hifi' : 'open'),
|
||||
'require_online=true',
|
||||
'protocol=' + encodeURIComponent(AddressManager.protocolVersion()),
|
||||
|
|
Loading…
Reference in a new issue