Skip to content
Snippets Groups Projects
Commit 836e2b7c authored by Brad's avatar Brad
Browse files

remove system host, so that it will pull from all hosts. (query is bassed on...

remove system host, so that it will pull from all hosts. (query is bassed on relationships not host)
parent fe5447ec
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
#if($pagination.contains('true')) #if($pagination.contains('true'))
#set($newsListing = $dotcontent.pullPerPage(" #set($newsListing = $dotcontent.pullPerPage("
+contentType:Article +contentType:Article
## $host.identifier or set host in widget
+(conhost:SYSTEM_HOST)
## page variable ## page variable
$!{relationship}$!{content.identifier} $!{relationship}$!{content.identifier}
",$!{page},10,"modDate desc" ",$!{page},10,"modDate desc"
...@@ -12,8 +10,6 @@ ...@@ -12,8 +10,6 @@
#else #else
#set($newsListing = $dotcontent.pull(" #set($newsListing = $dotcontent.pull("
+contentType:Article +contentType:Article
## $host.identifier or set host in widget
+(conhost:SYSTEM_HOST)
## page variable ## page variable
$!{relationship}$!{content.identifier} $!{relationship}$!{content.identifier}
",$!{page},10,"modDate desc" ",$!{page},10,"modDate desc"
......
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
#set($personListing = $dotcontent.pullPerPage(" #set($personListing = $dotcontent.pullPerPage("
+contentType:Person +contentType:Person
+(conhost:SYSTEM_HOST)
$!{worksForRel}$!{worksForID} $!{worksForRel}$!{worksForID}
$!{memberOfRel}$!{memberOfID} $!{memberOfRel}$!{memberOfID}
$!{workLocationRel}$!{workLocationID} $!{workLocationRel}$!{workLocationID}
...@@ -66,7 +65,6 @@ ...@@ -66,7 +65,6 @@
#else #else
#set($personListing = $dotcontent.pull(" #set($personListing = $dotcontent.pull("
+contentType:Person +contentType:Person
+(conhost:SYSTEM_HOST)
$!{worksForRel}$!{worksForID} $!{worksForRel}$!{worksForID}
$!{memberOfRel}$!{memberOfID} $!{memberOfRel}$!{memberOfID}
$!{workLocationRel}$!{workLocationID} $!{workLocationRel}$!{workLocationID}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment