Skip to content

Commit

Permalink
related content calls wip
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Oct 20, 2023
1 parent 9170774 commit 38fec27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion odh-databrowser-core/wwwroot/NgScripts/CommonController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ var relatedcontentwebcamtypeaheadcontroller = app.controller('SmgRelatedContentW

$http({
method: 'Get',
url: $scope.basePath + '/v1/WebcamInfo?fields=Id,Detail.de.Title,_Meta.Type'
url: $scope.basePath + '/v1/WebcamInfo?fields=Id,Detail.de.Title,_Meta.Type&pagesize=0'
}).success(function (data) {
//alert('data gekriag' + data.length);

Expand Down
8 changes: 4 additions & 4 deletions odh-databrowser-core/wwwroot/NgScripts/SmgPoiController.js
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ var relatedcontentsmgpoitypeaheadcontroller = app.controller('SmgRelatedContentA

$http({
method: 'Get',
url: $scope.basePath + '/v1/SmgPoi/ReducedRelatedContentAsync/de/Sommer,Winter,Anderes,Wellness Entspannung,Kultur Sehenswürdigkeiten/null/null/null/null/null/true/null/null'
url: $scope.basePath + '/v1/ODHActivityPoi?odhtagfilter=Sommer,Winter&fields=Id,Detail.de.Title,_Meta.Type&active=true'
}).success(function (data) {
//alert('data gekriag' + data.length);

Expand All @@ -2041,7 +2041,7 @@ var relatedcontentgastrotypeaheadcontroller = app.controller('SmgRelatedContentG

$http({
method: 'Get',
url: $scope.basePath + '/v1/SmgPoi/ReducedEssenTrinkenRelatedContentAsync/de/Essen Trinken/null/null/null/null/null/true/null/null'
url: $scope.basePath + '/v1/ODHActivityPoi?odhtagfilter=Essen Trinken&fields=Id,Detail.de.Title,_Meta.Type&active=true'
}).success(function (data) {
//alert('data gekriag' + data.length);

Expand All @@ -2059,7 +2059,7 @@ var relatedcontenteventtypeaheadcontroller = app.controller('SmgRelatedContentEv

$http({
method: 'Get',
url: $scope.basePath + '/v1/SmgPoi/ReducedEventRelatedContentAsync/de/true/true/null'
url: $scope.basePath + '/v1/Event?fields=Id,Detail.de.Title,_Meta.Type&pagesize=1&active=true&begindate='
}).success(function (data) {
//alert('data gekriag' + data.length);

Expand All @@ -2078,7 +2078,7 @@ var relatedcontentwebcamtypeaheadcontroller = app.controller('SmgRelatedContentW

$http({
method: 'Get',
url: $scope.basePath + '/v1/SmgPoi/ReducedWebcamInfoRelatedContentAsync/de/true/true/null'
url: $scope.basePath + '/v1/WebcamInfo?fields=Id,Detail.de.Title,_Meta.Type&pagesize=0&active=true'
}).success(function (data) {
//alert('data gekriag' + data.length);

Expand Down

0 comments on commit 38fec27

Please sign in to comment.