[develop | REMOVED]: Remove userInfoUrl usage
This commit is contained in:
parent
c122ce01e1
commit
7805be2e0b
|
@ -8,13 +8,12 @@ import {properties} from "../../../environments/environment";
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'openaire-my-claims',
|
selector: 'openaire-my-claims',
|
||||||
template: `
|
template: `
|
||||||
<my-claims [claimsInfoURL]=claimsInfoURL [userInfoURL]="userInfoURL" [communityId]=communityId></my-claims>
|
<my-claims [claimsInfoURL]="claimsInfoURL" [communityId]=communityId></my-claims>
|
||||||
`
|
`
|
||||||
|
|
||||||
})
|
})
|
||||||
export class OpenaireMyClaimsComponent {
|
export class OpenaireMyClaimsComponent {
|
||||||
claimsInfoURL:string;
|
claimsInfoURL:string;
|
||||||
userInfoURL: string;
|
|
||||||
communityId:string;
|
communityId:string;
|
||||||
sub;
|
sub;
|
||||||
|
|
||||||
|
@ -28,7 +27,6 @@ import {properties} from "../../../environments/environment";
|
||||||
|
|
||||||
public ngOnInit() {
|
public ngOnInit() {
|
||||||
this.claimsInfoURL = properties.claimsInformationLink;
|
this.claimsInfoURL = properties.claimsInformationLink;
|
||||||
this.userInfoURL = properties.userInfoUrl;
|
|
||||||
this.sub = this.route.queryParams.subscribe(
|
this.sub = this.route.queryParams.subscribe(
|
||||||
communityId => {
|
communityId => {
|
||||||
this.communityId = ConnectHelper.getCommunityFromDomain(properties.domain);
|
this.communityId = ConnectHelper.getCommunityFromDomain(properties.domain);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c2312e297e32df2925e60641d755494c900abdc5
|
Subproject commit 5195306ee6dfd664b207c3536234f43adc39ad33
|
|
@ -1 +1 @@
|
||||||
Subproject commit ee22e97b114be823b7ab4e6c41a9cbff93b24e3a
|
Subproject commit 6cef9ebed0db7ecbcca023bae824239106907960
|
|
@ -1 +1 @@
|
||||||
Subproject commit df6a0527e9bce69f016da8d28b79885c351104c6
|
Subproject commit 419d7e200b60639ebcb9660c0e77b06a02504caa
|
Loading…
Reference in New Issue