mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
app directives (#439)
* pagination directive * document list directive * cleanup code * cleanup code * unified includeFields
This commit is contained in:
@@ -58,13 +58,13 @@ export class PreviewComponent extends PageComponent implements OnInit {
|
||||
constructor(
|
||||
private uploadService: UploadService,
|
||||
private apiService: AlfrescoApiService,
|
||||
preferences: UserPreferencesService,
|
||||
route: ActivatedRoute,
|
||||
private preferences: UserPreferencesService,
|
||||
private route: ActivatedRoute,
|
||||
private router: Router,
|
||||
store: Store<AppStore>,
|
||||
public permission: NodePermissionService) {
|
||||
|
||||
super(preferences, route, store);
|
||||
super(store);
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
Reference in New Issue
Block a user