Project

General

Profile

« Previous | Next » 

Revision 44826

Make class fields public for ngfactory | use new refine fields in order to display names - not

View differences:

selectedPublications.component.ts
63 63
 nextDate = '';
64 64
 @ViewChild(AlertModal) alertApplyAll;
65 65

  
66
private commonAccessRights = "OPEN"; // for access rights- changes when user apply a change to every result
67
private commonEmbargoEndDate; // for access rights: embargoEndDate - changes when user apply a change to every result
66
public commonAccessRights = "OPEN"; // for access rights- changes when user apply a change to every result
67
public commonEmbargoEndDate; // for access rights: embargoEndDate - changes when user apply a change to every result
68 68

  
69 69
 removePublication(item:any){
70 70
   var index:number =this.publications.indexOf(item);

Also available in: Unified diff