Project

General

Profile

« Previous | Next » 

Revision 56477

[admin|newlinking]

merge to branch 56460:56471

View differences:

edit-div-help-content.component.ts
117 117
        this.formComponent.myForm.patchValue((divHelpContent));
118 118
    }
119 119

  
120
    private saveCustom() {
120
    public saveCustom() {
121 121
      if(!Session.isLoggedIn()){
122 122
        this.router.navigate(['/user-info'], { queryParams: { "errorCode": LoginErrorCodes.NOT_VALID, "redirectUrl":  this.router.url} });
123 123
      } else {
......
144 144
      }
145 145
    }
146 146

  
147
    private cancelCustom() {
147
    public cancelCustom() {
148 148
      this.errorMessage = "";
149 149
      this.updateErrorMessage = "";
150 150

  

Also available in: Unified diff