Project

General

Profile

« Previous | Next » 

Revision 49992

changes in layout for deposit, claiming, menu, logos, autocomplete for projects search also for grant id, labels in results

View differences:

entitiesAutoComplete.component.ts
101 101
        this.filtered  = this.searchTermStream
102 102
        .debounceTime(300).distinctUntilChanged()
103 103
        .switchMap((term: string) =>    {
104
          console.log("funder"+this.funderId);
104 105
            var results = this._search.searchProjectsByFunder(term, (this.funderId == "0"?"":encodeURIComponent(this.funderId)));
105 106
            this.showLoading = false;
106 107
             this.results = results.length;

Also available in: Unified diff