Project

General

Profile

« Previous | Next » 

Revision 56477

[admin|newlinking]

merge to branch 56460:56471

View differences:

new-div-help-content.component.ts
21 21

  
22 22
    //private errorMessage : string = null;
23 23

  
24
    private communityPid: string;
24
    public communityPid: string;
25 25

  
26
    private pageId: string;
26
  public pageId: string;
27 27
    public properties:EnvProperties = null;
28 28

  
29 29
    public showLoading: boolean = false;
......
49 49
        });
50 50
    }
51 51

  
52
    private saveCustom() {
52
  public saveCustom() {
53 53
      if(!Session.isLoggedIn()){
54 54
        this.router.navigate(['/user-info'], { queryParams: { "errorCode": LoginErrorCodes.NOT_VALID, "redirectUrl":  this.router.url} });
55 55
      } else {
......
76 76
      }
77 77
    }
78 78

  
79
    private cancelCustom() {
79
  public cancelCustom() {
80 80
      if(this.pageId) {
81 81
        this.router.navigate( ['/classContents/'], { queryParams: { "communityId": this.communityPid, "pageId": this.pageId  } } );
82 82
      } else {

Also available in: Unified diff