Project

General

Profile

« Previous | Next » 

Revision 58525

[Library |Trunk]

Apply corrections after initial connect update :
Search all: remove quick selections as it is inside the search page
Search results: add option to show advanced search link
QuickSelections: fix widths and margins

View differences:

searchAll.component.ts
338 338
       delete this.parameters['fv0'];
339 339
     }
340 340
  }
341
  /*
342
  //quickSelection moved inside the searchpage
341 343
  private prepareResultParameters() {
342 344
    //quickSelections
343 345
    if (this.resultTypes && this.activeEntity == "result") {
......
368 370
    this.parameters["page"] = 1;
369 371
    this.reload[this.activeEntity] = true;
370 372
    this.router.navigate([location.pathname], {queryParams: this.parameters});
371
  }
373
  }*/
372 374

  
373 375

  
374 376
  public keywordChanged($event) {

Also available in: Unified diff