From dbf793dc26091c1c1d2d4238907775cabd3e6553 Mon Sep 17 00:00:00 2001 From: Joao Inacio Date: Thu, 24 Nov 2016 15:04:26 +0000 Subject: [PATCH] EZS-1164: Using querystring-stringify as ezs-studionavigationhubplugin dependency causes errors --- .../public/js/views/services/ezs-dynamiclandingpageeditorviewservice.js | 2 +- .../public/js/views/services/plugins/ezs-contentcreateredirectplugin.js | 2 +- .../public/js/views/services/plugins/ezs-studionavigationhubplugin.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/public/js/views/services/ezs-dynamiclandingpageeditorviewservice.js b/Resources/public/js/views/services/ezs-dynamiclandingpageeditorviewservice.js index 4ffca22..fdebc09 100644 --- a/Resources/public/js/views/services/ezs-dynamiclandingpageeditorviewservice.js +++ b/Resources/public/js/views/services/ezs-dynamiclandingpageeditorviewservice.js @@ -114,7 +114,7 @@ YUI.add('ezs-dynamiclandingpageeditorviewservice', function (Y) { Y.io(this.get('getUserFriendlyUrl').replace('{locationPath}', locationPath), { data: { - custom: false, + custom: 'false', siteAccessName: this.get('app').get('studioActiveSiteaccess') }, on: { diff --git a/Resources/public/js/views/services/plugins/ezs-contentcreateredirectplugin.js b/Resources/public/js/views/services/plugins/ezs-contentcreateredirectplugin.js index 26493af..5fd196a 100644 --- a/Resources/public/js/views/services/plugins/ezs-contentcreateredirectplugin.js +++ b/Resources/public/js/views/services/plugins/ezs-contentcreateredirectplugin.js @@ -73,7 +73,7 @@ YUI.add('ezs-contentcreateredirectplugin', function (Y) { try { Y.io(this.get('urlAliasRefListUrl').replace('{location}', content.MainLocation._href), { data: { - custom: false, + custom: 'false', siteAccessName: app.get('studioActiveSiteaccess') }, headers: {Accept: 'application/vnd.ez.api.UrlAliasRefList+json'}, diff --git a/Resources/public/js/views/services/plugins/ezs-studionavigationhubplugin.js b/Resources/public/js/views/services/plugins/ezs-studionavigationhubplugin.js index 1dcf166..bdff122 100644 --- a/Resources/public/js/views/services/plugins/ezs-studionavigationhubplugin.js +++ b/Resources/public/js/views/services/plugins/ezs-studionavigationhubplugin.js @@ -362,7 +362,7 @@ YUI.add('ezs-studionavigationhubplugin', function (Y) { try { Y.io(this.get('urlAliasRefListUrl').replace('{location}', locationId), { data: { - custom: false, + custom: 'false', siteAccessName: app.get('studioActiveSiteaccess') }, headers: {Accept: 'application/vnd.ez.api.UrlAliasRefList+json'},