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:

depositResult.component.ts
144 144
                });
145 145
            },
146 146
            err => {
147
                //console.error(err)
147
                //console.log(err)
148 148

  
149 149
                if(err.status == '404') {
150 150
                    this.status = this.errorCodes.NONE;

Also available in: Unified diff