[new-search | FIXED | DONE]: Fix query in propagated organizations with wonrg communityId parameter.
This commit is contained in:
parent
a1099ef2c5
commit
183942ccd0
|
|
@ -1 +1 @@
|
|||
Subproject commit c095b3de44ff0ad4e121ac50e8e352a6bc95ad4f
|
||||
Subproject commit ab83bfac2ee791bf9fcc451df87b1a3fc5f91a46
|
||||
|
|
@ -86,7 +86,7 @@ export class PropagatedOrganizationsComponent extends BaseComponent {
|
|||
|
||||
getTagged(propagatedOrganizations: PropagatedOrganization[]) {
|
||||
//from index
|
||||
this.subscriptions.push(this.searchOrganizationsService.advancedSearchOrganizations("communityId=" + StringUtils.quoteAndURIEncode(this.community.communityId),
|
||||
this.subscriptions.push(this.searchOrganizationsService.advancedSearchOrganizations("relCommunityId=" + StringUtils.quoteAndURIEncode(this.community.communityId),
|
||||
1, propagatedOrganizations.length, properties, "", []).subscribe(res => {
|
||||
|
||||
// this.subscriptions.push(this.searchOrganizationsService.searchOrganizations("communityId=" + StringUtils.quoteAndURIEncode(this.community.communityId),
|
||||
|
|
|
|||
Loading…
Reference in New Issue