Project

General

Profile

« Previous | Next » 

Revision 47340

Removed modal for loading in Search Pages and added an alert message (while loading all forms, inputs, buttons are disabled)

View differences:

searchFilterModal.component.ts
41 41
  */
42 42
export class SearchFilterModalComponent{
43 43
  @Input() filter: Filter;
44
  @Input() showResultCount:boolean = true;
44 45
  @Output() modalChange = new EventEmitter();
45 46

  
46 47
  public isOpen:boolean=false;

Also available in: Unified diff