[ADF-1995] reduce search in mobile device and show only for CS users

This commit is contained in:
Eugenio Romano
2017-11-23 08:39:19 +00:00
parent 8d982c7875
commit 19fe900938
3 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ export class SearchControlComponent implements OnInit, OnDestroy {
}
isLoggedIn(): boolean {
return this.authService.isLoggedIn();
return this.authService.isEcmLoggedIn();
}
searchSubmit(event: any) {