Project

General

Profile

« Previous | Next » 

Revision 62372

fixed undefined organizations and apiParams

View differences:

typeScriptClasses.ts
105 105
  aggregator: string;
106 106
  collectedfrom: string;
107 107
  managed: boolean;
108
  registrationdate: Date;
109
  consentTermsOfUseDate: Date;
110
  lastConsentTermsOfUseDate: Date;
108 111
  consentTermsOfUse: boolean;
109 112
  fullTextDownload: boolean;
110
  consentTermsOfUseDate: Date;
111
  lastConsentTermsOfUseDate: Date;
112
  organizations: OrganizationDetails[];
113
  organizations: OrganizationDetails[] = new Array<OrganizationDetails>();
113 114
  identities: IdentitiesDetails[];
114 115
  status: string;
115 116
  typology: string;
116
  registrationdate: Date;
117 117
}
118 118

  
119 119
export class Repository extends DatasourceDetails implements IsSerializable {
......
226 226
  lastDownloadDate: Date;
227 227
  baseurl: string;
228 228
  removable: boolean;
229
  apiParams: ApiParamDetails[];
229
  apiParams: ApiParamDetails[] = new Array<ApiParamDetails>();
230 230
  metadataIdentifierPath: string;
231 231
  typology: string;
232 232
  comments: string;

Also available in: Unified diff