diff --git a/current/all/pom.xml b/current/all/pom.xml index 2d5a745..c1396de 100644 --- a/current/all/pom.xml +++ b/current/all/pom.xml @@ -24,7 +24,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/analyse/pom.xml b/current/analyse/pom.xml index 70b770a..e974af2 100644 --- a/current/analyse/pom.xml +++ b/current/analyse/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/core/pom.xml b/current/core/pom.xml index 8daaaf2..85d3f6a 100644 --- a/current/core/pom.xml +++ b/current/core/pom.xml @@ -20,7 +20,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml brightcove.core diff --git a/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/BrcApi.java b/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/BrcApi.java index 65b7b6b..de361ca 100755 --- a/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/BrcApi.java +++ b/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/BrcApi.java @@ -282,7 +282,7 @@ private JSONObject searchPlaylist(SlingHttpServletRequest request) throws JSONEx LOGGER.error("search_playlists", je); } } else { - result = new JSONObject(serviceUtil.getPlaylists(request.getParameter(Constants.QUERY), Integer.parseInt(request.getParameter(Constants.START)), Integer.parseInt(request.getParameter(Constants.LIMIT)), false, false)); + result = new JSONObject(serviceUtil.getPlaylists(request.getParameter(Constants.QUERY), Integer.parseInt(request.getParameter(Constants.START)), Integer.parseInt(request.getParameter(Constants.LIMIT)), false, true)); } return result; } diff --git a/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/GetLocalAssetList.java b/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/GetLocalAssetList.java index 3533823..80d6314 100644 --- a/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/GetLocalAssetList.java +++ b/current/core/src/main/java/com/coresecure/brightcove/wrapper/webservices/GetLocalAssetList.java @@ -189,7 +189,7 @@ public void getPlaylistsForDropdown(final SlingHttpServletRequest request, serviceUtil = new ServiceUtil(brcAccountId); - outWriter.write(serviceUtil.getPlaylists(request.getParameter(Constants.QUERY), 0, 100, false, false).toString()); + outWriter.write(serviceUtil.getPlaylists(request.getParameter(Constants.QUERY), 0, 100, false, true).toString()); } catch (Exception e) { LOGGER.error("JSONException", e); diff --git a/current/it.tests/pom.xml b/current/it.tests/pom.xml index d8f8c6f..5096342 100644 --- a/current/it.tests/pom.xml +++ b/current/it.tests/pom.xml @@ -20,7 +20,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/pom.xml b/current/pom.xml index 95033a5..96ceee0 100644 --- a/current/pom.xml +++ b/current/pom.xml @@ -21,7 +21,7 @@ com.coresecure brightcove pom - 6.1.7 + 6.1.8 Brightcove Connector diff --git a/current/ui.apps.structure/pom.xml b/current/ui.apps.structure/pom.xml index c8eeb1c..75ff942 100644 --- a/current/ui.apps.structure/pom.xml +++ b/current/ui.apps.structure/pom.xml @@ -8,7 +8,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/ui.apps/pom.xml b/current/ui.apps/pom.xml index aee5cb0..e2102ad 100644 --- a/current/ui.apps/pom.xml +++ b/current/ui.apps/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/ui.config/pom.xml b/current/ui.config/pom.xml index 36d3bd2..b572bc6 100644 --- a/current/ui.config/pom.xml +++ b/current/ui.config/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/ui.content/pom.xml b/current/ui.content/pom.xml index 4effe0a..559e323 100644 --- a/current/ui.content/pom.xml +++ b/current/ui.content/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml diff --git a/current/ui.tests/pom.xml b/current/ui.tests/pom.xml index df801ca..2bc7f5f 100644 --- a/current/ui.tests/pom.xml +++ b/current/ui.tests/pom.xml @@ -25,7 +25,7 @@ com.coresecure brightcove - 6.1.7 + 6.1.8 ../pom.xml