Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 5da39206

Přidáno uživatelem castic96 před asi 4 roky(ů)

Re #7801: Přesměrování na search page s response
- přesměrování na /search
- oprava BE
- vykreslení dokumentů z BE

Zobrazit rozdíly:

fe/fulltextsearch/src/app/components/pages/browse/table/table.component.ts
23 23
  constructor( private queryService: QueryService ) { }
24 24

  
25 25
  ngOnInit() {
26
    this.dataSource = new TableDataSource();
26 27
    this.queryService.getDocuments().subscribe( documents => {
27 28
      this.dataSource.data = documents;
28 29
    });
29
    this.dataSource = new TableDataSource();
30 30
  }
31 31

  
32 32
  ngAfterViewInit() {

Také k dispozici: Unified diff