Skip to content

Commit cc6d7c9

Browse files
committed
Disable map search as the "search" interfaces encompasses all functionality required for searching
1 parent 42b5560 commit cc6d7c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/app/pages/pages-menu.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ export const MENU_ITEMS: MenuItem[] = [
102102
link: '/pages/sr/search',
103103
group: 'mysr'
104104
},
105-
{
106-
title: 'menu.sr.search.map',
107-
link: '/pages/sr/mapsearch',
108-
group: 'mysr'
109-
},
105+
// {
106+
// title: 'menu.sr.search.map',
107+
// link: '/pages/sr/mapsearch',
108+
// group: 'mysr'
109+
// },
110110
{
111111
title: 'menu.sr.instances',
112112
link: '/pages/sr/instance',

src/app/pages/pages-routing.module.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ const routes: Routes = [
111111
path: 'sr/instance/:id/:instanceVersion',
112112
component: DetailViewComponent,
113113
},
114-
{
115-
path: 'sr/mapsearch',
116-
component: SrMapSearchComponent,
117-
},
114+
// {
115+
// path: 'sr/mapsearch',
116+
// component: SrMapSearchComponent,
117+
// },
118118
{
119119
path: 'sr/search',
120120
component: SrSearchComponent,

0 commit comments

Comments
 (0)