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:

searchDatasets.component.ts
97 97
              }
98 98
          },
99 99
          err => {
100
              console.error(err);
100
              console.log(err);
101 101
               //TODO check erros (service not available, bad request)
102 102
              // if( ){
103 103
              //   this.searchUtils.status = ErrorCodes.ERROR;
......
132 132
              }
133 133
          },
134 134
          err => {
135
              console.error(err);
135
              console.log(err);
136 136
               //TODO check erros (service not available, bad request)
137 137
              // if( ){
138 138
              //   this.searchUtils.status = ErrorCodes.ERROR;
......
180 180
          }
181 181
      },
182 182
      err => {
183
          console.error(err);
183
          console.log(err);
184 184
           //TODO check erros (service not available, bad request)
185 185
          // if( ){
186 186
          //   this.searchUtils.status = ErrorCodes.ERROR;

Also available in: Unified diff