Project

General

Profile

« Previous | Next » 

Revision 58377

[Library|Trunk]

Table view:
apply changes of new search design (form, filters, mobile off-canvas view for filters)
fix issue with search utils exception
remove unused helper position, keep only top

Library.css: move there off-canvas-white css

View differences:

entityRegistriesTable.component.ts
107 107
                          this.searchUtils.status = this.errorCodes.NONE;
108 108
                        } else {
109 109
                          this.searchPage.triggerInitialLoad();
110
                          this.searchPage.transform(this.results);
110
                          this.searchPage.transform(this.results, this.searchUtils);
111 111
                          this.disableForms = false;
112 112
                        }
113 113
                        this.enableSearchView = true;

Also available in: Unified diff