mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-88] Shared File - preview for non-auth user (#555)
* remove experimental flag * remove unused import
This commit is contained in:
committed by
Denys Vuika
parent
54c59f42f7
commit
9035a416ee
@@ -42,7 +42,6 @@ import { SearchResultsComponent } from './components/search/search-results/searc
|
|||||||
import { SettingsComponent } from './components/settings/settings.component';
|
import { SettingsComponent } from './components/settings/settings.component';
|
||||||
|
|
||||||
import { ProfileResolver } from './services/profile.resolver';
|
import { ProfileResolver } from './services/profile.resolver';
|
||||||
import { ExperimentalGuard } from './services/experimental-guard.service';
|
|
||||||
|
|
||||||
export const APP_ROUTES: Routes = [
|
export const APP_ROUTES: Routes = [
|
||||||
{
|
{
|
||||||
@@ -62,9 +61,7 @@ export const APP_ROUTES: Routes = [
|
|||||||
{
|
{
|
||||||
path: 'preview/s/:id',
|
path: 'preview/s/:id',
|
||||||
component: SharedLinkViewComponent,
|
component: SharedLinkViewComponent,
|
||||||
canActivate: [ ExperimentalGuard ],
|
|
||||||
data: {
|
data: {
|
||||||
ifExperimentalKey: 'share',
|
|
||||||
title: 'APP.PREVIEW.TITLE',
|
title: 'APP.PREVIEW.TITLE',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user