mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2531] Fixes for production mode (#3121)
* fix dialog module * fix social component providers * content metadata module fixes * remove empty provider sections
This commit is contained in:
committed by
Eugenio Romano
parent
2940b6ce99
commit
396d9104ee
@@ -37,7 +37,6 @@ import { SelectAppsDialogComponent } from './select-apps-dialog-component';
|
||||
AppsListComponent,
|
||||
SelectAppsDialogComponent
|
||||
],
|
||||
providers: [],
|
||||
exports: [
|
||||
AppsListComponent,
|
||||
SelectAppsDialogComponent
|
||||
|
@@ -23,7 +23,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
import { FormModule } from '@alfresco/adf-core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
|
||||
import { CardViewModule, CardViewUpdateService, DataColumnModule, DataTableModule, DirectiveModule, PipeModule } from '@alfresco/adf-core';
|
||||
import { CardViewModule, DataColumnModule, DataTableModule, DirectiveModule, PipeModule } from '@alfresco/adf-core';
|
||||
import { TaskListModule } from '../task-list/task-list.module';
|
||||
import { PeopleModule } from '../people/people.module';
|
||||
import { CommentsModule } from '../comments/comments.module';
|
||||
@@ -70,8 +70,7 @@ import { ProcessFilterService } from './services/process-filter.service';
|
||||
],
|
||||
providers: [
|
||||
ProcessService,
|
||||
ProcessFilterService,
|
||||
CardViewUpdateService
|
||||
ProcessFilterService
|
||||
],
|
||||
exports: [
|
||||
ProcessInstanceListComponent,
|
||||
|
@@ -48,10 +48,7 @@ import { AttachFileWidgetComponent, AttachFolderWidgetComponent } from '../../co
|
||||
@Component({
|
||||
selector: 'adf-task-details',
|
||||
templateUrl: './task-details.component.html',
|
||||
styleUrls: ['./task-details.component.scss'],
|
||||
providers: [
|
||||
CardViewUpdateService
|
||||
]
|
||||
styleUrls: ['./task-details.component.scss']
|
||||
})
|
||||
export class TaskDetailsComponent implements OnInit, OnChanges {
|
||||
|
||||
|
Reference in New Issue
Block a user