Project

General

Profile

« Previous | Next » 

Revision 59217

[Library|Trunk]

Saarch page for dashboard:

- add alert modal when removing the dashboard filter
- add message to re-add dashboard filter if not already applied
- add esc directive for the filters

View differences:

newSearchPage.module.ts
26 26
import {AdvancedSearchFormModule} from "./advancedSearchForm.module";
27 27
import {QuickSelectionsModule} from "./quick-selections.module";
28 28
import {BreadcrumbsModule} from "../../utils/breadcrumbs/breadcrumbs.module";
29
import {AlertModalModule} from "../../utils/modal/alertModal.module";
30
import {ClickModule} from "../../utils/click/click.module";
29 31

  
30 32
@NgModule({
31 33
  imports: [
......
34 36
    SearchPagingModule, SearchResultsPerPageModule, SearchSortingModule, SearchDownloadModule, ModalModule,
35 37
    SearchFilterModule, RangeFilterModule,
36 38
    PiwikServiceModule, HelperModule, Schema2jsonldModule, SEOServiceModule, SearchResultsModule,
37
    SearchResultsInDepositModule, AdvancedSearchFormModule, QuickSelectionsModule, BreadcrumbsModule
39
    SearchResultsInDepositModule, AdvancedSearchFormModule, QuickSelectionsModule, BreadcrumbsModule, AlertModalModule, ClickModule
38 40
  ],
39 41
  declarations: [
40 42
    NewSearchPageComponent

Also available in: Unified diff