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:

searchOrganizations.component.ts
94 94
              }
95 95
          },
96 96
          err => {
97
              console.error(err);
97
              console.log(err);
98 98
               //TODO check erros (service not available, bad request)
99 99
              // if( ){
100 100
              //   this.searchUtils.status = ErrorCodes.ERROR;

Also available in: Unified diff