Fix CommunityDataService's topLinkPath

This commit is contained in:
Giuseppe Digilio
2020-07-13 15:42:52 +02:00
parent efb2922bb3
commit 607318f6c5

View File

@@ -24,7 +24,7 @@ import { RequestService } from './request.service';
@dataService(COMMUNITY) @dataService(COMMUNITY)
export class CommunityDataService extends ComColDataService<Community> { export class CommunityDataService extends ComColDataService<Community> {
protected linkPath = 'communities'; protected linkPath = 'communities';
protected topLinkPath = 'communities/search/top'; protected topLinkPath = 'search/top';
protected cds = this; protected cds = this;
constructor( constructor(