Merge branch 'develop' of code-repo.d4science.org:MaDgIK/connect into develop
This commit is contained in:
commit
8bb4862a7f
|
@ -478,7 +478,7 @@ export class CommunityComponent {
|
|||
}
|
||||
|
||||
createParams(param) {
|
||||
return StringUtils.quote(StringUtils.URIEncode(param));
|
||||
return StringUtils.URIEncode(param);
|
||||
}
|
||||
|
||||
private setActiveTab(entityType: string) {
|
||||
|
|
|
@ -382,7 +382,7 @@ export class SubjectsComponent {
|
|||
}
|
||||
|
||||
createParams(param) {
|
||||
return StringUtils.quote(StringUtils.URIEncode(param));
|
||||
return StringUtils.URIEncode(param);
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
|
|
Loading…
Reference in New Issue