Project

General

Profile

« Previous | Next » 

Revision 44907

in services use function console.log instead of console.error | re-enable cache for project & organization service | in services add result in cache before custom parsing

View differences:

claimDataset.component.ts
142 142
            },
143 143
           err => {
144 144
             this.openaireStatus = this.errorCodes.ERROR;
145
             console.error(err.status);
145
             console.log(err.status);
146 146
           }
147 147
         );
148 148
       }else{
......
160 160
                      },
161 161
                     err => {
162 162
                       this.openaireStatus = this.errorCodes.ERROR;
163
                       console.error(err.status);
163
                       console.log(err.status);
164 164
                     }
165 165
                   );
166 166
                }
......
180 180
        },
181 181
        err => {
182 182
          this.dataciteStatus = this.errorCodes.ERROR;
183
          console.error(err);
183
          console.log(err);
184 184
        }
185 185

  
186 186
      );

Also available in: Unified diff