[new-search | FIXED | DONE]: Fix query in propagated organizations with wonrg communityId parameter.

This commit is contained in:
Konstantinos Triantafyllou 2025-11-14 14:26:33 +02:00
parent a1099ef2c5
commit 183942ccd0
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c095b3de44ff0ad4e121ac50e8e352a6bc95ad4f
Subproject commit ab83bfac2ee791bf9fcc451df87b1a3fc5f91a46

View File

@ -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),