Project

General

Profile

« Previous | Next » 

Revision 53439

compatibleDataProvidersTable, entityRegistriesTable, searchPageTableView: bug fix in filtering for table view search pages.

View differences:

entityRegistriesTable.component.ts
188 188

  
189 189

  
190 190
  private createFilters():Filter[] {
191
    var filter_names=["Type","Compatibility Level"];
191
    var filter_names=["Type","Compatibility"];
192 192
    var filter_ids=["datasourcetypename","datasourcecompatibilityname"];
193 193
    var searchFields = new SearchFields();
194 194
    var filter_original_ids = searchFields.ENTITY_REGISTRIES_FIELDS;

Also available in: Unified diff